I've got everything compiled now but for MailParse. I need MailParse for Cerberus. The server runs CentOS 5.x
Their wiki suggests this method:
[noparse]wiki.cerb4.com/wiki/Installing_PHP_Mailparse#For_RHEL_5[/noparse]
Is this the right approach on getting Litespeed Web Server to run with php and MailParse? I can add a no-dependencies flag I guess, and then move any resulting .so files into the lsws folders and reference it as an extension in php.ini
Is that how to get MailParse working with php in LSWS?
Their wiki suggests this method:
[noparse]wiki.cerb4.com/wiki/Installing_PHP_Mailparse#For_RHEL_5[/noparse]
# wget [noparse]dag.wieers.com/rpm/packages/php-pecl-mailparse/php-pecl-mailparse-2.1.1-1.el5.rf.x86_64.rpm[/noparse]
# rpm -i php-pecl-mailparse-2.1.1-1.el5.rf.x86_64.rpm
warning: php-pecl-mailparse-2.1.1-1.el5.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
php is needed by php-pecl-mailparse-2.1.1-1.el5.rf.x86_64
# rpm -i php-pecl-mailparse-2.1.1-1.el5.rf.x86_64.rpm
warning: php-pecl-mailparse-2.1.1-1.el5.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
php is needed by php-pecl-mailparse-2.1.1-1.el5.rf.x86_64
Is that how to get MailParse working with php in LSWS?
Last edited by a moderator: