adding php module

can anyone provide me any insight on how to go about adding;

IMAP c-client libraries enabled/compiled with the PHP module

without breaking interworx ?

Thanks
-S

This is for phpList huh?! :smiley:

Try:

yum install php-imap

its for SurgarCRM.

Thanks!

!Interworx is ROCKSTAR!

sugarcrm still complains that does not see that module.

Do I have to recompile apache ?

Thanks
-S

Restarted Apache?

Throw up a phpinfo(); page and check its there.

Will doing “yum install php-imap” actually do it? Don’t you have to enable/uncomment the extension in php.ini?

It’ll do it. A sub-INI file enabling the extension will be put in /etc/php.d. You’ll have to restart httpd as well.

Chris