![]() |
php segfaults, on 2x litespeed 4.0.20 web servers
I'm working with a clients' new 2x load balanced web servers
WHM 11.28.83 CENTOS 5.5 x86_64 standard Litespeed 4.0.20 I ensured easyapache integration was enabled and ran easyapache to update from PHP 5.2.13 to 5.3.5 unselected CGI in php and tried with eaccelerator enabled and also with it disabled at compile time, but I'm getting lsphp5 segfaults when I enable vBulletin v4.1.2 config.php memcached 1.4.5 server web1 Code:
Mar 8 01:00:38 host2 kernel: lsphp5[12841]: segfault at 000000001bd6d800 rip 0000000000717f97 rsp 00007fff6568e840 error 4Code:
Mar 8 02:53:14 host3 kernel: lsphp5[22512]: segfault at 0000000000000008 rip 00002b2989989127 rsp 00007fffb3c3fd30 error 4tried Code:
wget http://pecl.php.net/get/memcache-3.0.5.tgzCode:
wget http://pecl.php.net/get/memcache-3.0.5.tgzphpinfo compile Code:
'./configure' '--disable-cgi' '--disable-fileinfo' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-pdo=shared' '--enable-soap' '--enable-sockets' '--enable-wddx' '--enable-zip' '--prefix=/usr/local' '--with-bz2' '--with-curl=/opt/curlssl/' '--with-curlwrappers' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libexpat-dir=/usr' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-pic' '--with-png-dir=/usr' '--with-pspell' '--with-sqlite=shared' '--with-tidy=/opt/tidy/' '--with-xmlrpc' '--with-xpm-dir=/usr' '--with-xsl=/opt/xslt/' '--with-zlib' '--with-zlib-dir=/usr' '--with-litespeed'But on this install, I can't select PHP 5.3.4 in easyapache only PHP 5.3.3 or 5.3.5 ? |
Also is it okay to just recompile php via litespeed admin console so that php versions are mismatched ? i.e. litespeed admin console has PHP 5.3.4 available. while leaving easyapache at PHP 5.3.5 ?
|
any difference from phpinfo()?
I think ok to build php from litespeed admin console. It just have an additional lsphp5 binary for try, won't overwrite existing ones(however best to backup them first) |
both web servers exact same phpinfo but i decided to manually compile via litespeed admin console PHP 5.3.4 with memcached and eaccelerator checkbox checked and these options
Quote:
but seems client had edited some vB class_datastore.php init.php files which made memcached report corrupted datastore before, so fixed those files this time, so not sure if it was a combination or not |
Code:
not sure if it was a combination or not |
| All times are GMT -7. The time now is 06:23 AM. |