ChinaUnix.net
相关文章推荐:

编译apache check for devzero

make setup check 报错: dns.c:11: parse error before `int' 是否说dns.c文件的第11行有错误,并且和int有关?但是11行没有int呀?

by linetsam88 - BSD - 2004-07-03 23:32:22 阅读(831) 回复(0)

相关讨论

make setup check 报错: dns.c:11: parse error before `int' 是否说dns.c文件的第11行有错误,并且和int有关?但是11行没有int呀?

by linetsam88 - 服务器架设 - 2004-07-04 06:39:28 阅读(496) 回复(1)

请教! 在solaris 10 中编译时出现 checking how to run the C preprocessor... /lib/cpp configure: error: C preprocessor "/lib/cpp" fails sanity check 相关信息如下: Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.10/3.3.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.3.2 -bash-3.00# ls -l cpp lrwxrw...

by liuhename - Solaris - 2006-10-26 17:27:01 阅读(2037) 回复(1)

我在编译安装apache时出现下图错误,不知道为什么。请各位共同参详一下:

by 736744823 - 数据安全 - 2009-06-14 15:30:49 阅读(1527) 回复(3)

./configure --prefix=/apache --with-apr=/usr/local/apr12 --with-apr-util=/usr/local/apr12-util --enable-so --enabl e-mods-shared=all --enable-proxy --enable-proxy-balancer --enable-proxy-http --enable-proxy-ajp --enable-deflat e --enable-cache --enable-disk-cache --enable-mem-cache 为什么我按照这样编译apache后通过命令 ./apachectl -l看不到有disk-cache等模块 Compiled in modules: core.c worker.c ...

by young1986 - 服务器应用 - 2009-03-17 15:04:58 阅读(1207) 回复(0)

apache2.2.9在编译的时候参照文档进行如下操作 [root@jw httpd-2.2.9]# ./configure --prefix=/home/apache/httpd --enable-module=so 提示: configure: WARNING: Unrecognized options: --enable-module 执行=/home/apache/httpd /bin/httpd -l 能找到 mod_so.c ... 执行 ./configure --prefix/home/apache/httpd\ --enable-rule=SHARED_CORE \ --enable-rule=SHARED_CHAIN \ ...

by guyeh - 服务器应用 - 2008-08-19 08:38:08 阅读(5061) 回复(4)

想架设LAMP服务器,使用linux版本 Cent OS4 ,想先安装apache, [root@vps106 httpd-2.2.4]# ./configure --prefix=/usr/local/apache2/ --with-ssl --enable-so --enable-rewrite --checking for chosen layout... apache-------------------------------- --checking for working mkdir -p... yes ^ --checking build system type... i686-pc-linux-gnu | --checking host system t...

by shipenghou - 服务器应用 - 2008-06-02 10:36:32 阅读(1899) 回复(6)

aix4.3里 我想安装apache是2.0.59版本,./configure时都没有问题,可是在make时 -I../include export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp Target "local-all" is up to date. Target "all" is up to date. Making all in apr-util Making all in buckets Target "local-all" is up to date. Target "all" is up to date. Making all in crypto Target "local-all" is up to date. Target "all" is up ...

by renyimei0902 - AIX - 2007-12-14 16:26:10 阅读(1504) 回复(0)

操作系统是:Red Hat Enterprise Linux AS 4 编译途中未出现任何错误提示,但是apachectl服务就是启动不了,且出现这提示:unrecognized service 请高手指教???

by mesh561 - 服务器应用 - 2007-09-26 19:52:12 阅读(1959) 回复(1)

./configure --prefix=/usr/local/apache2 --enable-suexec --enable-so echo $? 0 make echo $? 0 make install echo $? 0 以上是我编译安装apache的过程. 可是在/usr/local/apache2/modules文件夹中硬是没有发现CGI和PHP模块... 想google,可是关键字都找不到. :shock:

by shanya - 服务器应用 - 2007-05-14 10:42:39 阅读(1811) 回复(1)

FREEBSD6.1 apache 2.055 openssl 0.98d cd openssl-0.9.8d #./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib #make; #make test; #make install 没有问题 apache编译事出现一下提示: #./configure --prefix=/usr/local/apache --enable-so --enable-ssl --with-ssl=/usr/local/openssl ............... ............... Making all in pcre /soft/http/srclib/apr/libtool --silent --...

by kufang_he1209 - BSD - 2007-04-20 11:21:55 阅读(2006) 回复(0)