RE: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread Mike Robinson
Man you are FAST! :> > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: March 16, 2001 1:56 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with > gd > > > ID: 9778 >

RE: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread Mike Robinson
> > Any ideas of what's the problem? Leave the '/lib' part off the dir-path for some of the items in the configure line: --with-xpm-dir=/usr/X11R6/lib Try --with-xpm-dir=/usr/X11R6 .mike -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

[PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread sniper
ID: 9778 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem Assigned To: Comments: 1. Delete config.cache 2. Remove those /lib parts from the configure options. 3. After configure, 'make clean ; make ; make install' --Jani Previous

[PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread pof
ID: 9778 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Problem Description: error when compiling with gd Here is the error from config.log: configure:16597: checking for gdImageColorResolve in -lgd configure:16616: gcc -o conftest -g -O2 -DLINUX=2 -DTARG

[PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread sniper
ID: 9778 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Assigned To: Comments: Check what config.log has to say when it checks for gdImageColorResolve in libgd as it seems it does have it but the configure doesn't get it for some r