I cannot for the life of me figure out why this is:
I have two identical Litespeed web servers. Both have the same php settings and what not.
With one, when I compile with certain settings, it works and takes the settings as shown by phpinfo.
With the other, it will not accept any new settings.
I'm compiling with: --with-ffmpeg=/usr/lib/php5/20060613/ --with-mysql --with-zlib --with-gd=/usr/lib --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --disable-magic-quotes --enable-mbstring --with-iconv --with-jpeg-dir=/usr/lib --with-magickwand --with-curl --with-mcrypt --enable-ftp --with-freetype-dir= --with-ttf --enable-gd-native-ttf --enable-gd-jis-conv
But the server that won't take new settings stops at --with-mcrypt. That's the last item it takes.
On the other server the phpinfo shows all the settings correctly.
With the one that doesn't work, the log shows that it compiled correctly with all the settings. But still, for some strange reason it acts like it doesn't install the newly compiled version.
Any advice?
I have two identical Litespeed web servers. Both have the same php settings and what not.
With one, when I compile with certain settings, it works and takes the settings as shown by phpinfo.
With the other, it will not accept any new settings.
I'm compiling with: --with-ffmpeg=/usr/lib/php5/20060613/ --with-mysql --with-zlib --with-gd=/usr/lib --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --disable-magic-quotes --enable-mbstring --with-iconv --with-jpeg-dir=/usr/lib --with-magickwand --with-curl --with-mcrypt --enable-ftp --with-freetype-dir= --with-ttf --enable-gd-native-ttf --enable-gd-jis-conv
But the server that won't take new settings stops at --with-mcrypt. That's the last item it takes.
On the other server the phpinfo shows all the settings correctly.
With the one that doesn't work, the log shows that it compiled correctly with all the settings. But still, for some strange reason it acts like it doesn't install the newly compiled version.
Any advice?
Last edited: