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.
checking for GD support... yes
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... yes
checking for FreeType 1.x support... yes
checking for FreeType 2... yes
checking for T1lib support... yes
checking whether to enable truetype string function in GD... yes
checking for fabsf... yes
checking for floorf... yes
configure: error: libjpeg.(a|so) not found.

Can somebody give me the step to get this to work below is my compleat
configuration.
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gettext=/usr
--enable-safe-mode --with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin
--with-zlib --enable-magic-quotes --with-regex=system --with-ttf --with-gdbm
--enable-mbstring --enable-mbstr-enc-trans --enable-track-vars --enable-wddx=shared
--enable-mm=shared --enable-xml --enable-ftp --disable-debug --with-libdir=/usr/lib
--with-dba --with-interbase=shared --with-ldap --with-pdflib=shared --with-xml
--with-readline --with-mysql=/usr/ --with-curl=/usr/bin/ --enable-sockets --enable-ftp
--with-gdbm --with-pgsql=/usr/ --with-mhash --with-zip=/usr/local/lib/ --with-gd
--with-freetype-dir=/usr --enable-gd-native-ttf --enable-gd-imgstrttf
--with-jpeg-dir=/usr/local/bin --with-png-dir=/usr/local/bin
  

-- 
Best regards,
 rdkurth                          mailto:[EMAIL PROTECTED]


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

Reply via email to