Upgrading PHP with custombuild 2.0 fails

medieja

Verified User
Joined
Mar 31, 2015
Messages
20
Location
Eindhoven (NL)
Hi there,

I'm having troubles updating PHP (5.5 to 5.6) via custombuild. After running:

./build update
./build php

I get the following error:

configure: error: Your system does not support systemd.
*** There was an error while trying to configure php. Check the configure file

I'm running Debian 8 so I find it kinda strange that it says your system does not support systemd. Any help would be much appreciated! :D
 
Problem solved

Did you follow pre-installation instructions? https://help.directadmin.com/item.php?id=354

I think you are missing libsystemd-dev package. Please try:
Code:
apt-get install libsystemd-dev

And run "./build php" again.

Ahh, that did it, thanks! I upgraded from Wheezy to Jessie and I didn't realize I had to run these pre-install commands again. Thank you very much! ;)
 
Back
Top