Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Missing libraries

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
finger
Posts: 1
Joined: 2006-03-13 16:53
Location: Frankfurt/Germany

Missing libraries

#1 Post by finger »

Hello,
Starting a third party programme, that requires Postgresql, I get an error-message that 2 libraries are missing:

Libgdk-1.2.so.0
libpq.so.4

Where do I find these libraries?

System is Debian 3.1.
Postgresql was installed from a packet and is running ok.
The third party programme is a medical treatment software, called "Sonogui", that needs Postgresql to store patient's data in a database.
When I start the treatment software I get the mentioned error-message.

When I run "ldd sonogui" in /usr/bin I get a list of libraries displayed and the two marked as missing.


Any idea where I find those libraries?
Thanks
kf

anon

#2 Post by anon »

It's more than a bit slow atm so I'm unsure if it's currently working at all but http://www.us.debian.org/distrib/packages at the bottom of the page has the search funktion you need (you could try another mirror selectable at the to an see if that helps).

User avatar
simen
Posts: 203
Joined: 2005-07-02 15:00
Location: Norway

#3 Post by simen »

apt-file is also nice:

Code: Select all

simen@medusa:~$ apt-file search libgdk-1.2
libgtk1.2: usr/lib/libgdk-1.2.so.0
libgtk1.2: usr/lib/libgdk-1.2.so.0
libgtk1.2: usr/lib/libgdk-1.2.so.0.9.1
libgtk1.2: usr/lib/libgdk-1.2.so.0.9.1
libgtk1.2-dbg: usr/lib/debug/libgdk-1.2.so.0
libgtk1.2-dbg: usr/lib/debug/libgdk-1.2.so.0
libgtk1.2-dbg: usr/lib/debug/libgdk-1.2.so.0.9.1
libgtk1.2-dbg: usr/lib/debug/libgdk-1.2.so.0.9.1
Regards,
--Simen

Post Reply