# ./configure --prefix=/tools checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... no checking for egrep... egrep checking for bison... no checking for byacc... no checking whether ln -s works... yes checking for gcc... no checking fo...
centos 5 apache2.2.9 apache2.2.8 一直没法安装apache2内容如下: [root@localhost httpd-2.2.9]# ./configure #无法安装 checking for chosen layout... Apache ---------- Configuring Apache Portable Runtime library ... ------- Configuring Apache Portable Runtime Utility library... checking for APR-util... yes checking for gcc... gcc checking for C compiler default output file name... a.out check...
tar xvf $LFS/findutils-4.2.23.tar.bz2 cd findutils-4.2.23 ./configure --prefix=/usr --libexecdir=/usr/lib/locate \ --localstatedir=/var/lib/locate make 其实,对./configure --prefix不陌生了,但还是不是很清楚, 我想问一下大家,具体一些的说 --prefix的作用 =号后路径是用来干什么的? 为什么有时会有多个=号,其=号后的路径又是用来干什么的? 请高手详细回答。 谢谢大家了。
今天在装gcc4.2,每次一改configure 的参数并重新configure 后,所有的make都会重新来过,有没有可能实现重新configure后还可以增量make?谢谢
configure到底需要多少包的支持???一般的包我都装了!我用的系统是as4,我想知道我们装的每个包到底有什么用?那位有这方面的文章或者资料拿出来分享下1感谢!!!! [ 本帖最后由 liuyaming0938 于 2007-4-11 09:43 编辑 ]
1 Command Line 2 Sample Configurations 3 Topics 4 General Configuration 5 Environment Configuration 6 Server Configuration 7 Port Configuration 8 Virtual Host Configuration 9 Application Configuration 10 Deployment 11 Security Configuration 12 Clustering and Load Balancing 13 Cache Configuration 1.Command Line Option Description -classpath xxx Adds to the system classpath, default...
基本上还可以吧,满足要求。 举例如下: * @date Sat Jul 03 23:59:57 CEST 2004 * @version 0.01 */ // inlclude the class-file require_once( 'class.ConfigMagik.php'); // create new ConfigMagik-Object $Config = new ConfigMagik( 'example.ini', true, true); // change path or name of config-file #$Config->PATH = "example.ini.php"; // switch processing sections on or off // NOTE: Turning ...