【问题标题】:Installing GD module for php7,Errors when configure php为php7安装GD模块,配置php时出错
【发布时间】:2017-02-04 14:06:36
【问题描述】:

在ubuntu中成功安装zlib-1.2.7、libpng-1.5.9、freetype-2.6.4、jpeg-9和libgd-2.1.0。

但是当我为php7配置时:

./configure --prefix=/alidata/server/php7 --enable-fpm --with-fpm-user=www --with-fpm-group=www --enable-mbstring --enable-pdo --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd  --with-openssl=/alidata/ssl --with-curl --with-zlib --with-zlib-dir=/usr/local --with-webp-dir --with-png-dir=/usr/local/lib --with-jpeg-dir=/usr/local/jpeg9 --with-freetype-dir=/usr/local/freetype --with-gd --enable-gd-native-ttf

我得到:配置:错误:libpng.(a|so) 或 libz.(a|so) 有问题。

在 config.log 中:

configure:33286: checking for png_write_image in -lpng
configure:33311: cc -o conftest -g -O2 -fvisibility=hidden  -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib  -Wl,-rpath,/alidata/ssl/lib -L/alidata/ssl/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/local/jpeg9/lib -L/usr/local/jpeg9/lib -lz conftest.c -lpng  -ljpeg -lwebp -lcurl -lz -lcrypto -lssl -lcrypto -lrt -lm -ldl -lnsl  -lxml2 -lcurl -lxml2 >&5
/usr/local/lib/libpng.so: undefined reference to `inflate'
/usr/local/lib/libpng.so: undefined reference to `crc32'
/usr/local/lib/libpng.so: undefined reference to `deflateReset'
/usr/local/lib/libpng.so: undefined reference to `deflate'
/usr/local/lib/libpng.so: undefined reference to `deflateInit2_'
/usr/local/lib/libpng.so: undefined reference to `inflateEnd'
/usr/local/lib/libpng.so: undefined reference to `deflateEnd'
/usr/local/lib/libpng.so: undefined reference to `trunc'
/usr/local/lib/libpng.so: undefined reference to `inflateInit_'
/usr/local/lib/libpng.so: undefined reference to `pow'
/usr/local/lib/libpng.so: undefined reference to `inflateReset'
/usr/local/lib/libpng.so: undefined reference to `floor'
collect2: error: ld returned 1 exit status
configure:33311: $? = 1
configure: failed program was:
| /* confdefs.h */

谁能帮帮我,谢谢!!!

【问题讨论】:

    标签: php gd libpng


    【解决方案1】:

    这个选项可以帮助我处理 GD:

    --with-gd=/usr/ --with-xpm-dir=/usr/ '--with-libdir=lib/x86_64-linux-gnu'
    

    【讨论】:

      猜你喜欢
      • 2016-05-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-09
      • 2013-06-30
      相关资源
      最近更新 更多