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

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

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