LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Issue with Agent Controller installation on Linux? (https://www.linuxquestions.org/questions/linux-newbie-8/issue-with-agent-controller-installation-on-linux-784485/)

your_shadow03 01-24-2010 09:23 PM

Issue with Agent Controller installation on Linux?
 
I have been following the link http://www.eclipse.org/tptp/home/dow...g_started.html to setup Agent Controller. But I am facing issue while starting the Agent Controller:
Code:

[user@mont bin]$ ./RAServer
./RAServer: error while loading shared libraries: libtptpUtils.so.4: cannot open shared object file: No such file or directory

Any idea what could be the fix?

I checked with /opt/tptp/linux_em64t/lib directory :
Code:

[user@mont lib]$ ls
config.jar                      libsharedMemTL.so.4.4.0
libbaseTransport.so            libsocketTL.so
libbaseTransport.so.4          libsocketTL.so.4
libbaseTransport.so.4.4.0      libsocketTL.so.4.4.0
libcbe.so                      libtptpACTL.so
libcompSupp.so                  libtptpACTL.so.4
libcompSupp.so.4                libtptpACTL.so.4.4.0
libcompSupp.so.4.4.0            libtptpAgentBase.so
libhcbnd.so                    libtptpAgentBase.so.4
libhcbnd.so.4                  libtptpAgentBase.so.4.4.0
libhcbnd.so.4.4.0              libtptpCCTL.so
libhcclco.so                    libtptpCCTL.so.4
libhcclco.so.4                  libtptpCCTL.so.4.4.0
libhcclco.so.4.4.0              libtptpClient.so
libhccldt.so                    libtptpClient.so.4
libhccldt.so.4                  libtptpClient.so.4.4.0
libhccldt.so.4.4.0              libtptpCmdExtr.so
libhcclsm.so                    libtptpCmdExtr.so.4
libhcclsm.so.4                  libtptpCmdExtr.so.4.4.0
libhcclsm.so.4.4.0              libtptpConfig.so
libhccls.so                    libtptpConfig.so.4
libhccls.so.4                  libtptpConfig.so.4.4.0
libhccls.so.4.4.0              libtptpJava.so
libhcjbnd.so                    libtptpJava.so.4
libhcjbnd.so.4                  libtptpJava.so.4.4.0
libhcjbnd.so.4.4.0              libTptpJSSE.so
libhclaunch.so                  libTptpJSSE.so.4
libhclaunch.so.4                libTptpJSSE.so.4.4.0
libhclaunch.so.4.4.0            libtptpLogUtils.so
libhcthread.so                  libtptpLogUtils.so.4
libhcthread.so.4                libtptpLogUtils.so.4.4.0
libhcthread.so.4.4.0            libtptpUtils.so
libjavaBaseAgent.so            libtptpUtils.so.4
libjavaBaseAgent.so.4          libtptpUtils.so.4.4.0
libjavaBaseAgent.so.4.4.0      libtransportSupport.so
libnamedPipeTL.so              libtransportSupport.so.4
libnamedPipeTL.so.4            libtransportSupport.so.4.4.0
libnamedPipeTL.so.4.4.0        libxerces-c.so
libprocessControlUtil.so        libxerces-c.so.26
libprocessControlUtil.so.4      libxerces-c.so.26.0
libprocessControlUtil.so.4.4.0  libxerces-depdom.so
libsharedMemTL.so              libxerces-depdom.so.26
libsharedMemTL.so.4            libxerces-depdom.so.26.0
[user@mont lib]$


TB0ne 01-26-2010 10:36 AM

Quote:

Originally Posted by your_shadow03 (Post 3839244)
I have been following the link http://www.eclipse.org/tptp/home/dow...g_started.html to setup Agent Controller. But I am facing issue while starting the Agent Controller:
Code:

[user@mont bin]$ ./RAServer
./RAServer: error while loading shared libraries: libtptpUtils.so.4: cannot open shared object file: No such file or directory

Any idea what could be the fix?

From the link you posted:
Quote:

Configuring Agent Controller
1. Ensure that the files in the <install-dir>/bin and <install-dir>/lib directory are executable.
2. Run SetConfig.sh script from a command shell in the <install-dir>/bin directory to generate the configuration file for the Agent Controller. The script requires that a Java Virtual Machine (JVM) be present in the PATH environment variable. Follow the prompts and enter the required parameters as appropriate. The configuration file <install-dir>/config/serviceconfig.xml will be generated based on your inputs.
3. Add <install-dir>/bin directory to the PATH environment variable.
4. Add <install-dir>/lib directory to the LD_LIBRARY_PATH environment variable.
Seems like step 4 wasn't done.

your_shadow03 01-26-2010 11:42 AM

Hey..I downloaded the new Package and it went fine.
May be I missed that step..TbOne.
Thanks.


All times are GMT -5. The time now is 08:19 PM.