PHP Compile to 5.2.6 [Error]

hadyabed

Active Member
#1
Weird error comes up when I am compiling php with admin panel.

Log:
http://hr-development.net/log.txt

I have Mail Headers Patch checked off and Sushosin.

Configure Line:
Code:
--with-mysqli --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring --with-iconv --with-curl --enable-suhosin --with-litespeed --with-config-file-path=../php --with-mysql=/usr --enable-gd-native-ttf --with-gettext --with-xsl --enable-zip --with-jpeg-dir=.. --with-png-dir=.. --with-zlib-dir=..
Any help would be appreciated.

Thank You,

Hady
 

mistwang

LiteSpeed Staff
#2
You can try removing "--with-jpeg-dir=.. --with-png-dir=.. --with-zlib-dir=.."

If you use cPanel, you can try our WHM plugin as well. there is an option to build Matching PHP binary as Apache mod_php.
 

hadyabed

Active Member
#3
Well i tried what you suggested but I still got the same error.

My Configure Lines are now the following:
Code:
--with-litespeed --with-mysql=/usr  --with-zlib --with-gd --enable-gd-native-ttf --with-gettext --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring --with-iconv --with-curl --with-xsl --enable-zip --enable-ftp --enable-exif --enable-suhosin
 
Last edited:
Top