Skip to Content.
Sympa Menu

baslinux - Re: [BL] ftp problem

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: russ loroville <bontemps AT m-net.arbornet.org>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] ftp problem
  • Date: Sun, 25 May 2003 19:39:44 -0400 (EDT)

I reformatted my linux partition, re-installed linux and re-installed ftp
to "/bin"and put "libreadline.so.3.0" in "/usr/lib"(where pkgtool put it)
and ftp works. If you do a "find / -name libreadline.so.3.0"
Linux can't find it but if you type in "find / -name libreadline.so.3 "
it finds it, however the name of the file to extract from "elflibs.tgz"
is "libreadline.so.3.0".


On Mon, 26 May 2003 qwms-avib AT dea.spamcon.org wrote:

> Neo Sze Wee wrote:
> >
> > The actual library will propabaly be libreadline.so.3.some_number,
> > the above is likely a soft link to the library. do this in lib/ or
> > usr/lib/:
> > ln -s libreadline.so.3.some_number libreadline.so.3
>
> It is easier to do: ldconfig
>
> Cheers,
> Steven
>
> _______________________________________________
> BasLinux mailing list
> BasLinux AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/baslinux
>





Archive powered by MHonArc 2.6.24.

Top of Page