Operating System - HP-UX
1834178 Members
2364 Online
110064 Solutions
New Discussion

Re: getting core dump every time i try to load mysql

 
SOLVED
Go to solution

getting core dump every time i try to load mysql

I am getting the following error when I execute the mysqld

/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libz.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)


Am using HP-Ux 11.00, with gcc 3.2


any advice would be greatly appreciated


many thanks.
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: getting core dump every time i try to load mysql

SHLIB_PATH is probably not set correctly.

Also your kernel may need adjustment.

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
Brian DelPizzo
Frequent Advisor

Re: getting core dump every time i try to load mysql

Find the missing files and add the directory they are in to your SHLIB_PATH. Then give it another whirl.
RAC_1
Honored Contributor

Re: getting core dump every time i try to load mysql

it says no such file or directory.

Have you set the library path?
There is no substitute to HARDWORK
harry d brown jr
Honored Contributor
Solution

Re: getting core dump every time i try to load mysql

does

# ls -l /usr/local/lib/libz*
-rw-r--r-- 1 root sys 75500 Jul 1 2002 /usr/local/lib/libz.a
-rwxr-xr-x 1 root sys 65536 Jul 1 2002 /usr/local/lib/libz.sl
#


exist??

if not install it:
http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.1.4/

live free or die
harry
Live Free or Die

Re: getting core dump every time i try to load mysql

Thanks for responses one and all. Installing the zlib made a major difference. Just need to work out some security issues with the loading of the mysql daemon.


Thanks again.