[Mono-bugs] [Bug 75490][Nor] Changed - Wrong libname in
DB2CLIWrapper.cs at IBM.Data.DB2 namespace.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 6 07:39:20 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 pcardona37 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75490
--- shadow/75490 2005-07-06 07:34:30.000000000 -0400
+++ shadow/75490.tmp.19648 2005-07-06 07:39:20.000000000 -0400
@@ -69,6 +69,11 @@
When using a Unix OS, the variable libname is setted to "db2_36", so the
name of the library it uses is libdb2_36.so. When installing db2 the real
name of the library is libdb2.so, so the variable libname should be "db2".
This variable is declared at line 446 in the file DB2CLIWrapper in the
namespace IBM.Data.DB2.
+
+------- Additional Comments From pcardona37 at gmail.com 2005-07-06 07:39 -------
+Created an attachment (id=15439)
+Patch for bug 75490. Change libname from "db2_36" to "db2"
+
More information about the mono-bugs
mailing list