在debian下安装PHP时遇到的有关问题
程序员文章站
2022-04-13 19:03:34
...
在debian上安装PHP时遇到的问题
配置的时候出现了这样的错误:
Configuring extensions
checking for OpenSSL support... yes
checking for Kerberos support... no
checking for pkg-config... /usr/bin/pkg-config
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking for PCRE support... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... yes
checking for CURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in/include/curl/
然后我在网上找到一个解决办法:
#apt-get install curl
#apt-get install libcurl3
#apt-get install libcurl4-gnutls-dev
但是运行apt-get install libcurl4-gnutls-dev的时候又出现了错误:
# apt-get install libcurl4-gnutls-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libcurl4-gnutls-dev: Depends: libcurl3-gnutls (= 7.18.2-8lenny4) but 7.19.5-1.1 is to be installed
Depends: libgnutls-dev but it is not going to be installed
Depends: libidn11-dev but it is not going to be installed
Depends: libkrb5-dev but it is not going to be installed or
hurd but it is not installable
Depends: libldap2-dev but it is not going to be installed
E: Broken packages
请问高手们这是怎么回事啊?
------解决方案--------------------
少了这几个包
Depends: libcurl3-gnutls (= 7.18.2-8lenny4) but 7.19.5-1.1 is to be installed
Depends: libgnutls-dev but it is not going to be installed
Depends: libidn11-dev but it is not going to be installed
Depends: libkrb5-dev but it is not going to be installed or
hurd but it is not installable
Depends: libldap2-dev but it is not going to be installed
最好一起apt-get install
------解决方案--------------------
安装程序最好找好他们的依赖包, 在一起安装这样不容易出错
------解决方案--------------------
最好是缺什么装什么,根据错误信息找到要安装的文件,执行 apt-get install 包名
即可
------解决方案--------------------
直接在新立得里面装不就可以了 自己装还要配置php、mysql和apache之间的关联
配置的时候出现了这样的错误:
Configuring extensions
checking for OpenSSL support... yes
checking for Kerberos support... no
checking for pkg-config... /usr/bin/pkg-config
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking for PCRE support... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... yes
checking for CURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in
然后我在网上找到一个解决办法:
#apt-get install curl
#apt-get install libcurl3
#apt-get install libcurl4-gnutls-dev
但是运行apt-get install libcurl4-gnutls-dev的时候又出现了错误:
# apt-get install libcurl4-gnutls-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libcurl4-gnutls-dev: Depends: libcurl3-gnutls (= 7.18.2-8lenny4) but 7.19.5-1.1 is to be installed
Depends: libgnutls-dev but it is not going to be installed
Depends: libidn11-dev but it is not going to be installed
Depends: libkrb5-dev but it is not going to be installed or
hurd but it is not installable
Depends: libldap2-dev but it is not going to be installed
E: Broken packages
请问高手们这是怎么回事啊?
------解决方案--------------------
少了这几个包
Depends: libcurl3-gnutls (= 7.18.2-8lenny4) but 7.19.5-1.1 is to be installed
Depends: libgnutls-dev but it is not going to be installed
Depends: libidn11-dev but it is not going to be installed
Depends: libkrb5-dev but it is not going to be installed or
hurd but it is not installable
Depends: libldap2-dev but it is not going to be installed
最好一起apt-get install
------解决方案--------------------
安装程序最好找好他们的依赖包, 在一起安装这样不容易出错
------解决方案--------------------
最好是缺什么装什么,根据错误信息找到要安装的文件,执行 apt-get install 包名
即可
------解决方案--------------------
直接在新立得里面装不就可以了 自己装还要配置php、mysql和apache之间的关联
相关文章
相关视频
推荐阅读
-
windows下安装ruby与rails时遇到的问题总结
-
在debian上安装PHP时遇到的有关问题
-
linux下安装PHP出现的有关问题,请帮忙,小弟我快不行了
-
在CentOS中安装PHP的有关问题~高手帮忙解释上吧
-
PHP5 在调用 JAVA WebService 时遇到的各种问题解决方法_PHP教程
-
小弟我在windows2008并且是64位的操作系统上安装PHP出现的有关问题
-
在CentOS中安装PHP的有关问题~高手帮忙解释上吧
-
php开发过程中遇到的有关问题(一个项目整体设计下的有关问题)
-
php在服务器下创建文件权限的有关问题
-
在第一次学php时遇到的一个小白有关问题,请前辈们指导