Can't install LSMCD

#1
Hi,
I followed the instructions at https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:lsmcd:installation but I get the following error when I try to make the build:
Code:
mv -f .deps/lsmchashmulti.Tpo .deps/lsmchashmulti.Po
g++ -DHAVE_CONFIG_H -I. -I../../src -I../../include -I../../src  -I/usr/include  -O3 -fstack-protector   -MT lsmcsasl.o -MD -MP -MF .deps/lsmcsasl.Tpo -c -o lsmcsasl.o lsmcsasl.cpp
lsmcsasl.cpp:131: error: ‘sasl_callback_ft’ was not declared in this scope
lsmcsasl.cpp:131: error: expected ‘}’ before ‘chkSaslPwdb’
lsmcsasl.cpp:131: error: expected ‘}’ before ‘chkSaslPwdb’
lsmcsasl.cpp:131: error: too many initializers for ‘sasl_callback_t’
lsmcsasl.cpp:131: error: expected ‘,’ or ‘;’ before ‘chkSaslPwdb’
lsmcsasl.cpp:131: error: expected declaration before ‘}’ token
make[3]: *** [lsmcsasl.o] Error 1
make[3]: Leaving directory `/root/lsmcd/lsmcd-master/src/memcache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/lsmcd/lsmcd-master/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/lsmcd/lsmcd-master/src'
make: *** [all-recursive] Error 1
I've installed the dependencies prior to make but I'm still getting the error. I'm trying to install this on a CloudLinux 6.9 server running cPanel.
 
Last edited by a moderator:
Top