HTTPD Wont start

RosenCruz

Verified User
Joined
Apr 2, 2010
Messages
10
I use CentOS5 with Direct Admin, and suddenly, HTTPD stopped working for me .I can not start it with DAdmin panel and I get this error..

Code:
An error has occurred

Details

/sbin/service httpd start 2>&1

when I try to start httpd

Via SSH, I get this error

Code:
Syntax error on line 98 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/libkrb5support.so.0: symbol creat64, version GLIBC_2.1 not defined in file libc.so.6 with link time reference

I use Php 5.2 . any ideas, can someone help me ?
 
I tried to install freetype library. Other than that nothing is updated. System was php 4.x but upgraded to 5.2 2 months ago. BTW, I guess I opened the topic at the wrong place, my DA use custom apache
 
I'm wondering if the attempted freetype install might have broken something. Start by commenting out the line causing the problem and see if httpd will start or if you get other errors.

If it starts but you lose functionality, start googling.

Jeff
 
Back
Top