Everything works fine when I build without imap support but when I enable it, php compiles and installs but when I build apache, I get this from the module compilation:
modules/php4/libphp4.a(php_imap.o): In function php_if_imap_get_quota':
/usr/local/src/Apachetoolbox-1.5.24/src/php-4.0.5/ext/imap/php_imap.c:1046: undefined reference toimap_getquota'
modules/php4/libphp4.a(php_imap.o): In function php_if_imap_set_quota':
/usr/local/src/Apachetoolbox-1.5.24/src/php-4.0.5/ext/imap/php_imap.c:1091: undefined reference toimap_setquota'
collect2: ld returned 1 exit status
Would someone please enlighten me? I am running RedHat 6.2 with updates and have packages:
imap-4.7-5 and imap-devel-2000-2.6 installed.
Thanks...