Quote:
Originally Posted by Abakus
I've built HTTPD 2.4.2 on CentOS release 6.2 (Final) and when I try to start it, I get:
Code:
httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf: Syntax error on line 12 of
/etc/httpd/conf.d/ssl.conf: Cannot load /etc/httpd/modules/mod_ssl.so into server:
/etc/httpd/modules/mod_ssl.so: undefined symbol: ap_global_mutex_create
|
Ok....the error is VERY clear. It tells you there are errors in your configuration files, and even tells you the line numbers where the errors are. Go fix them.
Based on the little you've posted, it looks as if you don't have SSL installed.