On Wed, 14 Feb 2001 00:23, Rahul Hari Bhide wrote:
> Hi ,
>     I am configuring php with the  --with-gd option .
> My libgd.a is sitting in /usr/local/lib and other header files in
> /usr/local/include .
>
> ./configure --with-gd=/usr/local/lib gives me the following error :
>
> checking whether to include GD support... configure: error: Unable to
> find libgd.(a|so) anywhere under /usr/local/lib
>
> though the file is very much existant.
>
> Any ideas what is wrong???
>
> ~Rahul

Try ./configure --with-gd=/usr/local

Then configure will look in lib under that path for the libraries and 
include for the include files.

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to