I am having problems compiling imap support in php-3.0.14 (I tried 12
first with the same results).
Here is the failed compile area:
...
checking for mod_charset compatibility option... no
checking for fhttpd module support... no
checking for IMAP support... configure: error: Please copy or link
/usr/lib/c-client.a to /usr/lib/libc-client.a
gmake: *** No targets. Stop.
gmake: *** No rule to make target `install'. Stop.
I am using RedHat 6.1. There is no file c-client.a, or libc-client.a anywhere.
Here is my php compile section:
# pre-configure Apache for PHP3's configure step to generates some
header files that PHP needs.
cd $APACHE
./configure \
"--with-layout=$LAYOUT"
#"--prefix=$APACHESRC/$APACHE"
cd ..
#configure and install mod_php
rm -rf $PHP
tar -zxvf $PHP.tar.gz
chown -R root ./$PHP
chgrp -R root ./$PHP
cd $PHP
./configure \
"--with-shared-apache=$APACHESRC/$APACHE" \
"--with-config-file-path=/etc/httpd" \
"--with-ssl=../$OPENSSL" \
"--enable-memory-limit=yes" \
"--enable-debug=no" \
"--with-mck=$CYBERCASH" \
"--with-oracle" \
"--with-imap"
gmake
gmake install
cd ..
Is there something else that I should be doing here?
Blair.
Computer Engineering Inc.
http://www.compeng.net
Phone: 780 499 5687 (9 - 5 MST)
Fax: 780 435 0693 (24 Hours)
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]