下载rlwrap-0.30从光盘上安装readline-devel和readline安装rlwrap:#tar -zxvf rlwrap-0.30.tar.gz#cd rlwrap-0.30#./configure#make#make install修改环境变量:添加alias sqlplus='r...
分类:
数据库 时间:
2014-09-15 21:02:39
阅读次数:
177
本想在ubuntu14.04下安装ffmpeg,使用PPA安装,但是在加入ffmpeg的PPA源后使用apt-get安装失败,至今还未找到原因,网上有人安装成功了,所以没办法,只好编译安装,在编译时,需要开启x11grab的选项,这样才能使用屏幕抓图的功能,但在使用./configure时,提示没有Xext。看来..
分类:
其他好文 时间:
2014-09-15 11:26:39
阅读次数:
155
今天在CentOS下安装Nginx时,遇到了类似以下的问题:./configure auto/unix: No such file or directory./configure auto/options: No such file or directory之前在另一台服务器上安装的时候也没有遇到此问题,安装过程参考:CentOS6.5下Nginx1.7.4安装记录于是网上搜索解决方案,但是搜索了...
分类:
其他好文 时间:
2014-09-13 20:13:35
阅读次数:
400
安装php5.5.16 时发现装不mysql lib,configure: error: Cannot find libmysqlclient under /usr 百度出来的东西全是扯,google大叔也上不去.真是够了. 后来发现是因为64位的linux的lib路径有问题所以在 configure ...
分类:
数据库 时间:
2014-09-13 18:54:35
阅读次数:
220
系统为ubuntu 12.10,确保已经安装了gcc, 从 http://www.pcre.org/ 上下载pcre压缩文件
解压
tar -zxvf pcre-8.33.tar.gz
解压后生成一个pcre-8.33文件夹,进入该文件夹 配置
./configure
配置过程中会不断打印配置信息,之后编译
make
安装
make install
make ins...
分类:
系统相关 时间:
2014-09-13 18:47:35
阅读次数:
526
在用apt-get安装软件时出现了类似于 install-info: No dir file specified; try –help for more information.dpkg:处理 gettext (–configure)时出错: 子进程 post-installation script...
分类:
其他好文 时间:
2014-09-13 14:33:45
阅读次数:
227
因为centos是64位,所以在安装5.5.16过程中出现?define struct flock on this system, set --enable-opcache=no错误 网上的其它的解决方式都不管用啊.. 最后查看php官方文档解决. 在configure 里面加上?? --wi...
分类:
其他好文 时间:
2014-09-13 13:26:45
阅读次数:
156
#!/bin/bash
ip=`/sbin/ifconfig|grep"Bcast"|awk‘{print$2}‘|awk-F:‘{print$2}‘|head-n1`
cd/root/soft/memcached
#安装libevent
tarzxvflibevent-2.0.12-stable.tar.gz
cdlibevent-2.0.12-stable
./configure--prefix=/usr/local/libevent
make&&makeinstall
cd/root..
分类:
其他好文 时间:
2014-09-12 15:18:24
阅读次数:
176
原因:显示红色感叹号是因为jar包的路径不对解决:在项目上右击Build Path->Configure Build Paht...(或Propertise->Java Build Path),在Java Build Path中Libraries,红色叉号的包为路径错误的包。处理好后返回刷新工程即可...
分类:
系统相关 时间:
2014-09-12 15:04:53
阅读次数:
215
exec sp_configure 'show advanced options',1RECONFIGUREexec sp_configure 'Ad Hoc Distributed Queries',1RECONFIGURE 运行以上语句报错,报错内容如下:Configuration option...
分类:
其他好文 时间:
2014-09-12 14:57:13
阅读次数:
172