Problems with libperl.so when installing with custombuild 1.2

koudou

Verified User
Joined
Oct 13, 2003
Messages
54
What I did :

I was with customapache, apache 1.3 and php 4

I decided to move to apache2 with php5, using custombuild 1.2

I had to redo it several times with several problems of not having apache starting, proftp not compiling ...

===============
Finally, I have my apache2 running with php5, but I had to modify /etc/httpd/conf/httpd.conf to comment out the Load for libperl.so

I do not understand why, as
service httpd start
says that it cannot find libperl.so in /usr/lib/apache
while an 'ls' in the directory show this file.

Anybody met this ? How they fixed it ?
Thank you in advance if you have some clues
 
oh, yes, thank you for the suggestion smtalk. But I also had built mod_perl ...
 
I have a similar problem and can`t find any decision:
Code:
error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
libperl.so located on /usr/lib/apache
 
Back
Top