摘要: 一下是部分日志: Copying files for 'PL/SQL Embedded Gateway 11.2.0.1.0 'Copying files for 'OLAP SQL Scripts 11.2.0.1.0 'Copying files for 'Database SQL Scripts 11.2.0.1.0 'Copying files for 'Oracle Global... 阅读全文
posted @ 2014-04-05 23:54 FreeLess 阅读(3623) 评论(1) 推荐(0)
摘要: 1.安装make yum -y install gcc automake autoconf libtool make2.安装g++ yum install gcc gcc-c++ 3.安装pcre 下载地址:ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ $>tar -zxvf pcre-8.33.tar$>cd pcre-8.33$>./configure -prefix=/usr/local/pcre/ --enable-utf8$>make$>make install4.安装zlib $>m 阅读全文
posted @ 2014-04-05 21:06 FreeLess 阅读(332) 评论(0) 推荐(0)