Posted: Tue Nov 16, 2004 4:36 pm Post subject: MAOI: MQSeries - Oracle PL/SQL
Newbie
Joined: 16 Nov 2004 Posts: 1
I am trying to compile and install the SupportPac for Oracle PL/SQL support so that we can communicate to MQSeries from PL/SQL. We are running oracle 9.0.1 on Solaris 4.5 and the latest MQSeries. I don’t have a c compiler installed on Solaris so am using gcc version 2.8.1 and have modified the lines in mqinstall.sh to use gcc instead of cc. I have also modified the permissions on /opt/mqm/lib to allow user oracle write access. So when I execute mqinstall.sh, I get the following error.
Code:
Making shared libraries...
make: Fatal error: Don't know how to make target `/usr/mqm/lib/libmqm.a'
/usr/ccs/bin/ld -G -L/u01/app/oracle/product/9.0.1/lib -R/u01/app/oracle/product/9.0.1/lib -o /opt/mqm/lib/mqi.so mqi.o
/usr/ccs/bin/ld -G -L/u01/app/oracle/product/9.0.1/lib -R/u01/app/oracle/product/9.0.1/lib -o /opt/mqm/lib/mqixa.so mqixa.o -lclntsh `cat /u01/app/oracle/product/9.0.1/lib/ldflags` /u01/app/oracle/product/9.0.1/lib/libpls9.a
for the user input, I am pointing to /opt/mqm/lib as the shared library. I see in the output that make is expecting something at /usr/mqm/… so I created a soft link from /opt/mqm to /usr/mqm. Does mqm need to be installed in /opt? Or am I pointing the install at the wrong location for shared libraries? Should I also use another c compiler or a newer version of gcc?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum