customapache (zend)

kktsang

Verified User
Joined
May 15, 2004
Messages
27
I am using FC2

when I try to ./build zend, it fails

then i look into the build script.

case "$OS_VER" in
1|1.90|7.2|7.3|8.0|9|9.0|release|ES|WS) ZENDNAME=ZendOptimizer-2.5.5-linux-glibc21-i386
;;
4.8|4.9|4.10) ZENDNAME=ZendOptimizer-2.5.5-freebsd4.3-i386
;;
5.0|5.1|5.2|5.2.1) ZENDNAME=ZendOptimizer-2.5.5-freebsd5.1-i386

It seems that FC2 is not ready for ZendOptimizer ??
________
Aprilia SR50R
 
Last edited:
Most likely. I believe that the customapache system is only tested on FreeBSD and RedHat, and if there aren't zend binaries for fedora then it won't work. If there is, you could modify customapache with the fedore binary.
 
Hello,

What do you get when you run:

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

compare that to the numbers for $OS_VER in the case statement..

In anycase, I've just added 2 and 2.0 to the to build script, so you can try updating to see.

John
 
DirectAdmin Support said:
Hello,

What do you get when you run:

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

compare that to the numbers for $OS_VER in the case statement..

In anycase, I've just added 2 and 2.0 to the to build script, so you can try updating to see.

John

it is "2".

It works now. thx !
________
easy vape reviews
 
Last edited:
Back
Top