Apache httpd加载驱动程序oracle

时间:2015-12-04 16:45:02

标签: oracle apache

我正在尝试配置apache httpd以连接到oracle数据库。

但每当我启动httpd时,都会出现以下错误消息:

  

[root @ oracle1~] #service httpd start

     

在/etc/httpd/conf.d/apache->logging.conf的第2行启动httpd:语法错误:   DBD:无法加载驱动程序文件apr_dbd_oracle.so                                                              [FAILED]

这是我的mod_dbd配置:

`DBDriver oracle` 
`DBDParams "server=172.17.1.188:1521 dbname=DB11G user=oracle1 >pass=123456a"`
`DBDMin  4`
`DBDKeep 8`
` DBDMax  20`
` DBDExptime 300`
` Listen 9001 `

我发现一篇文章介绍了通过构建aprapr-utilhere来解决此问题的方法。

但是,我不能像文章中那样制作apr_dbd_oracle.so文件。

那么,我需要做些什么来解决这个问题?

0 个答案:

没有答案