Hi,
Has anyone experienced this problem before? Please let me know how to fix this. Thanks
Error Message
tc@box:~$ sudo apachectl -k start
httpd: Syntax error on line 66 of /usr/local/etc/httpd/httpd.conf: Cannot load modules/mod_authn_file.so into server: /usr/local/apache2/modules/mod_authn_file.so: undefined symbol: ap_log_rerror
tc@box:~$
line 66 of /usr/local/etc/httpd/httpd.conf
LoadModule authn_file_module modules/mod_authn_file.so
- /usr/local/etc/httpd/httpd.conf [Readonly] 66/506 13%
tc@box:~$ ls -lh /usr/local/apache2/modules/mod_authn_file.so
lrwxrwxrwx 1 root root 63 Feb 23 04:18 /usr/local/apache2/modules/mod_authn_file.so -> /tmp/tcloop/apache2/usr/local/apache2/modules/mod_authn_file.so
tc@box:~$ file /usr/local/apache2/modules/mod_authn_file.so
/usr/local/apache2/modules/mod_authn_file.so: symbolic link to /tmp/tcloop/apache2/usr/local/apache2/modules/mod_authn_file.so
tc@box:~$