Directadmin Customapache Problem
Hello,
I noticed that my host gave me PHP 4, so I decided to use "Custombuild" option to upgrade php and apache at same time. So, I followed this guide and did this :
When it finished, I got the following output :
So, i followed the instruction and typed the following command :
As soon as I did this, i got the following error :
Can you help please? Where Im I going wrong?
Hello,
I noticed that my host gave me PHP 4, so I decided to use "Custombuild" option to upgrade php and apache at same time. So, I followed this guide and did this :
Code:
cd /usr/local/directadmin/customapache
./build clean
rm -f configure.*
./build update
./build all
When it finished, I got the following output :
*************************************
* *
* All parts have been installed *
* *
*************************************
Type: /sbin/service httpd restart
[root@server customapache]#
So, i followed the instruction and typed the following command :
Code:
/sbin/service httpd restart
As soon as I did this, i got the following error :
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf:
Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so: cannot open shared object file: No such file or directory
[FAILED]
Can you help please? Where Im I going wrong?
Last edited: