I didn't compile APR or do anything special to my Apache installation. It was
my understanding, maybe incorrectly, that Apache 2.2.9 and later came with
the right version of APR so that if using odbc, oracle, postgress, or sqlite
you didn't need to do anything special. That being said the
apr_dbd_oracle-1.dll is in my Apache bin folder. When I open a command
prompt I cannot access that dll (it is not on the system path). Adding the
bin directory to the path has no effect.

Is there more debugging that can be turned on to determine what module can't
be found? I don't need to register any of the dlls do I? Has there been more
success with the odbc connection?

Thanks,

Randy


Nick Kew wrote:
> 
> On Mon, 12 Jan 2009 10:02:46 -0800 (PST)
> RJones1 <randy_jo...@...> wrote:
> 
>> 
>> I'm running Apache 2.2.11 with ssl on windows and can't seem to get
>> the configuration right to use oracle for authentication. I've been
>> searching for a day now and can't find anything to help me make real
>> progress.
> 
> Thanks for the report.  This looks challenging.
> 
>> When I start I get the following errors:
>> [error] (OS 126)The specified module could not be found.  : DBD:
>> mod_dbd not compatible with APR in get_driver
>> [error] (OS 126)The specified module could not be found.  : DBD:
>> failed to initialise
> 
> OS 126 is an error from an operating system call.  The text
> "The specified module could not be found." comes from the OS,
> not from Apache or APR.  So that looks like your best clue:
> where is your apr_dbd_oracle.so (or .dll)?, and do you need
> to modify some system path to help find it?  Google finds
> lots of reports of that error in other apps.
> 
> The "not compatible with APR" is a check I put in there, and it
> means apr_dbd or the driver is returning an error that's not
> handled by mod_dbd: when I originally wrote that code, every
> error that apr_dbd could return there was handled.
> Unfortunately that doesn't help with diagnosing it.
> 
> -- 
> Nick Kew
> 
> Application Development with Apache - the Apache Modules Book
> http://www.apachetutor.org/
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>    "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/mod_authn_dbd-mod_dbd-problem-with-oracle-tp21419910p21426482.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to