[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)
Michael Shadle
811273 at bugs.launchpad.net
Fri Jul 15 20:56:50 UTC 2011
It might also be fixed by the same approach used here:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/739977
Working configure string (for PHP 5.3.6, but was the same since PHP
5.3.3)
./configure \
--enable-fpm \
--enable-cli \
--enable-inline-optimization \
--disable-rpath \
--disable-ipv6 \
--enable-mbstring \
--enable-mbregex \
--enable-sqlite-utf8 \
--with-gettext \
--enable-intl \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-curl \
--with-zlib \
--with-freetype-dir \
--enable-shmop \
--with-xsl=shared \
--with-mssql=shared \
--enable-soap=shared \
--enable-sockets \
--enable-pcntl=shared \
--with-mcrypt \
--with-bz2 \
--with-tidy \
--with-pcre-dir \
--with-openssl \
--with-pear \
--with-gmp \
--with-jpeg-dir \
--enable-gd-native-ttf \
--enable-exif
Either of these won't work due to PHP trying to locate libpng.so.
--with-gd
--with-png-dir
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/811273
Title:
FTBFS due to libpng (and lesser libjpeg)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/811273/+subscriptions
More information about the Ubuntu-server-bugs
mailing list