Sıfırdan servisleri seçerek Centos u kurdum ve hemen ardından güncellemeleri gerçekleştirdim. Apacheyi çalıştırmaya çalıştığımda;

[root@dhcppc3 httpd]# /etc/init.d/httpd start
Starting httpd: httpd: Syntax error on line 188 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_auth_ldap.so into server: /etc/httpd/modules/mod_auth_ldap.so: cannot open shared object file: No such file or directory
[FAILED]


/etc/http de modules kısayolu vardı zaten fakat kısayolun adını değiştirdim (module_ yapıp)
/usr/lib/httpd den kopyaladığım modules klasörünü /etc/http ye yapıştırdım bu seferde;



[root@dhcppc3 httpd]# /etc/init.d/httpd start
Starting httpd: httpd: Syntax error on line 187 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_ldap.so into server: /etc/httpd/modules/mod_ldap.so: failed to map segment from shared object: Permission denied
[FAILED]


chown 777 modules ile izinleri de verdim nafile. İlk defa kullanmaya çalışıyorum CentOS u bu problemi nasıl giderebilirim.