zend could not be installed

gate2vn

Verified User
Joined
Nov 9, 2004
Messages
485
Location
Oslo
the error is

./build zend
File already exists: ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz

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

./build: line 5512: ./install.sh: No such file or directory

I have run "./build clean" first, without any change.
Please check the script.
Thanks.
 
Hello,

3.3.9 was present for about 30 minutes before I realized they completely removed their automated installer. It's back to 3.3.3 now (which has the installer), so run:
Code:
./build update
to get the versions.txt with the 3.3.3 version in it.

I'll have to look at their new install method for 3.3.9 and automate the process (that they removed).

John
 
yeah, seems a very strange decision by zend.

Also the 3.3.9 package is much smaller than 3.3.3 there is various files removed that get referenced in php.ini on the older version.
 
Is there a way to get 3.3.9 incorporated into the scripts? Some software seems to be suggesting/requiring it.

I'm going to manually do it, but it would be nice to have it part of custombuild.
 
Back
Top