Re: Re: Re: libdb.so.3: Potato->Woody

2001-08-21 Thread P Kirk
And it works for me as well. Thanks Johnny!

Re: libdb.so.3: Potato->Woody

2001-08-21 Thread John Galt
get the updated libdb2. apt-get install libdb2. This was supposed to be fixed by now, I guess that the change will take some time to propagate. dpkg/apt misprioritized things such that perl, which needed the new version of libdb2, was getting upgraded before libdb2. On Tue, 21 Aug 2001, P Kirk

Re: Re: Re: libdb.so.3: Potato->Woody

2001-08-21 Thread Johnny Morano
the trick i did was: i check /lib/ for any libdb* and then just symlinked the one with the highest version to /lib/libdb.so.3 (maybe do ln -s /lib/libdb.so.2 /lib/libdb.so.3 ), i ran ldconfig, and it worked... hope this will help... (--[ on Tuesday 21 August 2001 11:40, P Kirk bothered us wit

Re: Re: libdb.so.3: Potato->Woody

2001-08-21 Thread P Kirk
Good call! It is a broken symlink. enterprise:/home/patrick# ls -al /lib/libdb.so.3 lrwxrwxrwx1 root root 14 Aug 21 10:00 /lib/libdb.so.3 -> libdb.so.3.old enterprise:/home/patrick# locate libdb.so.3.old enterprise:/home/patrick# So, what do I need to do to get a libdb.so.3.old

Re: libdb.so.3: Potato->Woody

2001-08-21 Thread P Kirk
Thanks for replying but still struggling. | dont worry, it's not that bad. | i found out when i switched from potato->woody that sometimes you just have | to softlink the "missing" files to existing (possibly with lower | version-numbers) files... or sometimes do a 'dpkg -x /' if it still | woul

Re: libdb.so.3: Potato->Woody

2001-08-21 Thread Johnny Morano
dont worry, it's not that bad. i found out when i switched from potato->woody that sometimes you just have to softlink the "missing" files to existing (possibly with lower version-numbers) files... or sometimes do a 'dpkg -x /' if it still wouldnt want to install. oh yeah, dont forget to run

Re: libdb.so.3 woody upgrade failure-bug; & apt/preferences favoring testing

2001-08-20 Thread Colin Watson
On Mon, Aug 20, 2001 at 12:56:38AM -0700, tluxt wrote: > --- Anthony Towns wrote: > > There are two db2 problems: > > > one is an upgrade ordering problem, > > which is fixed by apt-get install'ing libc6 and db2 before anything > > else (especially perl). > > > The other is a compatibility pro

Re: libdb.so.3 woody upgrade failure-bug; & apt/preferences favoring testing

2001-08-20 Thread tluxt
Thanks Anthony for your prompt & informative reply! --- Anthony Towns wrote: > > 1. Would someone please provide a reply email with a workaround for this > > bug? > > There are two db2 problems: > one is an upgrade ordering problem, > which is fixed by apt-get install'ing libc6 and db2 before

Re: libdb.so.3 woody upgrade failure-bug - Please help.

2001-08-20 Thread Anthony Towns
On Sun, Aug 19, 2001 at 09:49:49PM -0700, tluxt wrote: > I believe a serious problem exists: > My requests are: > Immediately: > 1. Would someone please provide a reply email with a workaround for this bug? > 2. Would someone please get this bug fixed? There are two db2 problems: one is an upgrade

Re: libdb.so.3

2001-08-17 Thread John Galt
Actually the way I got the libdb mess confiused is that you need to upgrade libdb2 as a dependency of libdb3. Shows how much I needed caffeine today...:/ On Fri, 17 Aug 2001, Colin Watson wrote: >On Thu, Aug 16, 2001 at 07:02:32PM -0600, John Galt wrote: >> On Thu, 16 Aug 2001 [EMAIL PROTECTED]

Re: libdb.so.3

2001-08-17 Thread Colin Watson
On Thu, Aug 16, 2001 at 07:02:32PM -0600, John Galt wrote: > On Thu, 16 Aug 2001 [EMAIL PROTECTED] wrote: > >perl: error while loading shared libraries: libdb.so.3: cannot open shared > >object file: No such file or directory [...] > >I looked of libdb.so.3 is in the /lib directory and there it was

Re: libdb.so.3

2001-08-16 Thread John Galt
You need libdb3. the libdb.so.3 is actually a symlink, part of the libdb2 package. When you get libdb3, it'll be replaced with the actual libdb.so.3 On Thu, 16 Aug 2001 [EMAIL PROTECTED] wrote: >First I tried to install nmap_2.54.28.BETA-1_i386.deb > >It said needs >=libc6_2.2.3-1 > >So I got

Re: libdb.so.3

2001-08-16 Thread Leonard Stiles
<[EMAIL PROTECTED]> writes: > First I tried to install nmap_2.54.28.BETA-1_i386.deb > > It said needs >=libc6_2.2.3-1 > > So I got libc6_2.2.3-9_i386.deb and installed it. This was probably a bad idea. I would suggest reinstalling the version of libc6 you were previously using and building you

Re: libdb.so.3

2001-08-14 Thread Tao Liu
On Sunday 12 August 2001 11:43, Michael P. Soulier wrote: > Hey people. > > So, I was told that the solution to upgrading to unstable from stable > and getting the missing libdb.so.3 library was to upgrade to testing first. > That did not work. The same thing happened. > > I'm working a

Re: libdb.so.3

2001-08-12 Thread Michael P. Soulier
On Sun, Aug 12, 2001 at 01:45:59PM +1000, CaT wrote: > > Dunno if this was suggested but have you tried putting in the src lines > for unstable in the apt sources.list file and then doing > > apt-get -b source libdb3 (or whatever the package is called) > > in some work dir? Nope. I worked a

Re: libdb.so.3

2001-08-11 Thread CaT
On Sat, Aug 11, 2001 at 11:43:20PM -0400, Michael P. Soulier wrote: > Hey people. > > So, I was told that the solution to upgrading to unstable from stable and > getting the missing libdb.so.3 library was to upgrade to testing first. That > did not work. The same thing happened. > >

Re: libdb.so.3 missing

2000-10-04 Thread Kevin Krafthefer
Oops, Sorry, I meant: http://lists.debian.org/debian-user-0009/msg04260.html Krafty Michael Smith wrote: > I ftp'ed libdb.so.3 from a working box, stuck it in the right place on the > machine, and > then did an upgrade. It's ugly, but effective, since there's an upgrade that > overwrites the

Re: libdb.so.3 missing

2000-10-04 Thread Kevin Krafthefer
This seems to be happening to a lot of people; play with woody for a while and lose your shared object libraries. But hey, that's the fun with the development version. This gets posted every third day on this list. Anyway, this is the pill that will save you (it worked for me and some "Pascal H

Re: libdb.so.3 missing

2000-10-04 Thread Michael Smith
I ftp'ed libdb.so.3 from a working box, stuck it in the right place on the machine, and then did an upgrade. It's ugly, but effective, since there's an upgrade that overwrites the "borrowed" version completely. Thomas Halahan wrote: > Andrew, > > I have had very similar problems. I upgraded to

Re: libdb.so.3 missing

2000-10-04 Thread Ben Collins
On Wed, Oct 04, 2000 at 09:31:56AM -0400, Ben Collins wrote: > On Wed, Oct 04, 2000 at 02:18:17PM +, Thomas Halahan wrote: > > Andrew, > > > > I have had very similar problems. I upgraded to libc6 > > libc6_2.1.94-1, which caused certain programs (apache, gnome-apt) to > > not locale libdb.so

Re: libdb.so.3 missing

2000-10-04 Thread Ben Collins
On Wed, Oct 04, 2000 at 02:18:17PM +, Thomas Halahan wrote: > Andrew, > > I have had very similar problems. I upgraded to libc6 > libc6_2.1.94-1, which caused certain programs (apache, gnome-apt) to > not locale libdb.so.3. So I upgraded my libdb2 and this didn't help. > As encouraged I upg

RE: libdb.so.3 missing

2000-10-04 Thread Thomas Halahan
Andrew, I have had very similar problems. I upgraded to libc6 libc6_2.1.94-1, which caused certain programs (apache, gnome-apt) to not locale libdb.so.3. So I upgraded my libdb2 and this didn't help. As encouraged I upgraded to libc6_2.1.94-3 but I could not becuase it required libdb.so.3 which

Re: libdb.so.3 missing

2000-09-30 Thread Pollywog
On Sat, 30 Sep 2000 19:23:36 -0700 Michael Smith <[EMAIL PROTECTED]> wrote: > Ihad the same problem a couple of days ago--the hard party was that the > library was > missing, so I couldn't upgrade to a working version. It tried to > preconfigure, and > then perl tanked with the same error messa

Re: libdb.so.3 missing

2000-09-30 Thread Michael Smith
Ihad the same problem a couple of days ago--the hard party was that the library was missing, so I couldn't upgrade to a working version. It tried to preconfigure, and then perl tanked with the same error message that you got. What I did was ftp to another machine, grab /usr/lib/libdb.so.3, and

Re: libdb.so.3 missing

2000-09-30 Thread Jesse Goerz
On Sat, 30 Sep 2000, P.J.Walsh wrote: > dpkg is choking on some upgrades, showing libdb.so.3 missing... dpkg > -S doesn't help. To what does it belong? To find out which package it belongs to go to www.debian.org and go to the packages page. You can look up which package it belongs to.

Re: libdb.so.3 missing

2000-09-30 Thread Pollywog
On 30-Sep-2000 Ben Collins wrote: > > This is no longer true. Follow the threads. libc6 2.1.94-3 has zero > issues. Thanks, I will upgrade now. -- Andrew

Re: libdb.so.3 missing

2000-09-30 Thread Ben Collins
On Sat, Sep 30, 2000 at 09:54:56PM +, Pollywog wrote: > > On 30-Sep-2000 P.J.Walsh wrote: > > dpkg is choking on some upgrades, showing libdb.so.3 missing... dpkg > > -S doesn't help. To what does it belong? > > It belongs to the libdb package but the problem is with libc6. > I had to revert

RE: libdb.so.3 missing

2000-09-30 Thread Pollywog
On 30-Sep-2000 P.J.Walsh wrote: > dpkg is choking on some upgrades, showing libdb.so.3 missing... dpkg > -S doesn't help. To what does it belong? It belongs to the libdb package but the problem is with libc6. I had to revert to the previous versions of libc6, libc6-dev, and locales. The new lib