Ich versuche, eine Open-TEE-Umgebung einzurichten, indem ich den Anweisungen von folgehttps://open-tee.github.io/documentation/
Für Open-TEE ist die Installation von libelfg0-dev erforderlich. Aber wenn ich
sudo apt-get install libelfg0-dev
Ich habe folgenden Fehler erhalten:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libelfg0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libelfg0-dev' has no installation candidate
Ich habe die auf Ubuntu installierten Pakete überprüft, indem ich
dpkg -l | grep libelf
Das Ergebnis ist :
ii libelf1:amd64 0.165-3ubuntu1 amd64 library to read and write ELF files
ii libelf1:i386 0.165-3ubuntu1 i386 library to read and write ELF files
Ich glaube also, dass das Paket noch nicht auf meinem Ubuntu ist.
Weiß jemand, wie man das Paket libelfg0 installiert?
Danke,
Antwort1
Installieren Sie libelf-dev statt libelfg0-dev, wenn Sie Ubuntu 16.04LTS verwenden:
sudo apt-get install libelf-dev
Ich habe Open-TEE das Problem hier gemeldet: