Dear users,
I try to update my php to 5.1.6 but when I follow the toutorial I'm not getting anywhere.
I do as follow:
- Download php to a temporary directory (http://www.php.net/downloads.php)
- cd [the temporary directory]
- tar zxvf php-5.0.x.tar.gz
- cd php-5.0.x
- /usr/local/directadmin/customapache/configure.php ( _ap2 for Apache2)
- make
- make install
But when I type make I get the following error on my ssh:
make: *** No targets specified and no makefile found. Stop.
What I do wrong?
I'm using Apache 1.3.37
I try to update my php to 5.1.6 but when I follow the toutorial I'm not getting anywhere.
I do as follow:
- Download php to a temporary directory (http://www.php.net/downloads.php)
- cd [the temporary directory]
- tar zxvf php-5.0.x.tar.gz
- cd php-5.0.x
- /usr/local/directadmin/customapache/configure.php ( _ap2 for Apache2)
- make
- make install
But when I type make I get the following error on my ssh:
make: *** No targets specified and no makefile found. Stop.
What I do wrong?
I'm using Apache 1.3.37