Anon
06-30-2002, 03:05 AM
I m installing PHP with support for a GD graphics library (following instructions on this webmonkey site: http://hotwired.lycos.com/webmonkey/01/21/index4a_page2.html?tw=programming
i successfully installed all the prerequisites, libjpeg, libpng, libgd, freetype, and zlib. but when it came time to install PHP, the configure script failed. i told it this:
code:
./configure --with-gd=/sw/lib --with-jpeg-dir=/sw/lib --with-zlib-dir=/sw/lib
and it told me this:
code:
checking for the location of libjpeg... yes
configure: error: libjpeg.(a|so) not found.
incidentally, this file does indeed exist here: /sw/lib/libjpeg.a
so why not found? thanks for any help.
BTW i m running OSX 10.1.5
i successfully installed all the prerequisites, libjpeg, libpng, libgd, freetype, and zlib. but when it came time to install PHP, the configure script failed. i told it this:
code:
./configure --with-gd=/sw/lib --with-jpeg-dir=/sw/lib --with-zlib-dir=/sw/lib
and it told me this:
code:
checking for the location of libjpeg... yes
configure: error: libjpeg.(a|so) not found.
incidentally, this file does indeed exist here: /sw/lib/libjpeg.a
so why not found? thanks for any help.
BTW i m running OSX 10.1.5