On Fri, Aug 27, 1999 at 12:09:29AM +0200, Michael Irving wrote: > [root@i lib]# rm libftp.so.3 > rm: remove `libftp.so.3'? y > [root@i lib]# rm libftp.so.3.1 > rm: remove `libftp.so.3.1'? y > [root@i lib]# ln -s libftp.so libftp.so.3 > [root@i lib]# ln -s libftp.so.3 libftp.so.3.1 Huh, no. It is the other way: keep libftp.so.3.1, remove libftp.so.3 (it must be a link to libftp.so.3.1 created by ldconfig) and remove libftp.so (it is a link to whatever lib you want to link to when compiling) -- � bient�t, Pablo Saratxaga http://www.ping.be/~pin19314/ PGP Key available, key ID: 0x8F0E4975
