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... /sw checking for the location of libpng... /sw
but the configure then stops and I get this error: configure: error: libjpeg.(a|so) not found.
Ideas? __________________________________ Craig Hoffman - eClimb Media
v: (847) 644 - 8914 f: (847) 866 - 1946 e: choffman@xxxxxxxxxx w: www.eclimb.net _________________________________ On Apr 20, 2004, at 2:05 AM, Jason Wong wrote:
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 --enable-ldap --with-freetype-dir=/sw --with-curl=/sw --with-apxs=/usr/sbin/apxs
Your configuration options seems to be a complete mess. AFAIK there are no
options such as "--with-libjpeg-dir" etc.
Use './configure --help | less' to see what you should really e using.
What's interesting is I update another machine with PHP 4.3.5 with GD /
Fink and it work perfectly. Anyone have any ideas?
It's only interesting if both machines have the exact same configuration.
Otherwise find out what the difference is to figure out why one is working
and the other not.
-- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-db ------------------------------------------ /* enhance, v.: To tamper with an image, usually to its detriment. */
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php