码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
linux编译安装LAMP
Linux安装Apache+MySQL+PHP 安装部分依赖 安装apr(可选) # tar -xf apr-1.5.0.tar.bz2 # cd apr-1.5.0 #./configure --prefix=/usr/local/apr //指定其安装位置 # make && make install 安装apr-util # tar -xf apr-util-1.5.3.ta...
分类:系统相关   时间:2014-06-28 07:35:28    阅读次数:386
ipvsadm+keepalived+inotify-tools自动安装脚本
#!/bin/bash # # #thisisinstallkeepalived+lvs-DR # # tar_dir=/usr/src configure_yum() { echo"[rhel-local]">/etc/yum.repos.d/rhel-local.repo echo"baseurl=file:///media/Server">>/etc/yum.repos.d/rhel-local.repo echo"enabled=1">>/etc/yum.repos..
分类:其他好文   时间:2014-06-28 06:08:16    阅读次数:373
apache/mysql/php编译安装及支持xcache和fastcgi方式运行
一、编译安装apache1、安装环境:yuminstallgccgcc-c++openssl-devellibtool-y2、安装apr、apr-util及pcretarjxfapr-1.5.1.tar.bz2cdapr-1.5.1./configure--prefix=/usr/local/aprmake&&makeinstalltarjxfapr-util-1.5.3.tar.bz2cdapr-util-1.5.3./configure--prefix=/..
分类:数据库   时间:2014-06-28 00:58:44    阅读次数:697
spring解决"log4j:WARN No appenders could be found for logger"
1在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdout# log4j.rootLogger=WARN, std...
分类:移动开发   时间:2014-06-27 17:31:34    阅读次数:217
lxc-config: error while loading shared libraries liblxc.so.1
转载请注明出处:http://www.openext.org/2014/06/lxc-erro1#tar zxvf lxc-xxx.tar#./autogen#./configure –prefix=/usr/local/lxc#make#make install#lxc-lsthe error:#echo “/usr/local/lxc/lib” >> /etc/ld.so.conf#ldcon...
分类:其他好文   时间:2014-06-27 08:36:38    阅读次数:156
cacti首次访问空白页问题
问题:cacti安装好后首次访问时页面一片空白解决办法:我的php采用的是源码编译安装,第一次配置时连接mysql用的参数是:./configure--with-mysqli=mysqlnd//这里只列出连接mysql的参数,其他参数省略后来将连接mysql的参数改为如下重新编译安装,首页就可以访问了./configure-..
分类:其他好文   时间:2014-06-27 06:13:54    阅读次数:169
简述configure、pkg-config、pkg_config_path三者的关系
转自:简述configure、pkg-config、pkg_config_path三者的关系 一、什么是configure 源码安装过程中大多会用到configure这个程序,一般的configure都是一个script,执行时可以传入必要参数告知配置项目。 configure程序它会根据传...
分类:其他好文   时间:2014-06-27 00:25:45    阅读次数:310
dpkg: error processing mysql-server (--configure): dependency problems - leaving unconfigured
dpkg: error processing mysql-server (--configure): dependency problems - leaving unconfiguredstart:Jobfailedtostartinvoke-rc.d:initscriptmysql,action"...
分类:数据库   时间:2014-06-25 13:32:08    阅读次数:277
qemu 编译安装
sudoapt-getinstallautomakesudoapt-getinstalllibtool./configure--target-list=x86_64-softmmu--prefix=/opt/qemu-2.0.0--enable-kvm--enable-sdlmakesudomakeinstall
分类:其他好文   时间:2014-06-25 10:32:10    阅读次数:365
libPhenom 编译
安装 http://c-ares.haxx.se/ 安装 http://concurrencykit.org/ \cp build/ck.pc  /usr/lib64/pkgconfig/ $ ./autogen.sh $ ./configure $ make $ make check $ sudo make install 错误1: 修改cpplint.py, def...
分类:其他好文   时间:2014-06-24 17:34:43    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!