[Mono-bugs] [Bug 59939][Nor] Changed - [PATCH] Fix dllmap for Oracle
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat May 21 15:59:50 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=59939
--- shadow/59939 2004-07-01 01:04:19.000000000 -0400
+++ shadow/59939.tmp.30149 2005-05-21 15:59:50.000000000 -0400
@@ -4,20 +4,20 @@
OS: Mac OS X 10.3
OS Details: MacOS X 10.3.4
Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
-Component: misc
+Component: packaging
AssignedTo: mono-bugs at ximian.com
ReportedBy: dieter at fiebelkorn.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: OracleConnection:Open throth unhandled exection on Mac OS X 10.3.4
+Summary: [PATCH] Fix dllmap for Oracle
Unhandled execption using "System.Data.OracleClient.OracleConnection:Open()" on Mac OS X
10.3.4 on Oracle 9.2.0.1.0.
Steps to reproduce the problem:
1. Download example form "http://www.go-mono.com/oracle.html" (TestExamples.cs)
@@ -6048,6 +6048,17 @@
"libclntsh.dylib" on "/opt/local/etc/mono/config", again.
------- Additional Comments From dieter at fiebelkorn.net 2004-07-01 01:04 -------
I donwloaded "mono 1.0" DMG for Mac OS X and have to change "clntsh" to
"libclntsh.dylib" on ".../etc/mono/config", again.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-05-21 15:59 -------
+So it sounds like we need to change
+
+<dllmap dll="oci" target="clntsh" />
+
+to
+
+<dllmap dll="oci" target="libclntsh at libsuffix@" />
+
+Can somebody confirm that this is correct, and I'll check it in.
More information about the mono-bugs
mailing list