ChinaUnix.net
相关文章推荐:

configure 详解

Typical `configure' Options .................................... The `configure' script gives you a great deal of control over how you configure a MySQL source distribution. Typically you do this using options on the `configure' command line. You can also affect `configure' using certain environment variables. For a full list of options supported by `configure', run this command: shell> ...

by fuowen20 - MySQL文档中心 - 2008-12-08 20:36:10 阅读(1462) 回复(0)

相关讨论

Linux环境下的软件安装,并不是一件容易的事情;如果通过源代码编译后在安装,当然事情就更为复杂一些;现 在安装各种软件的教程都非常普遍;但万变不离其中,对基础知识的扎实掌握,安装各种软件的问题就迎刃而解了。configure脚本配置工具就是基础之 一,它是autoconf的工具的基本应用。   与一些技巧相比,configure显得基础一些,当然使用和学习起来就显得枯燥乏味一些,当然要成为高手,对基础的熟悉不能超越哦。   为此我...

by 傲枭 - BSD文档中心 - 2008-05-01 09:36:26 阅读(1336) 回复(0)

  在SCO OpenServer 5中,用./configure或scoadmin→Hardware /Kernel Manager→Parameters可以配置系统的核心参数,这些系统可调核心参数共分为18大类: Performance tunables   1 Buffers Management 缓存区管理参数   2 Process and paging 进程管理参数   3 TTYS 与字符设备驱动程序相关的数据结构大小和其它限制参数   4 Name Cache 与文件名和节点号之间映射相关的Name Cache有关参数   5 AIO 异步I/O性能相...

by unix_sco - 其他UNIX - 2004-01-16 08:24:03 阅读(993) 回复(1)
by unix_sco - 其他UNIX - 2007-01-01 16:40:13 阅读(1575) 回复(2)

我在RedHat linux9.0中用原代码tar包装mysql 输入./configu --help 出来的是 -bash:./configure :no such file or directory 这是扎回事哦

by divl2 - MySQL - 2009-01-10 21:41:39 阅读(1941) 回复(2)

# ./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...

by xp20683 - Solaris - 2007-10-06 01:14:58 阅读(1475) 回复(1)

在RH9。0中, 我用TAR方式安装, 在目录中,使用./configure提示有错误, 错误信息如下图,

by jason_xia - Linux论坛 - 2004-06-30 19:33:53 阅读(603) 回复(5)

configure: error: Could not find suitable libgc 产生这个error的原因是什么? 哪位可以帮忙? 谢谢

by 神秘预言 - BSD - 2008-11-20 23:26:43 阅读(1555) 回复(0)

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...

by peacock66 - 服务器应用 - 2008-08-20 12:05:14 阅读(1614) 回复(0)

在安装软件时为什么需要这个操作呢?这一步有什么用呢? 谢谢!

by mishuang - Solaris - 2008-01-31 18:30:26 阅读(2055) 回复(6)

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的作用 =号后路径是用来干什么的? 为什么有时会有多个=号,其=号后的路径又是用来干什么的? 请高手详细回答。 谢谢大家了。

by zhanglupanda - Shell - 2008-01-17 10:06:58 阅读(5168) 回复(8)