系统平台:CentOS6.6x86_64Bind版本:bind-9.10.2准备工作下载bind源码包,省略......安装开发工具包,省略......安装:解压bind-9.10.2.tar.gz#tarxvfbind-9.10.2.tar.gz
#cdbind-9.10.2/
#./configure-h#./configure--prefix=/usr/local/bind--mandir=/usr/share/--sysconfdi..
分类:
其他好文 时间:
2015-05-02 23:31:20
阅读次数:
294
1.首先去下载gcc5.1源码包:https://gcc.gnu.org/ ? 2.安装: ./configure(可以在这里设置安装的目录,把所有文件都存放在一个目录下,以后无论是寻找还是删除都很方便,eg: 我的位置:? ./configure –-prefix=/...
分类:
系统相关 时间:
2015-05-02 20:51:35
阅读次数:
298
1. libjpeg库移植
1.1)解压jpegsrc.v6b.tar.gz并进入其目录
1.2)配置源码
./configure CC=arm-linux-gcc --host=arm-linux --prefix=/usr/local/jpeg --enable-shared --
enable-static(如果提示错误的话,先./configure后...
分类:
其他好文 时间:
2015-05-02 16:40:20
阅读次数:
178
执行# ./glibc-2.14/configure 出现以下错误:checking LD_LIBRARY_PATH variable... contains current directory
configure: error:
*** LD_LIBRARY_PATH shouldn't contain the current directory when
*** building glibc....
分类:
其他好文 时间:
2015-05-02 11:15:16
阅读次数:
539
configure 时出现以下错误:checking for autoconf... no
configure: error:
*** These critical programs are missing or too old: as ld
*** Check the INSTALL file for required versions.问题原因:
缺少autoconf或版本太低下载安装新版本#...
分类:
其他好文 时间:
2015-05-02 11:15:11
阅读次数:
510
This tutorial covers install and configuration of Oracle Data Integration (ODI) 12.1.3 from command line on platforms where Graphical User Interface (...
分类:
数据库 时间:
2015-05-02 11:09:01
阅读次数:
272
This tutorial walks you through the steps that are needed to deploy and configure Enterprise manager 11g plugin to an existing WebLogic server domain....
分类:
其他好文 时间:
2015-05-02 11:08:46
阅读次数:
132
configure glibc-2.14 时出现以下错误:[root@localhost opt]# cd glibc-2.14
[root@localhost glibc-2.14]# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unk...
分类:
其他好文 时间:
2015-05-02 09:37:04
阅读次数:
611
CentOS 6.5下安装gcc-4.8.4 make的时候提示以下错误:
configure: error: cannot compute suffix of object files: cannot compile解决办法:
我的gmp, mpfr, mpc都是使用默认参数安装的,没指定任何参数./configure
make
make install所以直接使用下面的命令设置环境变量就可以...
分类:
其他好文 时间:
2015-05-02 08:29:26
阅读次数:
164
./configure--prefix=/usr/local/mysql--with-extra-charsets=all--with-innodb--with-plugins=partition然后进行make报如下错误../depcomp:line571:exec:g++:notfoundmake[1]:***[my_new.o]Error127make[1]:Leavingdirectory`/usr/local/src/mysql-5.1.34/mysys‘make:***[all-..
分类:
数据库 时间:
2015-05-01 20:07:19
阅读次数:
157