Mailinglist Archive: opensuse-bugs (10057 mails)

< Previous Next >
[Bug 552330] Adding a MySQL DSN using ODBCConfig results in "Could not construct a property list for (MySQL ODBC 3.51.27r695 Driver)"
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 18 Nov 2009 14:03:08 +0000
  • Message-id: <20091118140308.8E01B245517@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=552330#c1

Michal Hrusecky <mhrusecky@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Priority|P5 - None |P4 - Low
Status|NEW |ASSIGNED
--- Comment #1 from Michal Hrusecky <mhrusecky@xxxxxxxxxx> 2009-11-18 14:03:06
UTC ---
Thanks for your bugreport. Driver is indeed improperly registered. Fix commited
to the server:database repository (devel project). Temporal workaround is to
reregister driver using following commands as a root:

on i586:
myodbc3i -r -d -n"MySQL ODBC 3.51.27r695 Driver"
myodbc3i -a -d -t"MySQL ODBC 3.51.27r695
Driver;Driver=/usr/lib/unixODBC/libmyodbc3.so;Setup=/usr/lib/unixODBC/libmyodbc3S.so"

on x86_64:
myodbc3i -r -d -n"MySQL ODBC 3.51.27r695 Driver"
myodbc3i -a -d -t"MySQL ODBC 3.51.27r695
Driver;Driver64=/usr/lib64/unixODBC/libmyodbc3.so;Setup64=/usr/lib64/unixODBC/libmyodbc3S.so"


--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References