ossec / ossec-hids

OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.
http://www.ossec.net
Other
4.34k stars 1.02k forks source link

Unable to compile source with aarch64 (graviton processors) in AWS #2055

Closed akhilmudgal closed 1 month ago

akhilmudgal commented 2 years ago

While trying to compile agent on gravtion processor provided by AWS, Getting the following error:

/usr/bin/ld: cannot find -lsystemd collect2: error: ld returned 1 exit status make: *** [Makefile:1018: ossec-agentd] Error 1

Error 0x5. Building error. Unable to finish the installation.

OS: Ubuntu 20.04.4 LTS

ddpbsd commented 1 year ago

Please add the libsystemd-devel package (might be libsystemd-dev?)

atomicturtle commented 1 month ago

Closing this as out of date. I was able to build this on rocky/rhel 8/9, amazon linux 2023, and u20-24 arm systems