Re: [PHPLIB-DEV] php4 From: Kristian Koehntopp (kris <email protected>)
Date: 04/04/00

In netuse.lists.phplib you write:
> Did anybody have any experience of using php-lib with php4 ?

I am running PHPLIB with current CVS as of yesterday
(PHP4RC2-dev). Here is my do-conf (Suse Linux 6.3), works just
fine:

cp $0 $0.kris
# cvs update -d -P
rm -f .deps
./buildconf
./configure \
  --with-apxs=/usr/sbin/apxs \
  --enable-versioning \
  --enable-debug \
  --enable-track-vars \
  --disable-magic-quotes \
  --disable-short-tags \
  --enable-url-fopen-wrapper \
  --enable-pear \
  --enable-force-cgi-redirect \
  --with-db2=/usr \
  --with-ftp \
  --with-gd=/usr \
  --with-ttf=/usr \
  --with-mysql=/usr \
  --with-pcre \
  --with-pdflib=/usr \
  --with-zlib-dir=/usr \
  --with-jpeg-dir=/usr \
  --with-png-dir=/usr \
  --with-tiff-dir=/usr \
  --enable-posix \
  --with-recode=/usr \
  --with-readline=/usr \
  --enable-trans-sid \
  --enable-sysvsem \
  --enable-sysvshm \
  --enable-wddx \
  --enable-xml \
  --with-zlib=/usr

# --with-dom=/usr \
# --enable-dbase \
# --with-oracle=/opt/oracle/app/oracle/product/8.0.5 \
# --with-imap=/usr \
# --with-ldap=/usr \
# --with-yp \
# --with-gdbm=/usr \
# --with-snmp=/usr \
# --enable-bcmath \

# sed -e 's/#define.*NSLDAP.*/#define HAVE_NSLDAP 0/' < config.h > config.h.new
# mv config.h config.h.old
# mv config.h.new config.h

make depend
make -j 2
strip php

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.