Installing Cardano Node - GHC script issues from course material

Hi Team,
I’m working through the course material - using AWS. When I get to the GHC script install the ‘./configure’ does not work and does not know the directory or file.

Is there an updated script (below)? Thanks, Richard

wget https://downloads.haskell.org/~ghc/8.6.5/ghc-8.6.5-x86_64-deb9-linux.tar.xz
tar -xf ghc-8.6.5-x86_64-deb9-linux.tar.xz
rm ghc-8.6.5-x86_64-deb9-linux.tar.xz
cd ghc-8.6.5
./configure
sudo make install
cd …

Paste the outputs here…

Alexd1985 you obviously scared it, as this time it worked.

I created another instance and just cut-n-paste the script from the course. Not sure what i did before (3 times) put this down to human error.

The script works.

Thanks.
Richard.

1 Like