码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Centos系统python2.x升级python3.x
1. Centos7初始安装的python版本为2.7.5 2.下载最新的python3.5.2,解压到/usr/local/src 3. 配置、编译、测试、安装(根据软件的README说明) ./configure --prefix=/usr/local/python3.5.2 make make ...
分类:编程语言   时间:2016-08-19 06:14:23    阅读次数:155
在CentOS6上搭建LNMP环境(下)
编译安装php[root@dbsoftware]#tarxfphp-5.6.11.tar.gz[root@dbsoftware]#cdphp-5.6.11[root@dbphp-5.6.11]#./configure--prefix=/usr/local/php--with-mysql=/usr/local/mysql--with-mysqli=/usr/local/mysql/bin/mysql_config--with-iconv-dir=/usr/local--with-openssl--ena..
分类:其他好文   时间:2016-08-18 21:47:37    阅读次数:240
CentOS安装Hyper相关问题解法
1、缺少libdevmapper.h git clone -b v2_02_103 https://git.fedorahosted.org/git/lvm2.git /usr/local/lvm2 cd /usr/local/lvm2 ./configure make device-mapper  ...
分类:其他好文   时间:2016-08-18 21:07:42    阅读次数:241
替换 ubuntu 自带的python版本
首先在这里下载你想用的各个版本的python,我用的是2.7.11: https://www.python.org/ftp/python/ 还是老样子: ./configure --> make --> make install 接下来将你自带的版本替换成自己的版本: 先 which python ...
分类:编程语言   时间:2016-08-18 16:00:39    阅读次数:764
mysql的安装和基本配置
一、mysql的安装和基本配置1安装cmake#./configure#make&&makeinstall2安装mysql#yuminstallncurses*bison*#cmake-DCMAKE_INSTALL_PREFIX=/usr/local/mysql-DMYSQL_DATADIR=/database/mydata-DSYSCONFDIR=/etc-DTMPDIR=/tmp-DWITH_INNOBASE_STORAGE_ENGINE=1-DWITH_ARC..
分类:数据库   时间:2016-08-17 23:36:02    阅读次数:433
监控系统的搭建
nagios监控(1)创建nagios运行的用户和组#groupadd-g1000nagios#useradd-gnagiosnagios(2)安装nagios#./configure--prefix=/usr/local/nagios--enable-event-broker--with-nagios-user=nagios--with-nagios-group=nagios--with-command-user=nagios--with-command-group=nagios-..
分类:其他好文   时间:2016-08-17 23:32:48    阅读次数:233
nginx加ssl模块及添加ssl功能
在未安装nginx的情况下安装nginx第三方模块12345678#./configure--prefix=/usr/local/nginx-1.4.1\--with-http_stub_status_module\--with-http_ssl_module--with-http_realip_module\--with-http_p_w_picpath_filter_module\--add-module=../ngx_pagespeed-master--add-module..
分类:其他好文   时间:2016-08-17 23:26:31    阅读次数:231
linux 编译安装php及编译安装mysql常见错误总结及解决办法
一、编译安装php常见错误总结及解决办法 错误 1checking for xml2-config path…configure: error: xml2-config not found. Please check your libxml2 installation.解决办法:# yum -y i ...
分类:数据库   时间:2016-08-17 12:00:29    阅读次数:187
dhcp源码编译支持4G上网卡
1. tar xvzf dhcp-4.2.5-P1.tar.gz 2. ./configure --host=arm-linux ac_cv_file__dev_random=yes 3. vi bind/Makefile (cd ${bindsrcdir} && ./configure --dis ...
分类:其他好文   时间:2016-08-17 00:09:56    阅读次数:460
[jv-convert] Error 1,[all-recursive] Error 1
g++4.6编译是报错: 这时,配置是讲语言设置为c,c++即可。如下: ./configure --prefix=/usr/local/gcc-4.6.1 -enable-threads=posix -disable-checking -disable-multilib -enable-langu ...
分类:其他好文   时间:2016-08-16 19:58:57    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!