Re: [PHP-DB] compile 4.3.6

2004-04-20 Thread Craig Hoffman
Hi everyone, I got working. Here is my configure that worked: ./configure' '--with-zlib-dir=/usr/local/' '--with-gd' '--with-jpeg-dir=/sw' '--with-png-dir=/sw' '--with-mysql=/usr/local/mysql' '--with-xml' '--with-pdflib-dir=/sw' '--enable-ftp' '--enable-ldap' '--with-curl=/sw' '-enable-calendar

Re: [PHP-DB] compile 4.3.6

2004-04-20 Thread Craig Hoffman
Hi Jason and list, Yes your right about the two machines... I changed the libjpeg, libpng, libtiff to this: --with-jpeg-dir=/sw \ --with-png-dir=/sw/ \ --with-tiff-dir=/sw / --with-gd \ I get this when I run the configure: checking for GD support... yes checking for the location of libjpeg... /

Re: [PHP-DB] compile 4.3.6

2004-04-20 Thread Jason Wong
On Tuesday 20 April 2004 09:31, Craig Hoffman wrote: > Here is what I am running: > ./configure --with-zlib-dir=/usr/local --with-libjpeg-dir=/sw > --with-libpng-dir=/sw --with-libtiff-dir=/sw --with-gd > --with-mysql=/usr/local/mysql --with-xml --with-freetype=/sw > --with-pdflib=/sw --enable-ftp