Ubuntu 12.04.5 LTS 安装hhvm 3.5报错,该如何处理依赖?

发布于 2021-11-23 18:43:29 字数 1761 浏览 806 评论 8

安装环境:
root@ubuntu :/# uname -r
3.2.0-29-generic
root@ubuntu :/# sudo lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.5 LTS
Release: 12.04
Codename: precise

hhvm版本:
root@ubuntu :/# apt-cache showpkg hhvm
Package: hhvm
Versions: 
3.5.0~wheezy
3.5.0~precise

安装hhvm的时候报出以下错误:
root@ubuntu :/# apt-get install hhvm
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:
 hhvm : Depends: libmemcached10 but it is not installable
        Depends: libcurl3 (>= 7.26.0) but 7.22.0-3ubuntu4.12 is to be installed
        Depends: libmagickwand5 but it is not installable
        Depends: libmemcachedutil2 but it is not installable
E: Unable to correct problems, you have held broken packages.

该怎么解决这几个依赖,有人可以帮忙指点下吗?


如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

等你爱我 2021-11-30 00:32:55

我打包时把依赖库也打包进去了,放到CentOS上也是能够运行的,在12.04上自然也是能够云心的: http://static.oschina.net/uploads/space/2015/0125/233652_cLik_561214.png

沦落红尘 2021-11-29 23:47:36

回复
非常感激,我在 centos 6.5 安装你打的包,测试成功了。

飘过的浮云 2021-11-29 19:28:31

引用来自“eechen”的评论

我在Ubuntu14.04上打包了HHVM3.5.0及其依赖库,你下载应该就能运行.

http://my.oschina.net/eechen/blog/371643

凡尘雨 2021-11-29 17:47:26

是的,应该添加在 sudo nano /etc/apt/sources.list.d/hhvm.list 写入一句 deb http://dl.hhvm.com/ubuntu precise main 注意precise是12.04的代号.

眼眸 2021-11-29 05:18:23

回复
我使用的是这条命令: echo deb http://mirrors.hypo.cn/hhvm/ubuntu precise main | sudo tee /etc/apt/sources.list.d/hhvm.list . 效果跟你那个应该是一样的,但是安装就报出依赖错误

夜无邪 2021-11-29 04:45:51

引用来自“eechen”的评论

sudo apt-get remove hhvm* 卸载系统已经安装的HHVM.把文件/etc/apt/sources.list里和目录/etc/apt/sources.list.d/下的HHVM项删除.

重新安装HHVM:

sudo apt-get update

sudo apt-cache search hhvm

sudo apt-get install hhvm

无人问我粥可暖 2021-11-28 12:44:19

sudo apt-get remove hhvm* 卸载系统已经安装的HHVM.把文件/etc/apt/sources.list里和目录/etc/apt/sources.list.d/下的HHVM项删除.

重新安装HHVM:

sudo apt-get update

sudo apt-cache search hhvm

sudo apt-get install hhvm

无人问我粥可暖 2021-11-23 20:54:01

我在Ubuntu14.04上打包了HHVM3.5.0及其依赖库,你下载应该就能运行.

http://my.oschina.net/eechen/blog/371643

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文