Ubuntu question <was homeplug>
Man-wai Chang
mwchang
Mon Oct 17 08:26:45 PDT 2005
Here is my ./configure line for php5:
root at server:/home/toylet # cat /home/scripts/compile.php
#!/bin/bash
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--with-config-file-path=/etc \
--enable-track-vars \
--enable-ftp \
--enable-sysvsem \
--enable-sysvshm \
--enable-sockets \
--enable-gd-native-ttf \
--enable-memory-limit \
--enable-trans-sid \
--enable-magic-quotes \
--enable-exif \
--enable-inline-optimization \
--enable-dbase \
--with-gettext \
--with-gd \
--with-calendar=shared \
--with-apxs=`which apxs` \
--with-imap \
--with-ncurses \
--with-zlib-dir=/usr \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-openssl=/usr \
--with-freetype-dir=/usr/include \
--with-mysql=/usr \
--with-kerberos \
--with-imap-ssl
#
# --with-ldap \
# --with-ttf=/usr/X11R6 \
# --with-mm=/usr/mm-1.1.3 \
# --with-pgsql=/usr/local/pgsql \
# --with-pdflib=/usr/local \
#
--
.~. http://changmw.homeip.net
/ v \ Linux 2.6.13
/( _ )\ (Ubuntu) 22:19:01 up 2 days 3:52
^ ^ load average: 1.05 1.04 1.00
More information about the Linux-users
mailing list