deepin15.11上用oneinstack安装LNM报zlib错误
Tofloor
poster avatar
scjyjl
deepin
2019-07-30 19:24
Author
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
configure: error: Cannot find zlib
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
PHP install failed, Please Contact the author!
已杀死
root@zgm-PC:/home/zgm/oneinstack# Created symlink /etc/systemd/system/multi-user.target.wants/php-fpm.service → /lib/systemd/system/php-fpm.service.

先辈指点下

Reply Favorite View the author
All Replies
avatar
flyxiaozhu
deepin
2019-08-13 12:21
#1
sudo apt-get update
sudo apt-get install libxml2-dev
sudo apt-get  install  build-essential
sudo apt-get install openssl
sudo apt-get install libssl-dev
sudo apt-get install make
sudo apt-get install curl
sudo apt-get install libcurl4-gnutls-dev
sudo apt-get install libjpeg-dev
sudo apt-get install libpng-dev
sudo apt-get install libmcrypt-dev
这些对我有效,希望能帮助到你
Reply View the author
avatar
scjyjl
deepin
2019-08-27 00:41
#2
谢谢你的回复。
Reply View the author