install zend error

dannis

Verified User
Joined
Jul 3, 2008
Messages
15
OS : FreeBSD 7.2
****
cd /usr/local/directadmin/custombuild
./build update
./build zend
File already exists: ZendOptimizer-3.3.0a-freebsd6.0-amd64.tar.gz

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

/libexec/ld-elf.so.1: Shared object "libutil.so.5" not found, required by "php"
****

Pleae help me , tks...
 
Hello,

Note that the zend people have discountinued support for FreeBSD, so FreeBSD 6 is their last supported version.

I believe you can run something like:
Code:
pkg_add -r compat6x
to try and make them work, but there are no gurantees, since the binaries are not designed for 7.x.

John
 
Back
Top