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
I have a similar problem on RPI3 + debian buster. But the libssl1.0-dev is missing instead of libssh-dev.
I've been able to get it down to
You are missing required packages.
Run sudo apt-get update && sudo apt-get install libssl1.0-dev
by replacing git-core by git and libva1 with libva2 (as in #732). But it remains. I did try to install libss-dev. But the command make ffmpeg fails with
gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
root@raspberrypi:~/omxplayer# ./prepare-native-raspbian.sh
Modifying for native build on Debian
Checking dpkg database for missing packages
.................
You are missing required packages.
Run sudo apt-get update && sudo apt-get install git-core libva1 libssh-dev
root@raspberrypi:~/omxplayer# apt-get install git-core libva1 libssh-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'git' instead of 'git-core'
E: Unable to locate package libva1
I`m install on RPi 4 with latest Raspbian Buster
The text was updated successfully, but these errors were encountered: