php upgrade ./build php d

mrki

New member
Joined
Aug 30, 2008
Messages
3
It seems that custom build ins't able to find php-5.3.8.tar.gz, how can I fix this and upgrade to php-5.3.8?

[root@cp custombuild]# ./build php d
Downloading php-5.3.8.tar.gz...
--2015-06-17 02:39:08-- http://files2.directadmin.com/services/custombuild/php-5.3.8.tar.gz
Resolving files2.directadmin.com... 208.167.226.3
Connecting to files2.directadmin.com|208.167.226.3|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-06-17 02:39:08 ERROR 404: Not Found.

Downloaded file /usr/local/directadmin/custombuild/php-5.3.8.tar.gz does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
--2015-06-17 02:39:08-- http://69.30.193.202/services/custombuild/php-5.3.8.tar.gz
Connecting to 69.30.193.202:80... failed: Connection timed out.
Retrying.

--2015-06-17 02:42:18-- (try: 2) http://69.30.193.202/services/custombuild/php-5.3.8.tar.gz
Connecting to 69.30.193.202:80... failed: Connection timed out.
Retrying.

--2015-06-17 02:45:29-- (try: 3) http://69.30.193.202/services/custombuild/php-5.3.8.tar.gz
Connecting to 69.30.193.202:80... failed: Connection timed out.
Retrying.

--2015-06-17 02:48:41-- (try: 4) http://69.30.193.202/services/custombuild/php-5.3.8.tar.gz
Connecting to 69.30.193.202:80...
 
Old stable releases can be found and downloaded from http://fi2.php.net/releases/
If you for any reason need PHP 5.3.8, it can be downloaded from here: http://museum.php.net/php5/php-5.3.8.tar.gz
Just put it in /usr/local/directadmin/custombuild/ and run

Code:
cd /usr/local/directadmin/custombuild
wget [URL]http://museum.php.net/php5/php-5.3.8.tar.gz[/URL]
./build php d

If you need the latest release of PHP 5.3.x then run

Code:
cd /usr/local/directadmin/custombuild
./build update
./build php d
 
Back
Top