Kernel: 'Cant load libgdbm.so.2'

Kernel: 'Cant load libgdbm.so.2'

Post by Just some Gro » Sun, 22 Oct 1995 04:00:00



I get this message when I boot the system in the morning, and also if
I try to do anything with sendmail.

Of course it can't load libgdbm.so.2...I dont have it...
What the [blank] *IS* libgdbm.so.2 anyways, and why is the kernel
even *TRYING* to load it.  Older linux 1.0.X never wanted this library.
I am using kernel 1.2.13 currently.

And thoughts on this matter anyone?

 
 
 

Kernel: 'Cant load libgdbm.so.2'

Post by J.H.M.Dass » Tue, 24 Oct 1995 04:00:00



Quote:>I get this message when I boot the system in the morning, and also if
>I try to do anything with sendmail.

>Of course it can't load libgdbm.so.2...I dont have it...
>What the [blank] *IS* libgdbm.so.2 anyways,

libgdbm is the GNU database routines library.

Quote:> and why is the kernel
>even *TRYING* to load it.

The kernel isn't. One of your binaries uses it. Try 'ldd' on each of
your binaries to find out which.

Hope this helps,
Ray
--
POPULATION EXPLOSION  Unique in human experience, an event which happened
yesterday but which everyone swears won't happen until tomorrow.  
- The Hipcrime Vocab by Chad C. Mulligan

 
 
 

Kernel: 'Cant load libgdbm.so.2'

Post by Boudewijn van Ing » Fri, 27 Oct 1995 04:00:00





>>I get this message when I boot the system in the morning, and also if
>>I try to do anything with sendmail.

>>Of course it can't load libgdbm.so.2...I dont have it...
>>What the [blank] *IS* libgdbm.so.2 anyways,
>libgdbm is the GNU database routines library.
>> and why is the kernel
>>even *TRYING* to load it.
>The kernel isn't. One of your binaries uses it. Try 'ldd' on each of
>your binaries to find out which.

/usr/bin/sendmail is the culprit.

Quote:>Hope this helps,

It doesn't help me much. 8o)
Am I supposed to have it? ( I can't find it anywhere...)
Where can I get it? (Let me guess: ftp.cdrom.com /pub/linux/slackware)
Why isn't it included with the distribution N* set? (Suggestion?)
Do I really have to get the whole D* set?
Even for my -very simple- setup?
Everything else seems to work just fine, I don't need (and don't want)
to recompile anything (yet), so I don't want to have all those
compilers and sources on my system.

Quote:>Ray
>--
>POPULATION EXPLOSION  Unique in human experience, an event which happened
>yesterday but which everyone swears won't happen until tomorrow.  
>- The Hipcrime Vocab by Chad C. Mulligan

10x,
        Boudewijn.
 
 
 

Kernel: 'Cant load libgdbm.so.2'

Post by medul » Fri, 27 Oct 1995 04:00:00



: I get this message when I boot the system in the morning, and also if
: I try to do anything with sendmail.

: Of course it can't load libgdbm.so.2...I dont have it...
: What the [blank] *IS* libgdbm.so.2 anyways, and why is the kernel
: even *TRYING* to load it.  Older linux 1.0.X never wanted this library.
: I am using kernel 1.2.13 currently.

: And thoughts on this matter anyone?

slackware 3.0, eh? Try installing the libs from the D series of disks...

I was a little irked when i installed a, ap, and n and noticed that dip was
a.out, and there were no a.out libs on any of those disks (they are on D)...

 
 
 

Kernel: 'Cant load libgdbm.so.2'

Post by Dean Domikulic - P » Thu, 09 Nov 1995 04:00:00



: : I get this message when I boot the system in the morning, and also if
: : I try to do anything with sendmail.
: : Of course it can't load libgdbm.so.2...I dont have it...
: : What the [blank] *IS* libgdbm.so.2 anyways, and why is the kernel
: : even *TRYING* to load it.  Older linux 1.0.X never wanted this library.
: : I am using kernel 1.2.13 currently.
: slackware 3.0, eh? Try installing the libs from the D series of disks...
: I was a little irked when i installed a, ap, and n and noticed that dip was
: a.out, and there were no a.out libs on any of those disks (they are on D)...
I got the same problem. So I downloaded d5/libaout.tgz.
But libgdbm.so.2 is not there. There is a libgdbm.a and libgdbm.sa.

In what lib package from d series is libgdbm.so.2,please?????
--

LUG Croatia                        http://bagan.srce.hr/linux

 
 
 

Kernel: 'Cant load libgdbm.so.2'

Post by Mark T. Gr » Fri, 10 Nov 1995 04:00:00






>: : I get this message when I boot the system in the morning, and also if
>: : I try to do anything with sendmail.
>: : Of course it can't load libgdbm.so.2...I dont have it...
>: : What the [blank] *IS* libgdbm.so.2 anyways, and why is the kernel
>: : even *TRYING* to load it.  Older linux 1.0.X never wanted this library.
>: : I am using kernel 1.2.13 currently.
>: slackware 3.0, eh? Try installing the libs from the D series of disks...
>: I was a little irked when i installed a, ap, and n and noticed that dip was
>: a.out, and there were no a.out libs on any of those disks (they are on D)...
>I got the same problem. So I downloaded d5/libaout.tgz.
>But libgdbm.so.2 is not there. There is a libgdbm.a and libgdbm.sa.

>In what lib package from d series is libgdbm.so.2,please?????
>--

libc.tgz on disk d6
 
 
 

1. perl: can't load library 'libgdbm.so.1'

I get subject message when I execute

perl -e 'require DB_File and print "I have Berkeley DB.\n"'

I have the following in /usr/lib:

-rw-r--r--   1 root     root      3633130 Apr 16  1999 /usr/lib/libdb.a
lrwxrwxrwx   1 root     root           20 Nov 26 10:16 /usr/lib/libdb.so -> ../../lib/libdb.so.3
-rw-r--r--   1 root     root       950710 Apr 16  1999 /usr/lib/libdb1.a
lrwxrwxrwx   1 root     root           21 Nov 26 10:16 /usr/lib/libdb1.so -> ../../lib/libdb1.so.2
-rw-r--r--   1 root     root        48516 Mar 21  1999 /usr/lib/libgdbm.a
lrwxrwxrwx   1 root     root           16 Nov 26 10:16 /usr/lib/libgdbm.so -> libgdbm.so.2.0.0
lrwxrwxrwx   1 root     root           16 Nov 26 10:16 /usr/lib/libgdbm.so.2 -> libgdbm.so.2.0.0
-rw-r--r--   1 root     root        29117 Mar 21  1999 /usr/lib/libgdbm.so.2.0.0
lrwxrwxrwx   1 root     root            7 Nov 26 10:16 /usr/lib/libndbm.a -> libdb.a
lrwxrwxrwx   1 root     root            8 Nov 26 10:16 /usr/lib/libndbm.so -> libdb.so
lrwxrwxrwx   1 root     root           25 Nov 26 10:16 /usr/lib/libnss1_db.so -> ../../lib/libnss1_db.so.1
lrwxrwxrwx   1 root     root           24 Nov 26 10:16 /usr/lib/libnss_db.so -> ../../lib/libnss_db.so.2

Do I need to find libgdb.so.1 to make perl happy?

Thanks.
--
Pete Holsberg
MCCC
Trenton, NJ

2. FTP is TOO impatient!

3. send-mail: can't load library 'libgdbm.so.2'

4. Mouse problem

5. can't load library 'libgdbm.so.2' with Slackware 3.0 installation

6. Q:Kernel compiled with no -fno-strength-reduce??

7. can't load library 'libgdbm.so.2'

8. nscape & sound

9. can't load library 'libgdbm.so.2' with Slackware 3.0 installation

10. send-mail: can't load library 'libgdbm.so.2

11. Sendmail error (sendmail: can't load library 'libgdbm.so.2)

12. Apache can't load libgdbm.so.1

13. can't load library libgdbm.so.1 :apache 1.3.9