[Mono-list] Problems with System.Data.OracleClient under mod_mono

Trygve Falch trygu@synth.no
Fri, 17 Dec 2004 20:30:40 +0100


On Fri, 2004-12-17 at 19:26 +0100, Trygve Falch wrote:

> I have checked the environment variables for mod_mono, I have checked
> that the dll-map in /etc/mono/config is correct without any success.

Ok, I'm replying to my self now. I'm sorry, but after some 'try' and
'catch'-magic around the dbcon.Open() it is indeed reporting that I'm
getting a System.DllNotFoundException: oci. 

I'm very confused now, because this works perfectly from the commandline
(with the same environment variables as I have for the apache instance).

Are there any OTHER places that mono looks for the dllmap-information
except from /etc/mono/config? I mean, mod-mono-server is executed by
mono so it should read it. 

I'm running 1.0.5 of mono downloaded from go-mono.org.

My brain hurts.