ChinaUnix.net
相关文章推荐:

apache root编译

请问各位高手,在configue 的哪个位置,添加CFLAGS=-DBIG-SECURITY-HOLE, 使得别人浏览你的网站时允许以root身份! 只要在httpd.conf中,修改 user root.

by vcanv - 服务器应用 - 2005-04-11 13:23:25 阅读(730) 回复(0)

相关讨论

哪位朋友能提供一个apache从新编译root权限的安装教程

by mii_tool - PHP - 2007-10-08 11:20:53 阅读(2089) 回复(3)

sudo apt-get install libapr1-dev libaprutil1-dev Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: comerr-dev krb5-multidev libexpat1-dev libgssrpc4 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkrb5-dev libldap2-dev libmysqlclient-dev libmysqlclient18 libpcre3-dev libpcrecpp0 libpq-dev libpq5 lib...

by action08 - 服务器应用 - 2014-03-04 19:02:39 阅读(1404) 回复(3)

上次装了make \r\n果然能执行./configure命令了,\r\n但还是有些问题呀!\r\n以下是编译过程:\r\n#./configure --prefix=\"/usr/local/apache\"\r\n,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,\r\n#make\r\n==>src\r\nmake[1]:Entering directory `/jiangsoft/apache_1.3.36\' \r\n (/jiangsoft/apache_1.3.36 是我放源代码的地方)\r\nmake[2]:Entering directory `/jiangsoft/apache_...

by j1111011 - Solaris - 2006-06-27 18:33:15 阅读(2954) 回复(2)

资源 OS Ubuntu 7.04 (kernel version: 2.6.20-15) ToolChain ARM-GCC v3.4.1 http://www.handhelds.org rootFS rootfsosk.tar.bz2 http://linux.omap.com/pub/filesystem/rootfsosk.tar.bz2 Busybox busybox-1.4.2 http://www.busybox.net 教程 OSK5912 Newbie Guide http://oskfordummies.hp.infoseek.co.jp 步骤 1. 安装tool chain; 2. 解压rootfsosk.tar.bz2; 3. Copy ${ToolChainD...

by yeahilly - Linux文档专区 - 2009-09-16 21:38:00 阅读(734) 回复(0)

RT config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: WARNING: 'lib/Makefile.in' seems to ignore the --datarootdir setting 这个是啥意思?

by 追忆的风筝 - 服务器及硬件技术 - 2012-09-06 14:31:42 阅读(1182) 回复(0)

系统采用centos 5.7(final) 64位 apache 2.2.9版本 在编译时出现以下报错: make[4]: *** [mod_deflate.la] Error 1 make[4]: Leaving directory `/usr/local/src/httpd-2.2.9/modules/filters' make[3]: *** [shared-build-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/httpd-2.2.9/modules/filters' make[2]: *** [shared-build-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/httpd-2.2....

by kofpet - Linux系统管理 - 2012-08-19 14:39:11 阅读(4605) 回复(15)

AIX 6.1 64 bit apache 2.2.19 gcc-4.2.0-3 make install的出现下面错误, 能否请各位看看有什么办法? An RLD for section 2 (.data) refers to symbol 1112, but the storage class of the symbol is not C_EXT or C_HIDEXT. collect2: ld returned 12 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: ...

by ianywhere - AIX - 2011-07-15 13:40:18 阅读(3513) 回复(1)

伙计们,我闲来学习RHEL5,配置了samba,dhcp,dns,sendmail。 今天配置一个apache,RPM包装了一个,然后想用编译装个,编译的时候出了问题。 虚拟机里德,我截图如下: 这个是什么问题?? 本人小菜,问题质量不高原谅。

by mr-hsiao - 服务器应用 - 2010-10-20 10:47:52 阅读(1316) 回复(3)

本帖最后由 轻逐微风 于 2010-05-22 22:16 编辑 为什么下面这样的参数编译出来所有模块后无法启动apache服务? 那么应该怎么才能编译出来所有模块并且动态加载呢? ./configure --prefix=/usr/local/httpd --enable-modules=all --enable-mods-shared=all --enable-so

by 轻逐微风 - 服务器应用 - 2010-05-24 23:12:23 阅读(1339) 回复(2)

编译安装apache_1.3.42.tar.gz,当执行./configure时报告下面错误: cd ..; gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm /usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status make: *** [dummy] Error 1 高手帮忙阿!

by 736744823 - 服务器应用 - 2010-04-20 17:37:08 阅读(1997) 回复(4)