This solves: From: http://askubuntu.com/questions/368515/upgraded-to-ubuntu-13-10 -apache-not-able-to-start
sudo apt-get install apache2-prefork-dev libxml2 libxml2-dev mkdir ~/modbuild/ && cd ~/modbuild/ wget http://apache.webthing.com/svn/apache/filters/mod_xml2enc.c wget http://apache.webthing.com/svn/apache/filters/mod_xml2enc.h sudo apxs2 -aic -I/usr/include/libxml2 ./mod_xml2enc.c cd ~ rm -rfd ~/modbuild/ sudo service apache2 restart -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1405424 Title: mod_xml2enc not available To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1405424/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
