I need wget for IRIX 6.5, but can't compile it
#4
RE: I need wget for IRIX 6.5, but I don't have a compiler
Get this:
http://techpubs.spinlocksolutions.com/ir...ekodeps.pl

Just copypasta it to vi on your SGI box, the old fashioned way. Save it in /usr/nekoware/.

Run it to generate the configs:
perl nekodeps.pl --config

Since nekochan died, you'll need to use a mirror. Modify the config file at around line 60 to read:
default_mirrors => [
'mirror.larbob.org/nekoware',

Run the script again with the bootstrap options

perl nekodeps.pl --bootstrap --ion

That'll install a new copy of wget.

If you need any other packages (like neko_ssh, which you will), modify the script again at line 60:
default_mirrors => [
'http://mirror.larbob.org/nekoware',

(For some reason the new version of wget doesn't like the old url style.)

Then you can run
perl nekodeps.pl -l
for a full packages list, or
perl nekodeps.pl <pkgname>
to install a package.
Unxmaal
O2

Trade Count: (0)
Posts: 23
Threads: 8
Joined: Aug 2018
Find Reply
11-07-2018, 06:00 PM


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)