[Mono-bugs] [Bug 64328][Cri] Changed - System.Data.Odbc doesn't works on Linux

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 10:11:57 -0400 (EDT)


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 tsureshkumar@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=64328

--- shadow/64328	2004-08-27 10:11:25.000000000 -0400
+++ shadow/64328.tmp.10076	2004-08-27 10:11:57.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 64328
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Critical
 Component: Sys.Data
 AssignedTo: tsureshkumar@novell.com                            
 ReportedBy: rogerio.araujo@gmail.com               
 QAContact: mono-bugs@ximian.com
@@ -55,6 +55,17 @@
 /cvs/1-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:708)
 StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)
 
 I have all requeriments installed (unixODBC and mdbtools) in /usr/lib
 directory and my config file has the proper dll mapping to libodbc.so but
 System.Data.Odbc still doesn't works, what i need to do?
+
+------- Additional Comments From tsureshkumar@novell.com  2004-08-27 10:11 -------
+this is not a bug.
+
+as root, in directory /usr/lib (where exactly you have installed your
+odbc libraries), issule following command.
+
+ln -s /usr/lib/libodbc.so /usr/lib/libodbc32.so
+
+refer mailing lists. 
+