Raspberry-Pi-OS-64bit icon indicating copy to clipboard operation
Raspberry-Pi-OS-64bit copied to clipboard

Not able to install zeek or zeek-lts

Open MidGe48 opened this issue 4 years ago • 2 comments

Not able to install zeek or zeek-lts due to missing dependencies on Pi3B+

MidGe48 avatar Jul 31 '20 02:07 MidGe48

According to https://packages.debian.org/search?keywords=zeek&searchon=names&suite=stable&section=all there's no "zeek" package in Debian?

lurch avatar Jul 31 '20 08:07 lurch

Michel,

the binary package at https://software.opensuse.org//download.html?project=security%3Azeek&package=zeek-lts, which is presumably what you tried t install, is an armhf package, not an aarch64 (arm64) package. You may get better results using the multiarch approach (see https://wiki.debian.org/Multiarch/HOWTO).

You may be better off compiling from source, since if you need an IDS, it needs to be bullet-proof.

HTH,

Robin

Debian's multiarchsystem^1 <#sdfootnote1sym> provides asolution^2 <#sdfootnote2sym> by allowing an armhf capability to be added, as an additional supported architecture.

sudo dpkg --add-architecture armhf

To resolve an error around any package, usually a library package, requires installing the armhfversion of that package, denoted by an :armhfsuffix. If libX11.so.6, for example, is required:

sudo apt install libx11-6:armhf

1 <#sdfootnote1anc>See https://wiki.debian.org/Multiarch/HOWTO.

2 <#sdfootnote2anc>Adapted from a description at https://github.com/raspberrypi/Raspberry-Pi-OS-64bit/issues/62#issuecomment-647459572.

On 31/07/2020 03:06, Michel de Greef wrote:

Not able to install zeek or zeek-lts due to missing dependencies on Pi3B+

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/Raspberry-Pi-OS-64bit/issues/81, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJIIXUROG4WONNTLJ4HVQTR6IRKHANCNFSM4PPEYFOQ.

rag2 avatar Jul 31 '20 23:07 rag2