Have you tried Apache Toolbox? If building under Unix w/ Apache as your 
web server it can be a great time saver and if your running into 
problems you can look how it builds something and see how to make it 
work so you'll know later. You can find it easily from Freshmeat.net.

David Robley wrote:

> 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.
> 



-- 
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