I have installed PHP-4.1.1, Apache-1.3.23, MySQl-3.23.47, gd1.03 and
imap-2001a. on a Slakware based system called Prime.
I have followed the instructions, I get no compile errors that I can see,
Apache works, PHP works, MySQL works, but when I reference to imap_open(),
I get an error message "Fatal error: Call to undefined function:
imap_open() in /user/rs/email3.php on line 15"
Here is line 15:
$mbox = imap_open("{".$server.":110/pop3}INBOX", $username, $password);
IS this is telling me it doesnt know about imap? I have recompiled this
thing about 20 times.
Here is my config for php:
./configure --disable-debug --prefix=/usr/local/php
--enable-imap=../imap/c-client --with-mysql=/usr/local/mysql
--with-apache=../apache_1.3.23 --with-gd=../gd1.3 --enable-ftp
--enable-bcmath --enable-memory-limits=yes --enable-sockets
-enable-track-vars
Here is my apache config:
./configure --prefix=/usr/local/apache
--activate-module=src/modules/php4/libphp4.a
Did I miss something??
Ron Simpson,
CVIX.NET
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]