custombuild2 php-mode=lsphp error: undefined symbol: lscapi_sign_uidgid

tincboy

Verified User
Joined
Aug 14, 2009
Messages
126
I've installed CB2 and I'm eager to test out the lsphp handler,
but after installing it, i got error below while restarting Apache
Code:
Starting httpd: httpd: Syntax error on line 152 of /etc/httpd/conf/httpd.conf: Syntax error on line 4 of /etc/httpd/conf/extra/httpd-includes.conf: Syntax error on line 1 of /etc/httpd/conf/extra/mod_lsapi.conf: Cannot load /usr/lib/apache/mod_lsapi.so into server: /usr/lib/apache/mod_lsapi.so: undefined symbol: lscapi_sign_uidgid
Any help will be much appreciated.
 
Are you using CloudLinux? If not, then lsphp is compatible with LiteSpeed webserver only, if you're using CloudLinux - it should work with apache, if it doesn't, please let me know.
 
Are you using CloudLinux? If not, then lsphp is compatible with LiteSpeed webserver only, if you're using CloudLinux - it should work with apache, if it doesn't, please let me know.

Yes I'm using CloudLinux but my web server is Apache. so it should work but I got above mentioned error.
 
Could you please post the output of the following:
Code:
uname -a
grep cloudlinux /usr/local/directadmin/custombuild/options.conf
httpd -v
 
Code:
Linux s1.domain.com 2.6.32-531.17.1.lve1.2.60.el6.x86_64 #1 SMP Tue Jul 8 11:25:32 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux
------
cloudlinux=yes
------
Server version: Apache/2.4.9 (Unix)
Server built:   Jul 13 2014 09:55:17
it's the result of commands you've sent
 
CloudLinux developers informed me that they've fixed the bug. Please do:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build apache
./build php n
 
Back
Top