Hi,

Thursday, July 25, 2002, 1:41:25 AM, you wrote:
CG> Well my RedHat system got hosed, so I reinstalled everything. I'm back to
CG> installing PHP now, and I'm wondering if it's safe for me to run ./configure
CG> multiple times. Here's the situation:
CG> I want to compile with gd support, and pdflib, and a bunch of other options.
CG> Instead of running a whole huge 5 line ./configure, can I run one at a time
CG> to make sure they all work, then run the whole thing?
CG> Also, just noticed this: I have gd installed, and libgd.so in /usr/lib, so I
CG> tried ./configure --with-apxs --with-gd=/usr/lib/ (also tried without the
CG> trailing /), but it gives: configure: error: Unable to find libgd.(a|so)
CG> anywhere under /usr/lib/
CG> What gives?
CG> (in this ouptut, the stuff that's not important is cut out -- dates, etc)
CG> [root@saturn php-4.2.2]# ls -l /usr/lib/libgd.*
CG> lrwxrwxrwx Š /usr/lib/libgd.so -> libgd.so.1.8.3
CG> lrwxrwxrwx Š /usr/lib/libgd.so.1 -> libgd.so.1.8.3
CG> lrwxrwxrwx Š /usr/lib/libgd.so.1.8 -> libgd.so.1.8.3
CG> lrwxrwxrwx Š /usr/lib/libgd.so.1.8.3
CG> [root@saturn php-4.2.2]#

CG> TIA,
CG> c.


CG> --
CG> PHP General Mailing List (http://www.php.net/)
CG> To unsubscribe, visit: http://www.php.net/unsub.php


it may be looking for libgd.a in the gd directory do a make libgd.a
then copy it to /usr/lib

-- 
Best regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to