Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » can't launch agent controller server on linux, missing libraries
can't launch agent controller server on linux, missing libraries [message #96543] Fri, 20 April 2007 17:59 Go to next message
Natasha D'Silva is currently offline Natasha D'SilvaFriend
Messages: 25
Registered: July 2009
Junior Member
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.
Re: can't launch agent controller server on linux, missing libraries [message #96560 is a reply to message #96543] Sat, 21 April 2007 04:48 Go to previous message
Igor Alelekov is currently offline Igor AlelekovFriend
Messages: 139
Registered: July 2009
Senior Member
Hi Natasha,

Please ensure that $AC_HOME/lib directory is added to your LD_LIBRARY_PATH.
You may don't care about it if you launch Agent Controller by the
ACStart.sh command from $AC_HOME/bin.

Regards,
Igor
Previous Topic:Application controlled start/stop profiling within eclipse
Next Topic:Starting the Agent for Profiling?
Goto Forum:
  


Current Time: Tue Mar 19 10:17:18 GMT 2024

Powered by FUDForum. Page generated in 0.02010 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top