Error installation client HP-UX 11.23

Remote Monitoring Agent for Linux, FreeBSD, and other UNIX-like platforms.
Post Reply
hivanb
Posts: 2
Joined: Thu Jun 28, 2007 7:10 am

Error installation client HP-UX 11.23

Post by hivanb »

Hi,

i want to install the rma for HP-UX 11.23, but it error:

/usr/lib/hpux32/dld.so: Unable to find library 'libstdc++.so'

Which package should i install for HP-UX 11.23?

Thanks,
hivanb
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

libstdc++ library is included into the libgcc package.

You may download and install libgcc package for HP-UX from the following location:
libgcc: http://hpux.cs.utah.edu/hppd/hpux/Gnu/libgcc-4.1.2/

Regards,
Max
hivanb
Posts: 2
Joined: Thu Jun 28, 2007 7:10 am

Post by hivanb »

Hi,

I installed the libstdc++ library and it generates the same error when I execute ./rma rma.ini

/usr/lib/hpux32/dld.so: Unable to find library 'libstdc++.so'
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

I suppose, you have to recompile the agent directly on you HP-UX server. Could you provide telnet or ssh access to the server? We would try to compile the agent for you. Also we can send you the source codes, an you will be able to compile the agent by your self. However, we supply the sources for the registered customers only. Please send request to support@ks-soft.net

Regards,
Max
mduporge
Posts: 1
Joined: Thu Mar 13, 2008 3:58 am

Post by mduporge »

Hi,
After your libgcc installation, you have to create a symbolic link in your rma directory :

# cd /opt/rma
# ln -s /usr/local/lib/libstdc++.so libstdc++.so

Regards,
Matthieu
Post Reply