clearlinux / cve-check-tool

Original Automated CVE Checking Tool
GNU General Public License v2.0
204 stars 78 forks source link

Cannot compile on arm64 ubuntu #77

Open marcel-bluestone opened 2 years ago

marcel-bluestone commented 2 years ago

Hello, I am running Ubuntu on an arm64 and are unable to complete the autogen.sh script. I did install the packages that are listed as missing below:

`checking for malloc_trim... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CVE_CHECK_TOOL... no configure: error: Package requirements ( glib-2.0 >= 2.36.0, gio-2.0 >= 2.36.0, libxml-2.0 >= 2.9.1, libcurl >= 7.29.0, gobject-2.0 >= 2.0, sqlite3, openssl >= 1.0.0 ) were not met:

No package 'libcurl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables CVE_CHECK_TOOL_CFLAGS and CVE_CHECK_TOOL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ` Does anyone have a clue if this could be due to a non x86 platform?