码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
CentOS安装 pure-ftpd
yum -y install pam-develcd /usr/localtar zxf pure-ftpd-1.0.36.tar.gzcd pure-ftpd-1.0.36./configure --prefix=/usr/local/pure-ftpd/ --with-puredbmake &&...
分类:其他好文   时间:2015-04-25 00:09:49    阅读次数:183
BCP 导入导出数据库数据
使用 bcp 将数据库迁移到 Azure SQL Database--所有 都是在本机sql上运行--先开启cmdshellEXEC sp_configure 'show advanced options', 1GORECONFIGUREGOEXEC sp_configure 'xp_cmdshel...
分类:数据库   时间:2015-04-24 18:28:37    阅读次数:154
程序包管理之源代码编译安装及rpm源码包安装
一、程序源码编译安装步骤二、程序路径管理三、简单源码编译安装示例四、rpm源码包安装一、程序源码编译安装步骤---------------------------------------1.cdSOURCE_CODE#cd到程序源码文件夹---------------------------------------2../configure#检查编译环境,对程序定制编..
分类:其他好文   时间:2015-04-24 01:19:54    阅读次数:241
PHP安装编译配置参考
./configure --prefix=/usr/local/php-5.6.8 --with-config-file-path=/usr/local/php-5.6.8/etc --with-bz2 --with-curl --enable-ftp --enable-sockets --disa...
分类:Web程序   时间:2015-04-23 23:14:14    阅读次数:208
7 mysql常用语句汇总
mysqld 常规MySQL服务器mysqld-opt 优化mysql服务器,提供一些功能可以挖掘更好的功能mysqld-max 与mysqld一样,但可以支持更新,更具实验性质的功能(更不稳定)++安装mysql参见自带的INSTALL-SOURCE文件$ ./configure ?prefix=...
分类:数据库   时间:2015-04-23 23:11:35    阅读次数:233
php追加编译imagick
一、先安装ImageMagick二、wgethttp://pecl.php.net/get/imagick-2.2.2.tgztarzxvfimagick-2.2.2.tgzcdimagick-2.2.2//usr/local/webserver/php/bin/phpize./configure--with-php-config=/usr/local/webserver/php/bin/php-configmakemakeinstall#最后,修改php.ini,加上(去..
分类:Web程序   时间:2015-04-23 13:38:49    阅读次数:157
解决编译Apache出现的问题:configure: error: APR not found . Please read the documentation
tar zvxf httpd-2.2.21.tar.gz cd httpd-2.2.21 ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite ---------------------------编译的时候出错.....
分类:Web程序   时间:2015-04-23 02:01:13    阅读次数:153
[virsh] error: unknown OS type hvm解决办法
今天在linux服务器上编译安装升级了下qemu,升级命令如下:root@ubuntu:/opt/qemu-2.0.0# ./configure --prefix=/usr/local/ --target-list=x86_64-softmmuroot@ubuntu:/opt/qemu-2.0.0....
分类:其他好文   时间:2015-04-22 20:25:31    阅读次数:434
linux - rsync
If the host computer is not running SSH (or RSH), we can configure and run rsync as a daemon in this computer. This would have rsync listening to the port 873 for incoming connections from other comput...
分类:系统相关   时间:2015-04-22 14:02:55    阅读次数:229
Install wget for mac
Download:http://ftp.gnu.org/gnu/wget/Unpack:tar zxvf wget-1.16.tarConfiguration: ./configureIf you see these error below:You can run the configure wit...
分类:系统相关   时间:2015-04-22 13:28:45    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!