libltdl.so.3 -> Permission denied

Naughty Sheep

Verified User
Joined
Jul 15, 2004
Messages
12
i try to recompile apache with php

everytime i get this result

Code:
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

Make Complete
Installing php...
Installing PHP SAPI module:       apache
[activating module `php4' in /etc/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
chmod 755 /usr/lib/apache/libphp4.so
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
cp /etc/httpd/conf/httpd.conf.new /etc/httpd/conf/httpd.conf
rm /etc/httpd/conf/httpd.conf.new
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PEAR environment:      /usr/local/lib/php/
[b]/usr/local/directadmin/customapache/php-4.3.8/sapi/cli/php: error while loading shared libraries: libltdl.so.3: cannot enable executable stack as shared object requires: Permission denied
make[1]: *** [install-pear-installer] Error 127
make: *** [install-pear] Error 2[/b]

Installed suPHP before, but DA realy sux with suPHP (it was like 5 min work to install it on a cPanel server).

Anyway, is there a way to fix this problem?

or a way to reinstall apache complete? (so it wont keep the old conf files either)
 
Code:
[***]# service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 79 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: libltdl.so.3: cannot enable executable stack as shared object requires: Permission denied
                                                           [FAILED]
 
If you've got services down and need to be in touch with support, please try their email address; this is NOT an official support request forum.

Jeff
 
jlasman said:
If you've got services down and need to be in touch with support, please try their email address; this is NOT an official support request forum.

Jeff

httpd aint working ;)

proftpd down as well or crashing 5 times a day ;)

But there aint customers on the server yet, so i can wait a day :)
 
Back
Top