On Thursday 06 February 2003 17:47, [EMAIL PROTECTED] wrote:
> I am trying to compile PHP 4.3.0 with GD and also with-png,with-jpg
> and with-freetype. I have installed both png and jpg from a tar file
> but know mater what I do PHP configure stops with and error. here is
> the error I keep getting.

> configure: error: libjpeg.(a|so) not found.

It's telling you that it cannot find libjpeg.a or libjpeg.so.

Use "find / -name libjpeg.a" and "find / -name libjpeg.so" to find out where 
they are hiding.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
It may be that your whole purpose in life is simply to serve as a
warning to others.
*/


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

Reply via email to