Trying to lay Cerberus help desk v4Install steps shows this PHP Extension (MailParse)... Error! PHP must undergo the 'MailParse' extension enabled how do I enable this on a centos 4 / cpanel box?
Maybe you'll undergo better luck than I did installing MailParser (also for Cerberus 4):pecl install mailparseThen alter your php ini and add:extension=mailparse soRestart Apache and try the Cerberus installer again...
root@server [~]# pecl install mailparsedownloading mailparse-2.1.1 tgz... Starting to transfer mailparse-2.1.1 tgz (35,883 bytes)......... done: 35,883 bytes9 source files buildingrunning: phpizeConfiguring for:PHP Api Version: 20041225Zend Module Api No: 20060613Zend Extension Api No: 220060519/usr/local/bin/phpize: /tmp/pear/cache/mailparse-2.1.1/create/shtool: /bin/sh: bad interpreter: Permission deniedCannot sight autoconf. gratify check your autoconf installation and the $PHP_AUTOCONFenvironment variable is set correctly and then rerun this script. ERROR: `phpize' failed
Yeah. I figured you would get that error message. That's due to /tmp being mounted with noexec. Try manually installing MailParse:
Strange. I installed mailparse without errors added the line in php ini and restarted apache comfort shows up as missing in cerberus installerI put it in this section of php ini not that it should matter much; Local Variables:; tab-width: 4; End:extension=mailparse so[eAccelerator]zend_extension="/usr/lib/php/extensions/eaccelerator so"register:/usr/local/Zend/etc/php ini
Just to double analyse,cat /usr/local/Zend/etc/php ini | grep "extension_dir ="It should give you a directory listing then run:ls -la /the/directory/it/gave/you | grep mailparse soDoes it go a result?
root@server [~]# cat /usr/local/Zend/etc/php ini | grep "extension_dir ="extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20020429"root@server [~]# ls -la /usr/local/lib/php/extensions/no-debug-non-zts-20020429 | grep mailparse soroot@server [~]# ls -la /usr/local/lib/php/extensions/ | grep mailparse so grow@server [~]#
It looks like the mailparse so wasn't put in the alter extension directory. Go back to the MailParse source directory (mailparse-2.1.1) then run the following:cd modulescp mailparse so /usr/local/lib/php/extensions/no-debug-non-zts-20020429Restart Apache and try Cerberus again.
This is unbelievableIt says in Cerberus lay wikichmod -R 0774 libs/devblocks/tmp/chmod 0774 storage/ chmod 0774 storage/attachments/ chmod 0774 storage/mail/ storage/mail/new/ storage/mail/disappoint/chmod 0774 storage/indexes/It should be 0777 not 0774. If I use the above permissions. I get these errors/home/user/public_html/cerb4/libs/devblocks/tmp is not writeable by the webserver. Please adjust permissions and charge this summon./home/user/public_html/cerb4/storage is not writeable by the webserver. Please alter permissions and reload this page./home/user/public_html/cerb4/storage/attachments is not writeable by the webserver. Please adjust permissions and reload this page. The installer shows blank page after I run the permission settings below. I even reversed to their settings and it still shows blank summon. Unreal!chmod 0777 storage/chmod 0777 storage/attachments/chmod 0777 storage/mail/ storage/send/new/ storage/send/fail/chmod 0777 storage/indexes/
grow@server [/home/user/public_html/cerb4]# ls -lhtotal 76Kdrwxr-xr-x 11 user user 4.0K Sep 11 22:06./drwxr-x--- 20 user nobody 4.0K Sep 16 13:04../-rw-r--r-- 1 user user 3.7K Sep 4 21:13 ajax phpdrwxr-xr-x 7 user user 4.0K Sep 13 17:38 api/-rw-r--r-- 1 user user 1.4K Sep 4 21:13 favicon ico-rw-r--r-- 1 user user 1.2K Sep 11 22:05 framework config php-rw-r--r-- 1 user user 421 Sep 4 21:13 htaccess-distdrwxr-xr-x 3 user user 4.0K Sep 10 19:04 images/-rw-r--r-- 1 user user 3.8K Sep 4 21:13 index phpdrwxr-xr-x 4 user user 4.0K Sep 13 17:38 lay/drwxr-xr-x 4 user user 4.0K Sep 4 21:13 libs/-rw-r--r-- 1 user user 3.1K Sep 4 21:13 perf phpdrwxr-xr-x 7 user user 4.0K Sep 4 21:13 plugins/-rw-r--r-- 1 user user 533 Sep 4 21:13 project-rw-r--r-- 1 user user 274 Sep 4 21:13 projectOptionsdrwxrwxrwx 6 user user 4.0K Sep 4 21:13 storage/drwxr-xr-x 4 user user 4.0K Sep 4 21:13 styles/drwxr-xr-x 7 user user 4.0K Sep 13 17:39 svn/drwxr-xr-x 4 user user 4.0K Sep 10 14:14 templates/
Forex Groups - Tips on Trading
Related article:
http://www.webhostingtalk.com/showthread.php?t=635707
comments | Add comment | Report as Spam
|