yesterday or the other day someone asked this question, and IIRC there was no answer. anyway, meron pala akong "kodigo" for this because it IS problematic.
anyway this "kodigo" is for Apache+PHP4+mod_perl+mod_ssl so just stir to taste. you need the IMAP source code (which comes with PINE) or maybe IMAP-devel from redhat, but I didn't use that.. orly's steps ------------ in mod_ssl directory: ./configure --with-apache=../apache_1.3.23/ in apache directory: ./configure --prefix=/opt/apache in PHP4 directory: ./configure --with-apache=../apache_1.3.23 --enable-memory-limit=yes \ --with-imap=../imap-2001.BETA.SNAP-0105251616/ --enable-debug=no make make install in mod_perl directory: perl Makefile.PL EVERYTHING=1 PERL_STACKED_HANDLERS=1 \ APACHE_SRC=../apache_1.3.23/src/ USE_APACI=1 PREP_HTTPD=1 DO_HTTPD=1 make make install back in apache directory: ./configure --prefix=/opt/apache --enable-module=ssl \ --activate-module=src/modules/php4/libphp4.a \ --activate-module=src/modules/perl/libperl.a \ --enable-module=perl --enable-module=php4 make make install --- Orlando Andico <[EMAIL PROTECTED]> Mosaic Communications, Inc. _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
