Author |
Message
|
DTran |
Posted: Wed Nov 01, 2006 11:46 pm Post subject: install MQ 5.3 on Linux intel |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
Hi,
I try to install MQ 5.3 to Linux Enterprise Server 10 on intel laptop. The installation is done, but when i try to create a queue manager, i got this error:
mqm@lnxm700:~> crtmqm -q TEST
crtmqm: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
I did read some explainations on this forum but it didn't help. I did export
LD_ASSUME_KERNEL=2.4.19 and AMQ_THREADMODEL_RESET=1.
All the missing files are located in:
mqm@lnxm700:~> ls -l /usr/lib/libm.so.6
lrwxrwxrwx 1 root root ...... libm.so.6 -> /lib/libm.so.6
mqm@lnxm700:~> ls -l /opt/mqm/lib/libm.so.6
lrwxrwxrwx 1 root root ...... libm.so.6 -> /lib/libm.so.6
Please help me out
Btw, when i set the kernel then every command i gave it results in an error, like:
mqm@lnxm700:~> ls
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
Is this normal? |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Nov 02, 2006 1:52 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Please post the FDC, if it generated.
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
mvic |
Posted: Thu Nov 02, 2006 2:01 am Post subject: Re: install MQ 5.3 on Linux intel |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
DTran wrote: |
Btw, when i set the kernel then every command i gave it results in an error, like:
mqm@lnxm700:~> ls
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
Is this normal? |
Unset LD_ASSUME_KERNEL, and all will be fine again I imagine. Except sometimes you can do irrepairable damage with programs that write important data - there was a problem with some NPTL-enabled distributions in the past with using RPM with LinuxThreads http://www.google.com/search?hl=en&q=rpm+corrupt+linuxthreads so take great care. |
|
Back to top |
|
 |
DTran |
Posted: Thu Nov 02, 2006 2:19 am Post subject: |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
No It didn't generates any FDC. I will take a look at the link mvic has posted. A quick view, i already installed glibc version 2.3, perhaps i have to install version 2.4.
I keep you inform. |
|
Back to top |
|
 |
mvic |
Posted: Thu Nov 02, 2006 2:28 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
DTran wrote: |
I keep you inform. |
It will probably not work. Note the problems people had with MQ on FC5. It just doesn't work on that distro (someone please correct me if I'm wrong). The same causes could be the reason why it doesn't work on your distro too. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Nov 02, 2006 4:16 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
POST your library path :
env | grep LIB _________________ MQ & Broker admin |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Nov 02, 2006 8:33 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
This is hilarious. I answered this same question of MQ ListServer earlier this week.
http://listserv.meduniwien.ac.at/cgi-bin/wa?A2=ind0610&L=mqser-l&T=0&F=&S=&P=31162
Quote: |
I've given up trying to have the latest and greatest Linux distribution and WMQ (v5.3 or v6.0).
WMQ v5.3 and v6.0 have been built against Linux kernel 2.4.* but SuSE Linux Enterprise Desktop V10.1 is using kernel 2.6.16.21. So basically out are out of luck.
You can try to export LD_ASSUME_KERNEL environment variable. This might work but don't get your hopes up. |
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
DTran |
Posted: Fri Nov 03, 2006 5:17 am Post subject: |
|
|
 Acolyte
Joined: 11 May 2006 Posts: 62 Location: Amsterdam
|
That i haven't seen, I will try with version 9 or Mandriva. Thanx for your answers. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Nov 03, 2006 5:20 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
|