Coda File System

Re: Coda 5.3.19 and Red Hat 8.0?

From: Gary Thomas <gary_at_chez-thomas.org>
Date: 06 Dec 2002 18:14:08 -0700
On Fri, 2002-12-06 at 16:09, Rod Van Meter wrote:
> Is this known to work?
> 
> Red Hat ships the kernel code compiled as a module, but apparently not
> the user space tools.  So, I downloaded the RPMs from CMU, but get this:
> 
> rpm -U rpc2-1.13-1.i386.rpm
> error: Failed dependencies:
> 	libncurses.so.4 is needed by rpc2-1.13-1
> 	libreadline.so.3 is needed by rpc2-1.13-1
> 
> A quick check of /usr/lib turns up libreadline.so.4.3 and
> libncurses.so.5.2.
> 
> Thoughts?

Most likely you can get by with something like this:
  # ln -s /usr/lib/libncurses.so.? /usr/lib/libncurses.so.4
  # ln -s /usr/lib/libreadline.so.? /usr/lib/libreadline.so.3
Received on 2002-12-06 20:16:33