PDA

View Full Version : service httpd not work



quickserv
08-05-2011, 08:35 PM
restart httpd it show

Stopping httpd: [FAILED]
Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: failed to map segment from shared object: Permission denied

OS = CentOS 5.4

Please help me

streamservice
08-06-2011, 04:26 AM
restart httpd it show

Stopping httpd: [FAILED]
Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: failed to map segment from shared object: Permission denied

OS = CentOS 5.4

Please help me

Try ltrace or strace to search for the problem (and possible related problems). As what user do you try to restart httpd? Also look for libaprutil-1.so.0, what rights (chmod + chown) does it have?