[dev] sql.php broken...
Cliff Green
green@UMDNJ.EDU
Tue, 17 Jul 2001 15:13:40 -0400
Quoting Marc Jauvin <marc@register4less.com>:
> Can somebody tell me how to build PHP out of CVS with IMAP+MCAL+MYSQL+LDAP
> support? My Apache breaks when I try to compile php from CVS: it reports
> problems with some symbols related to the IMAP from php.
Noting that you'll probably have things in different directories...
I've been using this:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-ttf=/usr/local \
--with-openssl=/usr/local/ssl --with-imap=/products/imap/imap-2001 \
--with-ldap=/usr/local --with-mysql=/usr/local/mysql \
--with-db2=/usr/local/BerkeleyDB --with-gettext \
--with-mcal=/usr/local/mcal
because this (with imap-ssl) won't work on RedHat 6.2/7.1 for me anymore:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-ttf=/usr/local \
--with-openssl=/usr/local/ssl --with-imap=/products/imap/imap-2001 \
--with-imap-ssl --with-ldap=/usr/local --with-mysql=/usr/local/mysql \
--with-db2=/usr/local/BerkeleyDB --with-gettext \
--with-mcal=/usr/local/mcal
Curiously, it does work on HPUX. Go figure.
On the other hand, php must be installed static on HPUX. Bother.
c
-----------------------------------------------------
This mail sent through IMP: the Internet Mail Program