Zend Install Fedora RC2

Eagle1

Verified User
Joined
Feb 13, 2004
Messages
63
Location
Corpus Christi, TX
I have Fedora RC2 installed. Everything in DA works except I cannot install Zend.
If I run ./build zend, I get:

File already exists: .tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors

Location of php.ini:
/usr/local/lib
Press return to continue...

I have also tried:
./build clean
./build update
./build all
,.build zend

Same error.
I have seen that some others have had this problem in the forums with freebsd, but I am using Redhat Fedora.

Anyone know how I can fix this?

Thanks
 
Hello,

What's the contents of your /etc/fedora-release file?

What do you get when you run:

cat /etc/fedora-release | cut -d\ -f4


You can always just install it manually:

wget http://ffiles.directadmin.com/services/customapache/ZendOptimizer-2.5.1-Linux_glibc21-i386.tar.gz
tar xvzf ZendOptimizer-2.5.1-Linux_glibc21-i386.tar.gz
cd ZendOptimizer-2.5.1-Linux_glibc21-i386
./install.sh

John
 
Back
Top