WildWayz

Well-Known Member
Aug 14, 2001
209
0
316
Hi ya

Just installed it myself using

./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd=../gd-1.8.4 --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --with-ming=../ming-0.2a --enable-magic-quotes --with-mysql --enable-safe-mode --enable-track-vars --with-ttf --enable-versioning --with-zlib

Had to install/download gd-1.8.4, ming-0.2a and cURL to get it to install.

--James
 

wscreate

Active Member
Aug 14, 2001
36
0
306
[quote:a1da2e4b2e]Hi ya

Just installed it myself using

./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd=../gd-1.8.4 --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --with-ming=../ming-0.2a --enable-magic-quotes --with-mysql --enable-safe-mode --enable-track-vars --with-ttf --enable-versioning --with-zlib

Had to install/download gd-1.8.4, ming-0.2a and cURL to get it to install.

--James [/quote:a1da2e4b2e]

What directory did you change to in order to run the configure command?
 

WildWayz

Well-Known Member
Aug 14, 2001
209
0
316
ok

I logged in and downloaded the php file then untarred it.
Downloaded the updated CURL and untarred/installed it
Downloaded GD, untarred, compiled it
downloaded ming untarred it too

then changed into the PHP untarred directory and entered that configure line changing the locations of Ming, GD etc to it will find them when compiling.

Also, if u use Zend Optimiser, you need to upgrade that afterwards too.

--James
 

wscreate

Active Member
Aug 14, 2001
36
0
306
Thanks. I\'ll give that a try.