- 主题:一塌糊涂BBS代码的web部分的安装说明
apache版本?
奇怪 我没有啊
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 前面照做了
: 配置完成,最后在apachectl restart时报错了
: [root@root]# apachectl configtest
: Syntax error on line 205 of /etc/httpd/conf/httpd.conf:
: Cannot load /usr/lib/apache/mod_fastrw.so into server: /usr/lib/apache/mod_fastrw.so: undefined symbol: ap_ctx_get
: 【 在 lepton (谁给糊涂一点钱) 的大作中提到: 】
: : 以下只适用于现在以后的CVS代码
: : 不适用于以前的代码
: ...................
--
FROM 211.167.203.8
前面照做了
配置完成,最后在apachectl restart时报错了
[root@root]# apachectl configtest
Syntax error on line 205 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/mod_fastrw.so into server: /usr/lib/apache/mod_fastrw.so: undefined symbol: ap_ctx_get
现在apache 的error log都是exit status 0
【 在 lepton (谁给糊涂一点钱) 的大作中提到: 】
: 以下只适用于现在以后的CVS代码
: 不适用于以前的代码
: 1.确认安装了apache web服务器
: 另外比较重要的是,确认是否安装了apache的开发环境
: redhat 类系统:
: rpm -qa apache-devel 可以查询是否安装了apache-devel包
: 如果没有 请下载相应的rpm自行安装
: debian 系统:
: ...................
--
FROM 162.105.87.2
rpm -q显示的是1.3.27
不过我是后来自己编译的1.3.28
[root@root]# httpd -V
Server version: Apache/1.3.28 (Unix)
Server built: Oct 25 2003 03:14:58
Server's Module Magic Number: 19990320:15
Server compiled with....
-D HAVE_MMAP
-D HAVE_SHMGET
-D USE_SHMGET_SCOREBOARD
-D USE_MMAP_FILES
-D HAVE_FCNTL_SERIALIZED_ACCEPT
-D HAVE_SYSVSEM_SERIALIZED_ACCEPT
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D DYNAMIC_MODULE_LIMIT=64
-D HARD_SERVER_LIMIT=1024
-D HTTPD_ROOT="/usr"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="/var/run/httpd.pid"
-D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard"
-D DEFAULT_LOCKFILE="/var/run/httpd.lock"
-D DEFAULT_ERRORLOG="/var/log/httpd/error_log"
-D TYPES_CONFIG_FILE="/etc/httpd/conf/mime.types"
-D SERVER_CONFIG_FILE="/etc/httpd/conf/httpd.conf"
-D ACCESS_CONFIG_FILE="/etc/httpd/conf/access.conf"
-D RESOURCE_CONFIG_FILE="/etc/httpd/conf/srm.conf"
【 在 lepton (兰德菲欣丝.梦妮) 的大作中提到: 】
: apache版本?
: 奇怪 我没有啊
: 【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: : 前面照做了
: : 配置完成,最后在apachectl restart时报错了
: : [root@root]# apachectl configtest
: : Syntax error on line 205 of /etc/httpd/conf/httpd.conf:
: : Cannot load /usr/lib/apache/mod_fastrw.so into server: /usr/lib/apache/mod_fastrw.so: undefined symbol: ap_ctx_get
: ...................
--
FROM 162.105.87.2
会不会没有用自己编译的apxs
用的系统的 然后有点不一致?
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: rpm -q显示的是1.3.27
: 不过我是后来自己编译的1.3.28
: [root@root]# httpd -V
: Server version: Apache/1.3.28 (Unix)
: Server built: Oct 25 2003 03:14:58
: Server's Module Magic Number: 19990320:15
: Server compiled with....
: -D HAVE_MMAP
: ...................
--
FROM 211.167.203.8
确实apxs的日期是Sep 2
httpd的是Oct 25
不过编译的源文件已经被删掉了
locate apxs的结果只有一个
是否需要重新编译?
【 在 lepton (兰德菲欣丝.梦妮) 的大作中提到: 】
: 会不会没有用自己编译的apxs
: 用的系统的 然后有点不一致?
: 【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: : rpm -q显示的是1.3.27
: : 不过我是后来自己编译的1.3.28
: : [root@root]# httpd -V
: : Server version: Apache/1.3.28 (Unix)
: : Server built: Oct 25 2003 03:14:58
: ...................
--
FROM 162.105.87.2