[Mono-bugs] [Bug 76408][Min] Changed - new OracleConnection("...")
fails with DllNotFoundException: clntsh [incl. WORKAROUND]
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 18 04:47:05 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jan.reitz at lanxess.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76408
--- shadow/76408 2005-10-14 05:05:14.000000000 -0400
+++ shadow/76408.tmp.29032 2005-10-18 04:47:05.000000000 -0400
@@ -83,6 +83,15 @@
<dllmap dll="oci.dll" target="clntsh" />
and make sure the library is PATH or put the complete path.
+
+------- Additional Comments From jan.reitz at lanxess.com 2005-10-18 04:47 -------
+this was already in my C:\Programme\Mono-1.1.9.1\etc\mono\config
+<dllmap dll="oci" target="clntsh" />
+changed it to
+<dllmap dll="oci.dll" target="clntsh" />
+solved it, but why?
+shouldnt mono try to append the systems default shared library extension?
+
More information about the mono-bugs
mailing list