Missing libodbc.so symbolic link
Bug #630391 reported by
John Lenz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mono (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: unixodbc
The mono library System.Data.Odbc searches for libodbc.so but the unixodbc package does not create this symbolic link. That means ODBCConnection.
I was able to fix this by running
sudo ln -s /usr/lib/
The unixodbc package should create this link automatically so mono works properly.
To post a comment you must log in.
Thank you for taking the time to report this bug and helping to make Ubuntu better.
/usr/lib/libodbc.so is part of unixodbc-dev as it should be. This is probably a problem with mono then.