User Tools

Site Tools


hints:rpki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hints:rpki [2026/09/13 03:02] – [FORT] philiphints:rpki [2026/09/13 03:17] (current) – [Building StayRTR] philip
Line 250: Line 250:
 First you will need a working Go environment. Full instructions are at [[https://go.dev/doc/install|https://go.dev/doc/install]], and I've reproduced the key pieces here to make it easy for installers. First you will need a working Go environment. Full instructions are at [[https://go.dev/doc/install|https://go.dev/doc/install]], and I've reproduced the key pieces here to make it easy for installers.
  
-First off, download the latest Go package (1.24.at time of writing):+First off, download the latest Go package (1.27.at time of writing):
 <code> <code>
-wget https://go.dev/dl/go1.24.4.linux-amd64.tar.gz+wget https://go.dev/dl/go1.27.1.linux-amd64.tar.gz
 </code> </code>
 If you have an existing Go environment, perhaps save it in case something goes wrong with the new version: If you have an existing Go environment, perhaps save it in case something goes wrong with the new version:
Line 262: Line 262:
 cd /usr/local cd /usr/local
 sudo chmod 777 . sudo chmod 777 .
-tar xzf ~/go1.24.4.linux-amd64.tar.gz+tar xzf ~/go1.27.1.linux-amd64.tar.gz
 sudo chmod 755 . sudo chmod 755 .
 </code> </code>
Line 292: Line 292:
 <code> <code>
 cd dist cd dist
-sudo cp -p stayrtr-v0.6.4-1-g4bad963-linux-x86_64 /usr/local/bin/stayrtr +sudo cp -p stayrtr-v0.6.4-6-gf833a75-linux-x86_64 /usr/local/bin/stayrtr 
-sudo cp -p rtrdump-v0.6.4-1-g4bad963-linux-x86_64 /usr/local/bin/rtrdump +sudo cp -p rtrdump-v0.6.4-6-gf833a75-linux-x86_64 /usr/local/bin/rtrdump 
-sudo cp -p rtrmon-v0.6.4-1-g4bad963-linux-x86_64 /usr/local/bin/rtrmon+sudo cp -p rtrmon-v0.6.4-6-gf833a75-linux-x86_64 /usr/local/bin/rtrmon
 </code> </code>
  
hints/rpki.1789268555.txt.gz · Last modified: by philip