Skip to content
New issue

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

Package 'libssl1.0-dev' has no installation candidate #822

Open
longglecc opened this issue Sep 9, 2022 · 1 comment
Open

Package 'libssl1.0-dev' has no installation candidate #822

longglecc opened this issue Sep 9, 2022 · 1 comment

Comments

@longglecc
Copy link

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.

@alessandrofrancesconi
Copy link

In my case (Raspbian Buster 64bit), I've solved editing in prepare-native-raspbian.sh the list of required pkgs, as following:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants