can't launch agent controller server on linux, missing libraries [message #96543] |
Fri, 20 April 2007 13:59  |
Eclipse User |
|
|
|
Hi,
I installed the AC server version 4.2.2 for linux from here:
and unzipped the runtime and sdk. I ran SetConfig and tried to launch the
server but it failed with this error:
"error while loading shared libraries: libtptpUtils.so.4: cannot open shared
object file: No such file or directory"
In the lib directory, I noticed that some of the libraries are actually
links to links to older versions of themselves,
so for example,
libtptpUtils.so->libtptpUtils.so.4 -> libtptpUtils.so.4.2.1.1
I googled this and found someone with the same problem:
http://dev.eclipse.org/newslists/news.eclipse.tptp/msg03245. html
The output of ldd libtptpUtils.so:
$ ldd libtptpUtils.so
libuuid.so.1 => /lib/libuuid.so.1 (0x00a7d000)
libdl.so.2 => /lib/libdl.so.2 (0x00b81000)
libxerces-c.so.26 => not found
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00adc000)
libc.so.6 => /lib/tls/libc.so.6 (0x00845000)
/lib/ld-linux.so.2 (0x00827000)
I have tried unzipping with the built in File Roller as well as the command
line unzip.
I have libxerces-c.so.26 in the folder, 5.0M.
I am running GNU/Linux.
Any help is really appreciated,
Thanks.
|
|
|
|
Powered by
FUDForum. Page generated in 0.02764 seconds