Mysql and Exim don't work on Debian 5.0 32 bits

Perfh

Verified User
Joined
Aug 19, 2007
Messages
20
Location
France
Hello,

Mysql and Exim don't work on Debian 5.0 32 bits

When start Exim, we have this error message : "libperl.so.5.10: cannot open shared object file: No such file or directory"

Mysql don't want start too, the directory "mysql" in /home was not create.

Tanks.
 
OK, I have upgraded my debian etch server to lenny few weeks ago, and I had problem only with exim. I solved my problem by doing:

apt-get --purge remove exim

...and building it again from custombuild.
Maybe you should try the same with both exim and mysql.
 
Hello,

Regarding the error:
Code:
exim: error while loading shared libraries: libperl.so.5.10: cannot open shared object file: No such file or directory
Run the command
Code:
apt-get install libperl5.10
I'll have to add a check for this during the install phase and have the installer run that command.

John
 
Back
Top