Warnings: Inbound Email cannot function without the IMAP c-client libraries enabled/compiled with the PHP module. Please contact your administrator to resolve this issue. we are using the sugrapro in gentoo linux.Above Error came while i click the Inboundmail options Reproducible: Always
i am using sugrapro liecence version in gentoo machine Warnings: Inbound Email cannot function without the IMAP c-client libraries enabled/compiled with the PHP module. Please contact your administrator to resolve this issue. can you please help me in this
I have completely no clue what's sugrapro, see http://www.gentoo.org/main/en/support.xml and/or ask upstream for help with this.
Sugar professional (sugrapro)
sugarCRM professional
Created attachment 145911 [details] i have attached the screen shot about the error i have attached the screen shot
As noted above, Gentoo bugzilla is a wrong place for SugarCRM support, move this to http://www.sugarcrm.com/crm/.
(In reply to comment #7) > As noted above, Gentoo bugzilla is a wrong place for SugarCRM support, move > this to http://www.sugarcrm.com/crm/. it is not problem on sugracrm.its problem in gentoo.so do not redirect
Once again, this ain't SugarCRM support forum, and there's absolutely zero evidence here that there's any problem w/ PHP IMAP support on Gentoo. Take this to SugarCRM upstream.
*** Bug 213370 has been marked as a duplicate of this bug. ***
I just wanted to contribute a solution to this problem. This is NOT actually a bug, but a configuration problem. SugarCRM requires IMAP support in php, which gentoo does not configure by default. Simply add "imap" to your use flags (in /etc/make.conf) and run: 'emerge -avDN php' to recompile php with imap module support. You may need to restart apache with '/etc/init.d/apache2 restart'. Good Luck!