自编译安装的apache2不能执行CGI程序,帮我看看

自编译安装的apache2不能执行CGI程序,帮我看看

这是配置apahce2参数
CHOST="i686-pc-linux-gnu" CFLAGS="-O3 -msse2 -mmmx -mfpmath=sse -funroll-loops -mcpu=pentium4 -march=pentium4 -pipe -fomit-frame-pointer" ./configure --prefix=/usr/local/apache2 --enable-module=so --enable-mods-shared=all

--- 以下是apache2.2.3的错误日志

[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Thu Jun 07 10:11:50 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
访问CGI程序时候出现

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, 123@asscn.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



再刷新一下网页就变空白了,什么都没有,然后看到以上错误日志

CGI文件权限这些都是有的755
日志中说你的db数据库没有安装或者无法加载,而无法实现初始化,你可以偿试先解决此问题后看一看运行结果!
非常感谢帮我回答,
老大能帮我哩个头绪吗,具体我不知道该怎么下手,我是个新手,对这些不怎么了解
问题找到,DBD模块是支持SQL数据库所用, ./configure --prefix=/usr/local/apache2 --enable-module=so --enable-mods-shared=all
这里忘记了--enable-cgi指令