viest / php-ext-xlswriter

🚀 PHP Extension for creating and reader XLSX files.
https://xlswriter.viest.me
BSD 2-Clause "Simplified" License
2.26k stars 233 forks source link

centos6 php7.0 安装错误 #121

Closed xiezhen19920612 closed 5 years ago

xiezhen19920612 commented 5 years ago

系统 centos 6 php 7.0.15

  1. pecl安装 pecl install xlswriter image
  2. 编译安装 ./configure --with-php-config=/usr/bin/php-config make && make install image
xiezhen19920612 commented 5 years ago

看了以前的issue,应该是zlib包版本不对,系统里面的是 1.2.3 于是编译安装了 zlib 1.2.11 请问如何指定编译安装的zlib?

xiezhen19920612 commented 5 years ago

补充,我在 Linux lti.crm.com 3.10.0-957.10.1.el7.x86_64 #1 SMP Mon Mar 18 15:06:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
php 7.0.30 zlib 1.2.7可以成功安装

viest commented 5 years ago

低版本的centos,目前只能尝试更新系统内自带的zlib; 如果直接替换为高版本,可能造成系统某些组件异常;