On Wednesday 24 July 2002 23:41, Chris Garaffa wrote:
> Well my RedHat system got hosed, so I reinstalled everything. I'm back to
> installing PHP now, and I'm wondering if it's safe for me to run
> ./configure multiple times. Here's the situation:
> I want to compile with gd support, and pdflib, and a bunch of other
> options. Instead of running a whole huge 5 line ./configure, can I run one
> at a time to make sure they all work, then run the whole thing?
> Also, just noticed this: I have gd installed, and libgd.so in /usr/lib, so
> I tried ./configure --with-apxs --with-gd=/usr/lib/ (also tried without the
> trailing /), but it gives: configure: error: Unable to find libgd.(a|so)
> anywhere under /usr/lib/
> What gives?

Use:  --with-gd=/usr

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
There can be no daily democracy without daily citizenship.
                -- Ralph Nader
*/


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

Reply via email to