Operating System - HP-UX
1752696 Members
5894 Online
108789 Solutions
New Discussion юеВ

Re: /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libgcc_s.sl

 
SOLVED
Go to solution
yc_2
Regular Advisor

/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libgcc_s.sl

Hi,

I got the above message when I try to install mysql 3.23.55 on HP-UX 11.00 with the following:

gcc 3.2.3 gcc
guile 1.6.0 guile
mysql 3.23.55 mysql
ncurses 5.3 ncurses
openssl 0.9.7b openssl
zlib 1.1.4 zlib

Could anyone give me a pointer where to get libgcc_s.sl ?


Thanks in advance,
YC
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libgcc_s.sl

swverifty \*

Something isn't properly installed.

Perhaps start here.

http://hpux.connect.org.uk/hppd/hpux/Development/Languages/mysql-3.23.55/

Do the pre-requisite installs first.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Fragon
Trusted Contributor
Solution

Re: /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libgcc_s.sl

Hi,
You can make your MYSQL installed using SD-UX depot, for this gcc is not necessary.
You can download the depot file here:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=HPUXIEXP1111

Only select Mysql when download.

-ux
T G Manikandan
Honored Contributor
T G Manikandan
Honored Contributor

Re: /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libgcc_s.sl

Try downloading it from here

http://hpux.cs.utah.edu/hppd/hpux/Development/Languages/mysql-3.23.55/

Do check for the dependencies

Revert
yc_2
Regular Advisor

Re: /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libgcc_s.sl

Hi Steven,

As per your advice, I ran swverify \* and got the following error in /var/adm/sw/swagent.log:

:
:
* Configured ncurses.ncurses-INC,l=/usr/local,r=5.3
* Configured ncurses.ncurses-MAN,l=/usr/local,r=5.3
* Configured ncurses.ncurses-RUN,l=/usr/local,r=5.3
* Configured ncurses.ncurses-SHLIBS,l=/usr/local,r=5.3
* Configured zlib.zlib-RUN,l=/usr/local,r=1.1.4
NOTE: No array devices found on system - daemons not started.
NOTE: The "AM60Srvr" daemon is NOT running
NOTE: The "hparamgrd" daemon is NOT running
ERROR: File "/usr/local/info/dir" should have mtime "1054414353" but
the actual mtime is "1039105802".
ERROR: File "/usr/local/info/dir" should have size "6909" bytes but
the actual size is "811" bytes.
ERROR: Fileset "gcc.gcc-RUN,l=/usr/local,r=3.2.3" had file errors.
:
:
Verified gcc.gcc-MAN,l=/usr/local,r=3.2.3
ERROR: Verify failed gcc.gcc-RUN,l=/usr/local,r=3.2.3
Verified gcc.gcc-SHLIBS,l=/usr/local,r=3.2.3
:
:
ERROR: 1 of 1242 filesets had Errors.
* 1241 of 1242 filesets had no Errors or Warnings.
ERROR: The Analysis Phase had errors. See the above output for
details.

Could you advice how to overcome the errors, thanks.



YC