Custom PHP Install
Posted by: Bluto
Posted on: 2008-07-24 06:57:00
I'm having difficulty installing a custom php5.
When I run the custom scripts, all seems to go fine, but... the install attempts to create a new www directory for the php.ini file.
I set the domain in the script to www.mydomain.
I did not however change the paths in the script where it says for example:
" # Where do you want all this stuff built? I'd recommend picking a local
# filesystem.
# ***Don't pick a directory that already exists!*** We clean up after
# ourselves at the end!
SRCDIR=${HOME}/source".
If my directory tree looks like this through shell ftp:
/home/.ewing/dcgspot/www.mydomain, what should I insert before "/source" in the script for it to install to the proper destination, with the php.ini file landing in the correct location?