[imp] imap php4 libphp4 problems

Sage McGirk sagem@cricket.mindcrime.net
Wed, 9 Jan 2002 00:00:22 -0500 (EST)


I just tried make bsf SSLTYPE=unix and recompiled php with no luck.

php config options
./configure --with-apxs=/usr/local/apache/bin/apxs --with-openssl
--with-imap-ssl --with-gettext --with-mysql
--with-imap=/usr/working/imap-2000

apache config options 
export SSL_BASE=/usr/bin/openssl 
./configure --enable-module=ssl --enable-shared=ssl --enable-module=so

uw-imap config: make bsf SSLTYPE=unix

I installed courier-imap and have imapd-ssl running

> 1. some changes in imap-XXX/src/osdep/unix/Makefile
> 2. running make with additional options:
> 	For example - FreeBSD:
> 	make bsf SSLTYPE=unix
> 
> I compiled php-4.2.0-dev with no problems. ./configure 
> --with-imap=/path/to/c-client --with-imap-ssl works just fine for me.

--with-imap-ssl compiles fine, its the --with-imap that gives me the
issues oddly enough.  

Also the test.php page still says i have no IMAP running when i run
everything without the --with-imap which is why i've been trying to get it
working.

thanks in advance for the help!!

/sm