Skip to Content.
Sympa Menu

baslinux - Re: [BL] bl3: ftpd and links

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] bl3: ftpd and links
  • Date: Fri, 28 Mar 2008 14:40:32 GMT

>
> > There is a libc5 links-0.98 binary here:
> > http://links.sourceforge.net/download/binaries/linux-libc5/links-0.98
> >
> I downloaded
>
> > It's not a package, it's just the executable.
>
> Does it mean I simply type links-0.98 to run it?
> When I do that it says "permission denied".
> Any help?
>
> Regards,
> Giuseppe
>

You'll need to make it exectutable first:

chmod +x /path/to/links-0.98

Then you can run

/path/to/links-0.98

or just

links-0.98

if you put it somewhere on your PATH (e.g. /usr/local/bin)

/path/to/links-0.98 is the path to wherever you saved links-0.98

Hope that helps

yane




Archive powered by MHonArc 2.6.24.

Top of Page