# yum install zlib-devel -y # tar -xf Python-3.6.0 cd Python-3.6.0 # ./configure --prefix=/usr/local/python3.6# make && make install # echo 'PATH=/usr ...
分类:
编程语言 时间:
2017-03-17 23:09:53
阅读次数:
149
Ubuntu下安装coreseek mmseg出现了cannot find input file: src/Makefile.in 解决方法如下 >autoheader >automake --add-missing --copy >autoconf 然后再执行./configure --prefi ...
分类:
其他好文 时间:
2017-03-17 21:03:12
阅读次数:
158
Java NIO Buffer Java NIO Buffers are used when interacting with NIO Channels. As you know, data is read from channels into buffers, and written from b ...
分类:
编程语言 时间:
2017-03-17 19:12:58
阅读次数:
160
解压并进入 tar zvxf nagios-plugins-1.4.15.tar.gz && cd nagios-plugins-1.4.15 编译安装 ./configure --with-nagios-user=nagios --with-nagios-group=nagios make ### ...
分类:
移动开发 时间:
2017-03-17 16:19:22
阅读次数:
241
1、下载go1.8.linux-amd64.tar.gz包放到/usr/local/目录下2、Go语言部分功能是用C语言开发的,所以安装Go之前需要安装gcc,make等依赖,ubuntu下的安装命令如下:apt-getinstallbisonedgawkgcclibc6-devmake3、解压包tar-zxvfgo1.8.linux-amd64.tar.gz4、配置环境变量/etc/prof..
分类:
系统相关 时间:
2017-03-16 22:42:40
阅读次数:
246
我的操作,我在官网下载书本源代码,在windows解压后ftp工具传到linux虚拟机然后make发现报错如:Noruletomaketarget`../libtlpi.a‘,neededby郁闷好久!方案:把源代码压缩包ftp到虚拟机在解压缩,make就成功了!注意,习惯:永远在linux解压缩
分类:
系统相关 时间:
2017-03-16 22:25:44
阅读次数:
560
错误连接数据库 [mysql] : org.pentaho.di.core.exception.KettleDatabaseException: Error occurred while trying to connect to the databaseDriver class 'org.gjt.m ...
分类:
数据库 时间:
2017-03-16 21:42:43
阅读次数:
29164
下载xxx.tar 源码包,解压tar 包(tar -xzvf xxx.tar.gz -C 解压目录默认当前); 检查有没有makefile文件,没有的话请进入解压后的文件夹运行automake(生产makefile 工具); 进入解压文件夹 ./configure ->make ->make in ...
分类:
系统相关 时间:
2017-03-16 21:33:21
阅读次数:
185
cd /usr/src/php-5.3.6/ext/mbstring/usr/local/php/bin/phpize./configure --with-php-config=/usr/local/php/bin/php-configmake && make install修改/usr/local ...
分类:
Web程序 时间:
2017-03-16 20:05:01
阅读次数:
223