Re: Debian 3.0 Updated R1 Problem!

2002-12-19 Thread Rob Weir
On Tue, Dec 17, 2002 at 04:04:26PM -0500, David H. Clymer wrote: > a simple way to solve this would be to create a symlink to the new lib > with the same name as the old library. like so: > > ln -s /lib/libproc.so.2.0.7 /lib/libproc.so.2.0.6 I'm fairly sure this is completely wrong. The reason t

Re: Debian 3.0 Updated R1 Problem!

2002-12-17 Thread Colin Watson
On Tue, Dec 17, 2002 at 10:36:39PM +, Colin Watson wrote: > On Tue, Dec 17, 2002 at 11:46:53AM -0800, Account for Debian group mail wrote: > > We just installed the new R1 Update programs in our new mail server. We > > are getting the following error when running "ps ax |less": > > > > "ps: er

Re: Debian 3.0 Updated R1 Problem!

2002-12-17 Thread Colin Watson
On Tue, Dec 17, 2002 at 11:46:53AM -0800, Account for Debian group mail wrote: > We just installed the new R1 Update programs in our new mail server. We > are getting the following error when running "ps ax |less": > > "ps: error while loading shared libraries: libproc.so.2.0.6: cannot open > shar

Re: Debian 3.0 Updated R1 Problem!

2002-12-17 Thread David H. Clymer
a simple way to solve this would be to create a symlink to the new lib with the same name as the old library. like so: ln -s /lib/libproc.so.2.0.7 /lib/libproc.so.2.0.6 voila! its fixed! ;o) davidc On Tue, 2002-12-17 at 14:46, Account for Debian group mail wrote: > > We just installed the new

Re: Debian 3.0 Updated R1 Problem!

2002-12-17 Thread Noah L. Meyerhans
On Tue, Dec 17, 2002 at 11:46:53AM -0800, Account for Debian group mail wrote: > "ps: error while loading shared libraries: libproc.so.2.0.6: cannot open > shared object file: No such file or directory" > > There is a "libproc.so.2.0.7" in the lib directory. This is an important > library - could

Debian 3.0 Updated R1 Problem!

2002-12-17 Thread Account for Debian group mail
We just installed the new R1 Update programs in our new mail server. We are getting the following error when running "ps ax |less": "ps: error while loading shared libraries: libproc.so.2.0.6: cannot open shared object file: No such file or directory" There is a "libproc.so.2.0.7" in the lib dir