Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Failed to start agent controller
Failed to start agent controller [message #23080] Thu, 21 July 2005 09:58 Go to next message
Eclipse UserFriend
Originally posted by: stephan.vern.chem.tu-berlin.de

Hi,

I have problems to start the agent controller:

Starting Agent Controller
RAServer: error while loading shared libraries: libstdc++-libc6.2-2.so.3:
cannot open shared object file: No such file or directory
RAServer failed to start

I havn't found a way to installed the libstdc++ with this version. Are
the sources of the AC somewhere available? So that I can recompile it
against my version of libstdc++ ?

Thank you, Stephan Michels.
Re: Failed to start agent controller [message #39119 is a reply to message #23080] Thu, 03 November 2005 18:31 Go to previous messageGo to next message
Guru Nagarajan is currently offline Guru NagarajanFriend
Messages: 45
Registered: July 2009
Member
Stephan,
Can you try doing the following:
a) Check to see if the library is on your system
#locate libstdc++-libc6.2-2.so.3
b) It is part of a package named "compat-libstdc++", so you can also
check if this package is installed, by issuing
#rpm -q compat-libstdc++
c) If not install the compat package.
d)If you have an older version say libc6.1-1.so.2 try creating a
symlink (This is not recommended but a quick hack)
Symbolic link under /usr/lib for libstdc++-libc6.2-2.so.3.
#ln -s libstdc++-libc6.1-1.so.2 libstdc++-libc6.2-2.so.3
-Guru


Stephan Michels wrote:
> Hi,
>
> I have problems to start the agent controller:
>
> Starting Agent Controller
> RAServer: error while loading shared libraries:
> libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file
> or directory
> RAServer failed to start
>
> I havn't found a way to installed the libstdc++ with this version. Are
> the sources of the AC somewhere available? So that I can recompile it
> against my version of libstdc++ ?
> Thank you, Stephan Michels.
>
Re: Failed to start agent controller [message #39181 is a reply to message #23080] Thu, 03 November 2005 18:58 Go to previous message
Guru Nagarajan is currently offline Guru NagarajanFriend
Messages: 45
Registered: July 2009
Member
Stephan,
Can you try doing the following:
a) Check to see if the library is on your system
#locate libstdc++-libc6.2-2.so.3
b) It is part of a package named "compat-libstdc++", so you can also
check if this package is installed, by issuing
#rpm -q compat-libstdc++
c) If not install the compat package.
d)If you have an older version say libc6.1-1.so.2 try creating a
symlink (This is not recommended but a quick hack)
Symbolic link under /usr/lib for libstdc++-libc6.2-2.so.3.
#ln -s libstdc++-libc6.1-1.so.2 libstdc++-libc6.2-2.so.3
-Guru


Stephan Michels wrote:
> Hi,
>
> I have problems to start the agent controller:
>
> Starting Agent Controller
> RAServer: error while loading shared libraries:
> libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file
> or directory
> RAServer failed to start
>
> I havn't found a way to installed the libstdc++ with this version. Are
> the sources of the AC somewhere available? So that I can recompile it
> against my version of libstdc++ ?
> Thank you, Stephan Michels.
>
Previous Topic:IPOT/TPTP port forwarding
Next Topic:wrong reported execution statistics times?
Goto Forum:
  


Current Time: Thu Mar 28 16:05:30 GMT 2024

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

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

Back to the top