You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Role is failing at the install rust dependencies task. This was the log:
TASK [solana-rpc-ansible : install rust dependencies] ********************************************************
fatal: [51.81.67.16]: FAILED! => {"changed": false, "msg": "No package matching 'libssl-dev' is available"}
OS: Ubuntu 20.04
CPU: AMD Epyc 7371
Possible fix:
Add task to check if libssl-dev was installed. Also run apt-get update & check if git and other deps are installed prior to starting the installation process.
The text was updated successfully, but these errors were encountered:
This sounds like an odd config? libssl-dev should be available in Ubuntu 20.04 ? I think maybe your package repos are a bit off. Perhaps you could do an apt search libssl-dev and tell me what you find.
Ok let me look into it but I believe it was a fresh Ubuntu 20.04 install and it was giving me libssl-dev not installed error. What do you think about adding solana-sys-tuner runner as a task? Currently, you have to run it manually.
Role is failing at the install rust dependencies task. This was the log:
OS: Ubuntu 20.04
CPU: AMD Epyc 7371
Possible fix:
Add task to check if
libssl-dev
was installed. Also runapt-get update
& check ifgit
and other deps are installed prior to starting the installation process.The text was updated successfully, but these errors were encountered: