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
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: