cenots升级python麻烦死了,6.4也不更新下版本,死在2.6.6了,真Y的蛋疼啊~~~先升级Python,执行wgethttp://www.python.org/ftp/python/2.7.5/Python-2.7.5.tgz
tarzxvfPython-2.7.5.tgz
cdPython-2.7.5
./configure
makeall
makeinstall
makeclean
makedistclean目前的路径应该是/..
分类:
编程语言 时间:
2014-10-24 16:45:42
阅读次数:
184
tar zxvf ncurses-5.6.tar.gz 进入目录 cd ncurses-5.6 生成 makefile文件,再进一步编译 ./configure --prefix=/usr --with-shared --without-debug 编译,编译时间稍微长些,稍等make 编译好最后就...
分类:
其他好文 时间:
2014-10-24 16:22:01
阅读次数:
1459
1、访问本地的其他数据库--启用Ad Hoc Distributed Queries--exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reco...
分类:
数据库 时间:
2014-10-23 15:55:18
阅读次数:
178
OS:ubuntu14.04 WEB Server:nginx1.7.5 PHP-5.9.4 wget http://cn2.php.net/distributions/php-5.5.9.tar.gz tar zvxf php-5.5.9.tar.gz cd php-5.5.9 ./configure --prefix=/usr/local/php? --enable-fpm --wit...
分类:
Web程序 时间:
2014-10-23 10:51:05
阅读次数:
295
使用证书配置的镜像基本安装微软次序做就可以了http://msdn.microsoft.com/zh-cn/library/ms191140.aspx备份还原首先要转换成完全备份模式没什么好多说的1 USE master;2 GO3 ALTER DATABASE 4 SET RECOVERY FUL...
分类:
数据库 时间:
2014-10-23 09:21:47
阅读次数:
307
在后面使用和安装pip时说缺少zlib库,于是,先下载zlibzlib-1.2.8.tar.gztarxfzlib-1.2.8.tar.gzcdzlib-1.2.8./configure--prefix=/usr/localmake&&makeinstall得到/usr/local/include/zconf.h位置2.cd到Python-2.7.8./configure--prefix=/usr/local--with-libs=‘/usr/..
分类:
编程语言 时间:
2014-10-23 07:02:05
阅读次数:
229
./install_packages --enhanced_reporting
katello-configure --deployment=sam --user-pass=redhat
chkconfig mongod on
service mongod start
su - splice -s /bin/sh -c 'ssh-keygen -t rsa -f /var/lib/spli...
分类:
其他好文 时间:
2014-10-22 22:02:48
阅读次数:
253
MySQL自5.5版本以后,就开始使用CMake编译工具了,因此,你在安装源文件中找不到configure文件是正常的。很多人下到了新版的MySQL,因为找不到configure文件,不知道该怎么继续下去。有没有一篇可供参考的文章呢?其实在http://forge.mysql.com网站上有一篇文章...
分类:
数据库 时间:
2014-10-22 20:03:59
阅读次数:
239
在安装Nginx之前(即运行make脚本之前),首先是进行安装的配置准备,包括环境检查及生成文件。这些工作是由自动脚本完成的。和绝大多数软件一样,Nginx的自动脚本的入口,同样是名为configure的文件。除了configure,其他的自动脚本都在auto目录下。通过分析configure脚本源...
分类:
其他好文 时间:
2014-10-22 17:47:50
阅读次数:
254
在configure脚本中,运行完auto/options和auto/init脚本后,接下来就运行auto/soures脚本。这个脚本是为编译做准备的。目录核心模块事件模块OpenSSL 模块相关变量事件驱动模块操作系统相关项HTTP 模块邮件模块Google PerfTools 模块C++ 测试模...
分类:
其他好文 时间:
2014-10-22 17:28:35
阅读次数:
208