码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Mongoid Without Rails
questionI'm playing with a standalone ruby application and can't configure Mongoid 3.0.13 to work.I've run across a couple example apps that have conf...
分类:其他好文   时间:2014-07-19 15:29:05    阅读次数:260
安装php5.5
安装php5.5 ./configure --prefix=/usr/local/php5.5.14/ --with-apxs2=/usr/local/apache2.2.27/bin/apxs --with-mysqli=/opt/mysql/bin/mysql_config --enable-....
分类:Web程序   时间:2014-07-19 15:27:02    阅读次数:296
PHP使用Mongodb
一.安装Mongodb的PHP扩展wget http://pecl.php.net/get/mongo-1.2.7.tgz //下载扩展包tar zxvf mongo-1.2.7.tgzcd mongo-1.2.7/usr/local/php/bin/phpize./configure -with-...
分类:数据库   时间:2014-07-19 09:00:43    阅读次数:370
linux下一些常用软件的编译安装命令
PHP编译参数Apache:./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-curl--with-mcrypt--enable-mbstring--with-iconv--with-gd--with-jpeg-dir=/usr/local/lib--enable-pdo--with-pdo-mysql=/usr/local/mysql5.5.25/--with-mysqli=/usr/lo..
分类:系统相关   时间:2014-07-19 02:12:55    阅读次数:266
bcov进行覆盖率统计
kcov是在bcov基础上进行的,bcov已经很久没有维护了;首先需要下载依赖库libdwraft,然后在configure时候进行指定:./configure --with-libdwarf=/usr/local/lib然后make;make install(1)悲催的是编译过程中出现了错误‘PT...
分类:其他好文   时间:2014-07-19 00:35:24    阅读次数:316
sqlite安装与封装后编译
========================安装sqlite=================官网下载安装包*.tar.gz格式./configure --prefix=/usr/server/sqlit 安装包目录makemake install测试安装成功 sqlite3 test.d...
分类:数据库   时间:2014-07-18 14:24:11    阅读次数:308
源码包搭建lamp
lamp环境搭建1、apahce安装(1)安装相关的依赖包[root@localhost~]#yum–yinstallgccmakeopenssl-develc++libxml2-devel(2).编译安装apahce[root@localhostsrc]#tar-zxfhttpd-2.2.25[root@localhostsrc]#cdhttpd-2.2.25[root@localhostsrc]#./configure--prefix=/usr/loca..
分类:其他好文   时间:2014-07-18 13:09:49    阅读次数:283
linux下安装php的svn扩展
首先,下载svn wgethttp://pecl.php.net/get/svn-1.0.1.tgz shell> tar -zxf svn-1.0.1.tgz shell> cd svn-1.0.1 shell> /usr/local/php/bin/phpize shell> ./configure--with-php-config=/usr/local/php/bin/php-co...
分类:Web程序   时间:2014-07-18 12:30:27    阅读次数:695
Eclipse debug ‘Source not found’
用Eclispe进行Debug时一直被一个问题所困扰:Source not found. 问题产生的原因是调试进入了一个没有源码的jar包里。   简短说明: Edit Source Lookup Path… 可以解决Debug过程中找不到源码的问题,PS,需要重启服务。 Configure Build Path 中可以给jarattach上源码,这个管的是阅读代码时可以看到jar包里的...
分类:系统相关   时间:2014-07-18 12:23:39    阅读次数:337
linux下编译GD(freetype+libjpeg+libpng+gd-devel)
1、检查freetype是否安装 rpm -qa | grep freetype 没有的话编译freetype 这里下载 ./configure --prefix=/usr/local/freetype make && make install 即可,没有花头 2、检查libjpeg是否安装 rpm -qa | grep libjpeg 没有的话编译libjpeg ...
分类:系统相关   时间:2014-07-18 11:10:56    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!