Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103607 - myodbc3 version 3.51.11 runtime error
Summary: myodbc3 version 3.51.11 runtime error
Status: RESOLVED DUPLICATE of bug 102026
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 103606 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-24 11:26 UTC by Axel Reimann
Modified: 2005-08-30 04:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge info (emerge.info,3.36 KB, text/plain)
2005-08-24 11:27 UTC, Axel Reimann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Axel Reimann 2005-08-24 11:26:15 UTC
trying to connect to a data source via named
myodbc library yields the following error message:

[unixODBC][Driver Manager]Can't open lib '/usr/lib/libmyodbc3.so' : 
/usr/lib/libmyodbc3.so: undefined symbol: lt_dlclose

I've just recompiled unixODBC and myodbc, but to no avail.
Comment 1 Axel Reimann 2005-08-24 11:27:52 UTC
Created attachment 66771 [details]
emerge info

emerge info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-24 11:28:44 UTC
*** Bug 103606 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-08-24 11:29:48 UTC

*** This bug has been marked as a duplicate of 102026 ***
Comment 4 Francesco R. (RETIRED) gentoo-dev 2005-08-30 03:29:00 UTC
mmh, what happen if you run:
#emerge -av app-portage/gentoolkit && revdep-rebuild
?

did you run "emerge --sync" after 2005-08-16 (if not do it)?
Comment 5 Axel Reimann 2005-08-30 04:07:03 UTC
I just ran  
> emerge --sync 
followed by a clean revdep-rebuild (that is, I deleted the previously existing /root/.revdep* files) 
> emerge --oneshot --nodeps =app-office/openoffice-bin-1.1.4-r1 =dev-libs/pwlib-1.8.3-r1 
 
The problem, however, persists. The only thing I could find upstream that seems  
at least remotely related is this bugreport: 
http://lists.mysql.com/myodbc/10036 
 
Dunno if that helps, though.