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...
上次装了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_...
资源 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...
RT config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: WARNING: 'lib/Makefile.in' seems to ignore the --datarootdir setting 这个是啥意思?
系统采用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....
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: ...
伙计们,我闲来学习RHEL5,配置了samba,dhcp,dns,sendmail。 今天配置一个apache,RPM包装了一个,然后想用编译装个,编译的时候出了问题。 虚拟机里德,我截图如下: 这个是什么问题?? 本人小菜,问题质量不高原谅。
本帖最后由 轻逐微风 于 2010-05-22 22:16 编辑 为什么下面这样的参数编译出来所有模块后无法启动apache服务? 那么应该怎么才能编译出来所有模块并且动态加载呢? ./configure --prefix=/usr/local/httpd --enable-modules=all --enable-mods-shared=all --enable-so
编译安装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 高手帮忙阿!