(Illustration by Gaich Muramatsu)
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.3Received on 2002-12-06 20:16:33