Apache don't start - apr_bucket_alloc_aligned_floor

chez123

New member
Joined
Jan 31, 2017
Messages
4
hello,
after commands;
apt-get update
apt-get upgrade
cd /usr/local/directadmin/custombuild
./build all d
apache don't want start

root@second:/usr/local/directadmin/custombuild# apachectl configtest
/usr/sbin/httpd: symbol lookup error: /usr/sbin/httpd: undefined symbol: apr_bucket_alloc_aligned_floor
 
In case you're updating ancient servers like us and found this topic through Google... we also had this issue. To fix it we did:
Code:
cd /etc/
mv httpd httpd_old
/usr/local/directadmin/custombuild/build apache
/usr/local/directadmin/custombuild build rewrite_confs

After that it worked properly. We then did rm -rf /etc/httpd_old once confirmed that everything was OK.
 
Back
Top