简体   繁体   English

安装php5-dev Ubuntu 16.04

[英]Install php5-dev Ubuntu 16.04

I am following this tutorial to enable thread safety in php 5.6. 我正在按照本教程在php 5.6中启用线程安全性。 https://blog.bensoer.com/compile-thread-safe-php-5-6-20-from-source/ But when i am executing sudo apt-get install -y php5-dev It gives me the following output. https://blog.bensoer.com/compile-thread-safe-php-5-6-20-from-source/但是当我执行sudo apt-get install -y php5-dev它给了我以下输出。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package php5-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'php5-dev' has no installation candidate

How can I resolve this in Ubuntu 16.04? 如何在Ubuntu 16.04中解决这个问题?

sudo apt-get install -y php5.6-dev做了这个伎俩

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM