Re: libgdbm.so.3

2008-10-01 Thread Lennart Sorensen
On Sun, Sep 28, 2008 at 05:32:01PM +0200, Francesco Pietra wrote:
 The executable for program MCCE-2 for protein analysis, installed as a
 binary for Linux on my Deabian amd64 lenny, complains that
 
 libgdbm.so.2
 
 is not present
 
 I made a symlink in /usr/lib
 
 # libgdbm.so.3 libgdbm.so.2

They .2 and .3 are indications that they are NOT compatible.  The number
changed because the library interface changed.

 but mcce raised the same complain above. Thus, contrary all my
 previous experience with other programs requesting older libraries,
 the symlink does not solve present problem. Although this program is
 free for academic non commercial use, the source is not present for
 download.
 
 Therefore, my question: is any procedure to install the requested so.2
 version of library from etch safe?

THat should be fine.  I think that comes from libgdbmg1.  The 3 comes
from libgdbm3.

If nothing else getting the source package for gdbmg1 from etch and
building it on your system should work.

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libgdbm.so.3

2008-09-29 Thread Eduardo M KALINOWSKI
(Please keep the discussion on the list, and please do not top post.)

Francesco Pietra wrote:
 ldconfig does not take care of symlinks. I don't understand what you
 suggest. For me, the issue is that version 3 is so different from
 version 2 that symlinks of the type I did may work or not, probably
 mostly not.
 francesco
   

You have to run ldconfig so that it can find libgdbm.so.2 when the
program tries to open it. However, as you pointed out, it might not work
because of incompatibilities in the libraries. But you can try.

-- 
It's a summons.
What's a summons?
It means summon's in trouble.
-- Rocky and Bullwinkle

Eduardo M KALINOWSKI
[EMAIL PROTECTED]
http://move.to/hpkb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



libgdbm.so.3

2008-09-28 Thread Francesco Pietra
Hi:

The executable for program MCCE-2 for protein analysis, installed as a
binary for Linux on my Deabian amd64 lenny, complains that

libgdbm.so.2

is not present

I made a symlink in /usr/lib

# libgdbm.so.3 libgdbm.so.2

but mcce raised the same complain above. Thus, contrary all my
previous experience with other programs requesting older libraries,
the symlink does not solve present problem. Although this program is
free for academic non commercial use, the source is not present for
download.

Therefore, my question: is any procedure to install the requested so.2
version of library from etch safe?

Thanks
francesco pietra


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: libgdbm.so.3

2008-09-28 Thread Eduardo M KALINOWSKI
Francesco Pietra wrote:
 Hi:

 The executable for program MCCE-2 for protein analysis, installed as a
 binary for Linux on my Deabian amd64 lenny, complains that

 libgdbm.so.2

 is not present

 I made a symlink in /usr/lib

 # libgdbm.so.3 libgdbm.so.2

 but mcce raised the same complain above. 
   


Did you run ldconfig afterwards to update the cache?


-- 
There's such a thing as too much point on a pencil.
-- H. Allen Smith, Let the Crabgrass Grow

Eduardo M KALINOWSKI
[EMAIL PROTECTED]
http://move.to/hpkb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]