zend 2.6.2

Tried to upgrade zend last night..

[root@www26 customapache]# ./build zend
File already exists: ZendOptimizer-2.6.2-linux-glibc23-x86_64.tar.gz

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

./install.sh: line 139: ./php: cannot execute binary file
 
Find out what that line is pointing to.

Then look at the file it's pointing to, to find out the problem.

Have you tried deleting the Zend tarball and rerunning the script?

Jeff
 
Yes, I've tried deleting and redownloading the tarball.

Line in install.sh that seems to be the issue is this:

ZEND_TMPDIR=$ZEND_TMPDIR CALLING_SCRIPT=$CALLING_SCRIPT ORIGINAL_CWD=$ORIGINAL_CWD \
./php -c ./php-install.ini -q $PHP_SCRIPT $@
 
Back
Top