PHP won't compile

Brenden

Verified User
Joined
Oct 24, 2003
Messages
35
Hi Guys,
PHP won't compile on FreeBSD 4.9 - any ideas to make it compile?

I think it might have something to do with the DA files on my server. I think they arn't fully downloaded to the box as it seems the fileserver is down:

fetch: http://files.directadmin.com/services/customapache/ZendOptimizer-2.1.0b-FreeBSD4.0-i386.tar.gz: Operation timed out
Fileserver is down, using the backup file server..
fetch: http://www.directadmin.com/services/customapache/ZendOptimizer-2.1.0b-FreeBSD4.0-i386.tar.gz: Not Found
tar (child): ZendOptimizer-2.1.0b-FreeBSD4.0-i386.tar.gz: Cannot open: No such file or directory
 
I don't know very much about FreeBSD but I presume it's the same as with RedHat...

I'd say; remove the files that have been downloaded and try again, I've checked the URL of the first file, at the moment it's working perfectly.

(Since when is there a backup server ?)
 
Hello,

Not sure if this is the case, but our file server was down for about 10 minutes the other day.. datacenter was doing something.

run this:
Code:
cd /usr/local/directadmin/customapache
rm -f *.gz
./build clean
./build update
./build all
John
 
John,
We were still having issues connecting to the downlaod server.
My provider said it was routing issues to Australia from Cogent - anyways we pulled down the files off another DA server...

Just throught i'd let you know :)
 
Back
Top