nobaloney
NoBaloney Internet Svcs - In Memoriam †
Note that this is NOT the same error as others have under similar Post titles.
setup.sh fails to run at all... it looks for/usr/local/bin/php after it checks which version of custombuild I want to run. It doesn't find it (of course) because it's not installed yet, and it comes up with this error:
Of course it can't; /usr/local/directadmin/custombuild doesn't exist yet.
Beginning on line 1259, setup.sh checks for php:
Checking and comparing .setup.sh between this machine, today, with the problem, and a machine from months ago I noticed that lines in the setup.sh file which existed beginning with line 1248 didn't exist on the old server. I removed them and then the setup appeared to run properly.
Has anyone else had this problem?
Jeff
setup.sh fails to run at all... it looks for/usr/local/bin/php after it checks which version of custombuild I want to run. It doesn't find it (of course) because it's not installed yet, and it comes up with this error:
Code:
Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d
Beginning on line 1259, setup.sh checks for php:
Code:
if [ ! -e /usr/local/bin/php ]; then
echo "*******************************************";
echo "*******************************************";
echo "";
echo "Cannot find /usr/local/bin/php";
echo "Please recompile php with custombuild, eg:";
echo "cd /usr/local/directadmin/custombuild";
echo "./build all d";
echo "";
Has anyone else had this problem?
Jeff