Error after php update by custombuild

fmortara

Verified User
Joined
Jul 4, 2006
Messages
87
I have tried to update the php by custombuild. I have followed this guide: http://help.directadmin.com/item.php?id=345
At the end of process the apache service cannot start with this error: "invalid command 'php_admin_flag' perhaps misspelled or defined by a module after build"
and the ./build versions says that a new version of php is available. Like if I have not run any update.
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php n

You may also need to run ./build rewrite_confs if something is corrupted in your configs.
 
Back
Top