[Mono-dev] [Mono-bugs] [Bug 76408][Min] Changed - new OracleConnection("...") fails with DllNotFoundException: libclntsh.so.10.1

Leszek Ciesielski skolima at gmail.com
Tue Oct 17 17:03:18 EDT 2006


On 10/17/06, Miguel de Icaza <miguel at ximian.com> wrote:
> Hello,
>
> > can someone please explain to me why this has been marked as WONTFIX?
> > Is it not possible to package a config without the oci related line
> > when creating a package for windows?
> >
> > bugzilla: http://bugzilla.ximian.com/show_bug.cgi?id=76408
>
> I do not know why that is closed in that way.
>
> But I know that Mono now has a feature that allows config lines to be
> applied in a per-OS basis, see the man page for details.
>
So in config.in, line

<dllmap dll="oci" target="libclntsh at libsuffix@" />

should be changed to

<dllmap dll="oci" target="libclntsh at libsuffix@"  os="!windows"/>

?



More information about the Mono-devel-list mailing list