Php

From Wikifications
Revision as of 17:51, 16 April 2005 by Dre (Talk | contribs) (initial rev from backup)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Had to build a new php for anthill, a php based bug tracker:

All needed libraries were installed via fink. They are:

curl-shlibs
curl
freetype-shlibs
freetype-bin
gd-shlibs
gd-bin
gd
libpng-shlibs
libpng3
t1lib1-shlibs
t1lib1
libjpeg
freetype2-shlibs
freetype2
freetype2-dev

Then we configure...

./configure --with-apxs --with-mysql --with-gd3D/sw --with-png-dir3D/sw \
--with-zlib-dir3D/usr --with-jpeg-dir3D/sw --with-freetype-dir3D/sw/lib/freetype2 \
--with-t1lib3D/sw --enable-trans-sid --enable-exif --with-xml \
--enable-wddx --with-curl3D/sw --enable-ftp --enable-mbstring \
--enable-mbstr-enc-trans --enable-sockets --enable-dbx --enable-dbase \
--with-gettext3D/sw

back to User:Dre