[omniORB] Compiling omniORB on Linux-2.4.17

Parks, Chauni chauni.parks@lmco.com
Tue Nov 5 13:40:01 2002


I set the path to LD_LIBRARY_PATH=/usr/local/lib/libomniORB4.so; export
LD_LIBRARY_PATH.  I am running omniNames as root user and have rwx
permissions. However, I ran the ldd on omniNames it output the following:

libmoniORB4.so.0 => not found
libomnithread.so.3 => not found
libpthread.so.0 => /lib/i686/libpthread.so.6 (0x40023000)
libm.so.6 => /lib/i686/libm.so.6 (0x40038000)
libc.so.6 => /lib/i686/libc.so.6 (0x4005b000)
/lib/ld-linux.so.2 => /lib/ld/linux.so.2 (0x40000000).

I'm gathering from this output, omniNames is not finding the library because
the libomniORB4.so and libomnithread.so can not be found. Do I have to
specifically, set the libmoniORB4.so.0 library instead of libmoniORB4.so.
There are several libomniORB4.so.* libraries and they are all linked in a
way backed to the libomniORB4.so library.

Thanks again in Advance
Chauni
-----Original Message-----
From: bjorn rohde jensen [mailto:bjensen@fastmail.fm] 
Sent: Monday, November 04, 2002 4:33 PM
To: Parks, Chauni
Cc: 'omniorb-list@omniorb-support.com'
Subject: Re: [omniORB] Compiling omniORB on Linux-2.4.17


Hi Chauni,

  Setting the LD_LIBRARY_PATH really ought to do it.
Does the user running omniNames have read and execute permissions to access
the libomniORB4.so? What does running ldd on omniNames say? And what did you
add to LD_LIBRARY_PATH?

Yours sincerely,

Bjorn