Getting the following error compiling on Ubuntu :
/usr/bin/ld: cannot open output file greenbacks: Is a directory
collect2: error: ld returned 1 exit status
Any idea ?
Hi vanduric,
It looks like a permissions issue. try this command:
sudo chown yourusername:yourusername * -R
Also apply this command to check that you have the following library:
sudo apt-get install libssl-dev
Thanks for asking