httpd always stopped

dannyman1234

Verified User
Joined
Mar 2, 2010
Messages
28
Hi,

i was just trying to update my php by doing this at the bottom of this message:

After i did ./build all

The problems started, now it could not install pearl:

make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2

Now my httpd in directadmin services always stopped, i can start it, but after a refresh it stoppes again.

I am a newbie and I didnt make a backup, please tell me how to get everything back and running again.

//the instructions i followed

Download the source tar.gz file from php.net and place it in "/usr/local/directadmin/customapache"

Edit the "/usr/local/directadmin/customapache/build" file and change the version of php to the version that was downloaded.

Then run:


# cd /usr/local/directadmin/customapache/
# ./build clean
# ./build update
# ./build all
 
You should use custombuild instead of customapache.
 
Back
Top