Installation Address:Http://www.zeroc.com/download.html#linux
1, install the ice3.5.1 package source
#cd/etc/yum.repos.d/
#wget Http://www.zeroc.com/download/Ice/3.5/el6/zeroc-ice-el6.repo
2. Check the rpm package provided by ice
#yum list ice* db53* mcpp-devel
3, we have all the rpm package loaded
#yum Install ice* db53* mcpp-devel
The basic installation is complete.
The following is the compiled source on the installed server
1. Install the missing dependency package first.
#yum install-y gcc gcc-c++ bzip2-devel libexpat1-dev openssl-devel
#Yum Install expat-devel
2. Download Source code
# Mkdir/soft
#cd/soft
#wget http://www.zeroc.com/download/Ice/3.5/Ice-3.5.1.tar.gz
3. Decompression
#tar ZXVF ice-3.5.1.tar.gz
4. compiling source code
#cd Ice-3.5.1/cpp
#make
Encountered this error
Leaving directory '/soft/ice-3.5.1/cpp/src/icexml '
Workaround:
Yum Install Expat-devel
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Icegrid CENTOS6 Environment Installation