Can´t start mysql (libz.so.1: no version information available)

nighty99

Verified User
Joined
Jul 26, 2009
Messages
9
I always get this error, if try to stop/restart or start mysqld:

Code:
mysqld: /usr/local/lib/libz.so.1: no version information available (required by mysqld)

This Error appears in DirectAdmin, if i try to get in phpmyadmin etc..
Error connecting to MySQL: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

build all did not help. Same error...

Any ideas?
 
Last edited:
Libraries may be OS-specific. Please post the OS distribution you're using; then perhaps it will be easier for someone to help you.

Jeff
 
Problem was solved by DirectAdmin Support.

Code:
I found another instance of mysql, so I removed it and restarted ours.

The error is gone now.

The other instance of mysql should no longer conflict with our copy, so it should be ok from now on.


Thank you,

 

John

We use Debian.
 
Back
Top