We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: resapberry Pi OS(64-bits)
./prepare-native-raspbian.sh
Error: You are missing required packages. Run sudo apt-get update && sudo apt-get install git-core libasound2-dev libva1 libidn11-dev libboost-dev libssl1.0-dev libssh-dev libsmbclient-dev
i try install there packages,but...
Error: E: Package 'libssl1.0-dev' has no installation candidate.
The text was updated successfully, but these errors were encountered:
In my case (Raspbian Buster 64bit), I've solved editing in prepare-native-raspbian.sh the list of required pkgs, as following:
prepare-native-raspbian.sh
REQUIRED_PKGS="ca-certificates git binutils libasound2-dev libva2 libpcre3-dev libidn11-dev libboost-dev libfreetype6-dev libdbus-1-dev libssl1.1 libssh-dev libsmbclient-dev gcc g++ sed pkg-config"
You see, I've changed some packages that are no more present in distro starting from Buster, replacing them with correct versions.
Sorry, something went wrong.
No branches or pull requests
OS: resapberry Pi OS(64-bits)
./prepare-native-raspbian.sh
Error:
You are missing required packages.
Run sudo apt-get update && sudo apt-get install git-core libasound2-dev libva1 libidn11-dev libboost-dev libssl1.0-dev libssh-dev libsmbclient-dev
i try install there packages,but...
Error:
E: Package 'libssl1.0-dev' has no installation candidate.
The text was updated successfully, but these errors were encountered: