在debian上安装zeroc-ice(3.3.1)

注意:要把debian升级到testing版本,否则debian会出现很多依赖关系解决不了。不管是用apt-get安装,还是编译安装,都是不成功的。而且用apt-get安装不成功的话,很有可能会导致系统崩溃。

1、使用下面的源,把debian从lenny版本升级到testing版本。

编辑:/etc/apt/source.list.

deb ftp://ftp.tw.debian.org/debian/ testing main contrib non-free
deb-src ftp://ftp.tw.debian.org/debian/ testing main contrib non-free

保存退出。

apt-get update

apt-get dist-upgrade

然后重启系统。

2、安装编译环境:

apt-get install build-essential

3、安装zeroc-ice

apt-get install zeroc-ice33