Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-12-03 Thread Paul Simon
Just for the record... With guidance from the list, I got mod_dbd and mod_authn_dbd working. I installed Oracle Client 11g (win32_11gR1_client.zip) and Apache 2.2.10. I had to take a few guesses at what DBDParams was supposed to be. I ended up with user=test pass=test server=db9i. I then

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-19 Thread Paul Simon
Possibly foolish question, but did you read the README? There are additional steps to obtain/install the actual InstantClient 11.1 drivers and ensure that driver DLL can be found in the PATH. Bill I have a possibly more foolish question - what README are you refering to? There is a

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-19 Thread William A. Rowe, Jr.
Paul Simon wrote: Possibly foolish question, but did you read the README? There are additional steps to obtain/install the actual InstantClient 11.1 drivers and ensure that driver DLL can be found in the PATH. Bill I have a possibly more foolish question - what README are you refering

[EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd working with oracle right out of the box? I've added the following configuration (along with the appropriate auth modules): LoadModule authn_dbd_module modules/mod_authn_dbd.so LoadModule dbd_module

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Nick Kew
Paul Simon wrote: Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd working with oracle right out of the box? I've added the following configuration (along with the appropriate auth modules): LoadModule authn_dbd_module modules/mod_authn_dbd.so LoadModule

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread William A. Rowe, Jr.
Paul Simon wrote: Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd working with oracle right out of the box? I've added the following configuration (along with the appropriate auth modules): I'm suspecting that I need the oracle driver. Is it something like

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
Paul Simon wrote: Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd working with oracle right out of the box? I've added the following configuration (along with the appropriate auth modules): LoadModule authn_dbd_module modules/mod_authn_dbd.so

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
To answer your question directly, if your apr-util is built to load drivers dynamically, then yes, it should be apr_dbd_oracle.so (or .dll). But I don't know what the situation is on windows. Have you tried building it yourself (either the driver, or the whole of apr-util)?