Page 1 of 1

Error installation client HP-UX 11.23

Posted: Thu Jun 28, 2007 7:28 am
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

Posted: Thu Jun 28, 2007 7:45 am
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

Posted: Thu Jun 28, 2007 2:28 pm
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'

Posted: Fri Jun 29, 2007 4:31 am
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

Posted: Thu Mar 13, 2008 4:15 am
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