码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
mutt+msmtp 配置
wgethttp://nchc.dl.sourceforge.net/sourceforge/msmtp/msmtp-1.4.17.tar.bz2tarxvfmsmtp-1.4.17.tar.bz2cdmsmtp-1.4.17./configure--prefix=/usr/local/msmtpmakemakeinstallcd/usr/local/msmtp/mkdiretc#配置文件目录和配置文件都要自己建cdetcdefaultslogfile/usr/local/ms..
分类:其他好文   时间:2015-07-07 07:11:10    阅读次数:133
lamp源码安装
yuminstalllrzsz-y在linux里可代替ftp上传和下载rz上传sz+filename下载安装apache2.41.1安装apryum-yinstallepel-releasewget-chttp://archive.apache.org/dist/apr/apr-1.5.2.tar.gztarxfapr-1.5.2.tar.gzcdapr-1.5.2./configure--prefix=/usr/local/apr;echo$?make&&..
分类:其他好文   时间:2015-07-06 21:53:09    阅读次数:121
Target runtime Apache Tomcat v6.0 is not defined.错误解决方法
Eclipse导入工程后工程上显示一个小红叉,但工程里没有文件错误,也没有语法错误,百思不得其解啊,后来在网上找了一些资料说是项目引用的类库路径有问题。【项目】->【右键】->【build path】->【configure build path】->【libraries】,查看一下引用的类库路径。...
分类:Web程序   时间:2015-07-06 21:39:49    阅读次数:118
linux 源码安装apache2.4并添加服务
源码安装apache,路径/usr/local/httpd24 1.安装apr yum-yinstallepel-release wget-chttp://archive.apache.org/dist/apr/apr-1.5.2.tar.gztarxfapr-1.5.2.tar.gzcdapr-1.5.2 ./configure--prefix=/usr/local/apr;echo$?make&&makeinstall;echo$? cd.. 2.安装apr-ut..
分类:Web程序   时间:2015-07-06 20:00:34    阅读次数:161
OpenLDAP Installation&Configuration Guide
OpenLDAP Installation&Configuration Guide Install the openldap # yum -y install openldap.x86_64 openldap-clients.x86_64 openldap-devel.x86_64 openldap-servers.x86_64 ? Configure the openldap Gener...
分类:其他好文   时间:2015-07-06 12:37:45    阅读次数:188
sysbench安装
sysbench安装下载源码包gitclonehttps://github.com/akopytov/sysbench解决依赖关系:libtoolize1.4+wasn‘tfound,exitingyuminstalllibtool安装./autogen.sh./configure--with-mysql-includes=/usr/local/mysql/include--with-mysql-libs=/usr/local/mysql/libmake&&ma..
分类:其他好文   时间:2015-07-06 12:33:58    阅读次数:161
How To Setup Partitioned Linux Block Devices Using UDEV (Non-ASMLIB) And Assign Them To ASM
文档ID1528148.1Appliesto:OracleDatabase-StandardEdition-Version10.2.0.1to12.1.0.2[Release10.2to12.1]Informationinthisdocumentappliestoanyplatform.GoalThepresentdocumentprovidesanexampleabouthowtosetup/configure partitionedLinuxblockdevicesusingudev(non-ASML..
分类:系统相关   时间:2015-07-06 00:11:56    阅读次数:249
一台物理机器一个IP配置多个域名多套程序的方法
1.安装nginxcd /usr/local/wgethttp://nginx.org/download/nginx-1.2.8.tar.gztar -zxvf nginx-1.2.8.tar.gzcd nginx-1.2.8 ./configure--prefix=/usr/local/nginx...
分类:其他好文   时间:2015-07-05 19:50:12    阅读次数:138
linux文件同步+nginx负载均衡分流网站
1.主服务器安装rsync wget https://download.samba.org/pub/rsync/src/rsync-3.1.1.tar.gz tar -zxvf rsync-3.1.1.tar.gz ./configure --prefix=/usr/local/rsync make && make install cd /usr/local/rsync/ ? ...
分类:Web程序   时间:2015-07-05 00:59:48    阅读次数:220
linux安装php的memcache扩展方法
下载安装Memcached服务器yuminstalllibevent-develwgethttp://memcached.googlecode.com/files/memcached-1.4.5.tar.gztar-zxvfmemcached-1.4.5.tar.gz./configure--pre...
分类:Web程序   时间:2015-07-04 22:10:18    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!