RE: [PHP] php-4.0.6, zlib, gd problem

2001-06-24 Thread Kees Hoekzema
LS, > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 24, 2001 5:01 PM > To: Kees Hoekzema > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] php-4.0.6, zlib, gd problem > > > First, use absolute dirs, not relative dirs

Re: [PHP] php-4.0.6, zlib, gd problem

2001-06-24 Thread Rasmus Lerdorf
First, use absolute dirs, not relative dirs. For GD, use the --with-png-dir switch to tell PHP where to find the base directory for the lib and include files. I use GD2 compiled in my own dir with these flags: --with-gd=/home/rasmus/gd-2.0.1 --with-freetype-dir=/usr --enable-gd-native-ttf --ena

[PHP] php-4.0.6, zlib, gd problem

2001-06-24 Thread Kees Hoekzema
Lectori Salutem, I downloaded php-4.0.6 yesterday, and i was trying to compile it, I used to compile previous versions with: ./configure --with-apache=../apache --enable-track-vars --enable-magic-quote s --with-gd=/usr/local --with-mysql=../mysql --with-zlib=../zlib but when i try it with php-40