Ghadamyari
Verified User
- Joined
- Aug 13, 2011
- Messages
- 32
[FIXED] /usr/lib/apache/mod_hostinglimits.so: undefined symbol: ap_log_error
Hello
I've built apache_nginx + cloudlinux using custombuild 2:
but apache doesn't start
I checked apache build logs and found the following err:
then tried to use ./build libtool to update libtool and rebuild everything but the issue is still there
Also tested : http://docs.cloudlinux.com/index.html?hostinglimits_module_for_apache.html
still the same error
Hello
I've built apache_nginx + cloudlinux using custombuild 2:
Code:
yum update -y
./build update
./build update_script
./build set nginx_apache yes
./build set cloudlinux yes
./build set cagefs yes
./build all d
./build rewrite_confs
but apache doesn't start
Code:
Restarting apache.
Stopping httpd: [ OK ]
Starting httpd: httpd: Syntax error on line 157 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf/extra/httpd-includes.conf: Syntax error on line 1 of /etc/httpd/conf/extra/modhostinglimits.conf: Cannot load /usr/lib/apache/mod_hostinglimits.so into server: /usr/lib/apache/mod_hostinglimits.so: undefined symbol: ap_log_error
[FAILED]
I checked apache build logs and found the following err:
Code:
checking whether to build static libraries... yes
grep: /usr/local/directadmin/custombuild/httpd-2.4.23/srclib/apr/libtool: No such file or directory
then tried to use ./build libtool to update libtool and rebuild everything but the issue is still there
Also tested : http://docs.cloudlinux.com/index.html?hostinglimits_module_for_apache.html
still the same error
Last edited: