For a add-on to SugarCRM I need the php module, php4-imap.
I first thought to install just via putty, but heard that I should do it through DA. So I searched the KB and found this: Adding custom modues to php.
I've editted the configure.php as described there, did
# ./build clean
and
# ./build php
and then restarted apache from DA (because our OS, Debian, isn't listed there).
But the SugarCRM add-on still gives me an error:
"imap support not available in your PHP installation - please check your php.ini for 'php_imap' extension."
Ok, also done that. I first checked via a simpel phpinfo() script what that said.
The word imap only showed up twice.
1) In the configure command, pretty logic because I just added it.
2) In the Apache -> Loaded Modules
Then I checked the php.ini, there is only one occurance of the word imap. It is within a list of dll files, not realy interesting for debian I guess.
I don't have a good understanding of linux but I wouldn't know of anything else that I could have overseen.
Does anyone know what is wrong here? What I do wrong? And what can be done to get it working?
Many thanks in advance!
I first thought to install just via putty, but heard that I should do it through DA. So I searched the KB and found this: Adding custom modues to php.
I've editted the configure.php as described there, did
# ./build clean
and
# ./build php
and then restarted apache from DA (because our OS, Debian, isn't listed there).
But the SugarCRM add-on still gives me an error:
"imap support not available in your PHP installation - please check your php.ini for 'php_imap' extension."
Ok, also done that. I first checked via a simpel phpinfo() script what that said.
The word imap only showed up twice.
1) In the configure command, pretty logic because I just added it.
2) In the Apache -> Loaded Modules
Then I checked the php.ini, there is only one occurance of the word imap. It is within a list of dll files, not realy interesting for debian I guess.
I don't have a good understanding of linux but I wouldn't know of anything else that I could have overseen.
Does anyone know what is wrong here? What I do wrong? And what can be done to get it working?
Many thanks in advance!