On Mon, 29 Jan 2001, Cool Max wrote:
>Hello !
>I try to configure PHP4.0.4PL1 with some features:
>./configure \
> --with-apache=../apache_1.3.12 \
> --with-mysql=/usr/local/mysql \
> --enable-track-vars \
> --enable-gd-imgstrttf \
> --with-gd \
> --with-jpeg-dir \
> --with-t1lib
>And at the and of running configuration script, I saw net message
You should add the install path of jpeglib into --with-jpeg-dir
ie. --with-jpeg-dir=/opt/jpeg
if libjpeg.a (or .so) is in /opt/jpeg/lib/
--Jani
--
PHP Install 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]