Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73348 - missing library for dbdesigner
Summary: missing library for dbdesigner
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Don Seiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-04 08:30 UTC by Przemyslaw Maciag (RETIRED)
Modified: 2006-03-20 01:05 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Przemyslaw Maciag (RETIRED) gentoo-dev 2004-12-04 08:30:47 UTC
Hi!

I just emerged dbdesigner-4.0.5.4 . Unfortunatelly there's some missing library...

After launching startdbd nothing is happening:
troll@troll /opt/DBDesigner4 $ startdbd
Symbolic links exist            
Starting DBDesigner4 ...
troll@troll /opt/DBDesigner4 $

, but after small searching:
troll@troll /opt/DBDesigner4 $ cat ~/.DBDesigner4/DBD4.log
/opt/DBDesigner4/DBDesigner4: error while loading shared libraries: /lib/libNoVersion.so.1: cannot open shared object file: No such file or directory

Ok. Plz - somebody can tell me, what am I missing in my system? And - of course ;-) - plz, correct the ebuild file.

Regards,
Przemek

Reproducible: Always
Steps to Reproduce:
1. emerge dbdesigner
2. execute startdb
3.



Expected Results:  
launch dbdesigner :(
Comment 1 Przemyslaw Maciag (RETIRED) gentoo-dev 2004-12-04 08:39:18 UTC
After looking, I actually have this library in my system:

troll@troll ~ $ ls -al /lib/libNoVersion.so.1 
lrwxrwxrwx  1 root root 21 paź 18 15:55 /lib/libNoVersion.so.1 -> libNoVersion-2.3.4.so

can somebody tell me, what may be wrong? I did ldconfig just to be sure and nothing has changed... I cannot start dbdesigner :(

Regards,
Przemek
Comment 2 Przemyslaw Maciag (RETIRED) gentoo-dev 2004-12-06 17:21:41 UTC
I'm closing this bug as INVALID, because it wasn't a missing library but a glibc problem. To be more specific - it was this problem: http://bugs.gentoo.org/show_bug.cgi?id=73326 .

I can finally work with dbdesigner! :)

Regards,
Przemek