From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: Trying to create an User DSN or a System DSN pointing to a MySQL database fails after selecting the MySQL driver, with an error message: "Could not construct a prperty list for (MySQL)" The MySQL server is running (on the same machine), MyODBC is installed and enabled in /etc/odbcinst.ini. Version-Release number of selected component (if applicable): unixODBC-kde-2.2.3-6 How reproducible: Always Steps to Reproduce: 1. Start ODBCConfig 2. Select "User DSN" page 3. Click "Add..." button 4. Select MySQL driver, click "OK" Actual Results: Error message pops up, program returns to main view. Expected Results: A window for specifying the DSN properties pops up. Additional info:
Please add the line: Setup = /usr/lib/libodbcmyS.so.1 to your /etc/odbcinst.ini file. It should now look like: # From the MyODBC package [MySQL] Description = ODBC for MySQL Driver = /usr/lib/libmyodbc.so Setup = /usr/lib/libodbcmyS.so.1 FileUsage = 1 Regards, Fernando