Hi,
I'm trying to run the configure script for PHP 4.3.0. It keeps exiting with
the following message:
configure: error: libjpeg.(a|so) not found.
This is how I'm running configure:
./configure --prefix=/opt/sfw/php --with-mysql=/opt/mysql \
--with-pgsql=/opt/postgres --with-gd=shared,/opt/sfw
> Hello,
> i tried to install PHP-4.0.5 (PHP-4.2.2) on OS/390 UNIX System Services!
> Here are my steps:
> 0. copy zipped file to /usr/local/php
> 1. gunzip file.tar.gz
> 2. pax -rf tarfile
> 3. cd php-4.0.5
> 4. autoconf
> - response of autoconf:
> configure.in:530: warning:
I fixed this in CVS now. Thanks!
( changed it to 'if test -z "$FDFLIBRARY"; then' instead..:)
--Jani
On Tue, 31 Jul 2001, Jon Wagoner wrote:
>We have a client that is using fdf with their current site (asp) and I was
>curious about the support in php.
>
>I found that the configure script had
We have a client that is using fdf with their current site (asp) and I was
curious about the support in php.
I found that the configure script had a problem, and was including -l by
itself in the LIBS variable.
The problem is on line 16436 (this is php 4.0.6, not sure if that matters)
This line