News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu

Paste-1233362108:v:use_geshi-1:v:type-text

Started by SleePy, Jan 31, 2009, 12:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SleePy

On Laptop, PHP 5.3:
./configure --prefix=/home/software/php/v5 \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-mysql \
--with-apxs2=/home/software/apache/bin/apxs \
--enable-maintainer-zts \
--with-zlib-dir=/home/software/zlib \
--with-pgsql=/sw \
--enable-mbstring \
--with-gd \
--with-png-dir=/usr/local/libpng \
--enable-debug

Laptop, PHP6:
./configure --prefix=/home/software/php/v6 \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-mysql \
--with-apxs2=/home/software/apache/bin/apxs \
--enable-maintainer-zts \
--with-zlib-dir=/home/software/zlib \
--with-iconv \
--with-pgsql=/sw \
--with-sqlite \
--with-gd \
--with-png-dir=/usr/local/libpng \
--enable-debug

Laptop, PHP 5.2
./configure --prefix=/home/software/php/v52 \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-mysql \
--with-apxs2=/home/software/apache/bin/apxs \
--enable-maintainer-zts \
--with-zlib-dir=/home/software/zlib \
--enable-debug \
--with-pgsql=/sw \
--enable-mbstring

Laptop, PHP 5.3, with mysqlnd:
./configure --prefix=/home/software/php/v5 \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-mysql \
--with-apxs2=/home/software/apache/bin/apxs \
--enable-maintainer-zts \
--with-zlib-dir=/home/software/zlib \
--with-pgsql=/sw \
--enable-mbstring \
--with-gd \
--with-png-dir=/usr/local/libpng \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-debug


Litespeed:
--sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --with-mysql --with-zlib-dir=/home/software/zlib --enable-debug --with-pgsql=/sw --enable-mbstring

No siggy! :D