-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ubuntu 18.04 hwo to install falco #3381
Comments
My idea is to test whether falco can detect container escape vulnerabilities. To quickly reproduce vulnerabilities, metarget is used. And metarget has the best support for Ubuntu 18.04. |
#1325
still error cc1plus: warning: unrecognized command line option ‘-Wno-class-memaccess’
[ 98%] Building CXX object userspace/falco/CMakeFiles/falco.dir/schema.pb.cc.o
cc1plus: warning: unrecognized command line option ‘-Wno-class-memaccess’
cc1plus: warning: unrecognized command line option ‘-Wno-class-memaccess’
cc1plus: warning: unrecognized command line option ‘-Wno-class-memaccess’
cc1plus: warning: unrecognized command line option ‘-Wno-class-memaccess’
cc1plus: warning: unrecognized command line option ‘-Wno-class-memaccess’
[100%] Linking CXX executable falco
../../curl-prefix/src/curl/lib/.libs/libcurl.a(libcurl_la-openssl.o): In function `Curl_ossl_sha256sum':
openssl.c:(.text+0x13c): undefined reference to `EVP_MD_CTX_new'
openssl.c:(.text+0x177): undefined reference to `EVP_MD_CTX_free'
../../curl-prefix/src/curl/lib/.libs/libcurl.a(libcurl_la-openssl.o): In function `Curl_ossl_md5sum':
openssl.c:(.text+0x1cc): undefined reference to `EVP_MD_CTX_new'
openssl.c:(.text+0x207): undefined reference to `EVP_MD_CTX_free'
../../curl-prefix/src/curl/lib/.libs/libcurl.a(libcurl_la-openssl.o): In function `Curl_ossl_version':
openssl.c:(.text+0xf04): undefined reference to `OpenSSL_version_num'
../../curl-prefix/src/curl/lib/.libs/libcurl.a(libcurl_la-openssl.o): In function `ossl_connect_step1':
openssl.c:(.text+0x18b1): undefined reference to `TLS_client_method'
openssl.c:(.text+0x19c3): undefined reference to `SSL_CTX_set_options'
openssl.c:(.text+0x1a3d): undefined reference to `SSL_CTX_set_ciphersuites'
openssl.c:(.text+0x1b4c): undefined reference to `SSL_CTX_set_keylog_callback'
openssl.c:(.text+0x2830): undefined reference to `OPENSSL_sk_pop'
openssl.c:(.text+0x286f): undefined reference to `OPENSSL_sk_num'
openssl.c:(.text+0x2898): undefined reference to `OPENSSL_sk_pop_free'
openssl.c:(.text+0x2b9f): undefined reference to `OPENSSL_sk_pop_free'
../../curl-prefix/src/curl/lib/.libs/libcurl.a(libcurl_la-openssl.o): In function `servercert':
openssl.c:(.text+0x359b): undefined reference to `X509_get0_notBefore'
openssl.c:(.text+0x35f7): undefined reference to `X509_get0_notAfter'
openssl.c:(.text+0x37b4): undefined reference to `OPENSSL_sk_num'
openssl.c:(.text+0x3800): undefined reference to `OPENSSL_sk_value'
openssl.c:(.text+0x3906): undefined reference to `X509_get_X509_PUBKEY'
openssl.c:(.text+0x3941): undefined reference to `X509_get_X509_PUBKEY'
openssl.c:(.text+0x3a38): undefined reference to `OPENSSL_sk_num'
openssl.c:(.text+0x3a9b): undefined reference to `OPENSSL_sk_value'
openssl.c:(.text+0x3b75): undefined reference to `X509_get_version'
openssl.c:(.text+0x3d1b): undefined reference to `X509_get0_extensions'
openssl.c:(.text+0x3d28): undefined reference to `OPENSSL_sk_num'
openssl.c:(.text+0x3d44): undefined reference to `OPENSSL_sk_num'
openssl.c:(.text+0x3d61): undefined reference to `OPENSSL_sk_value'
openssl.c:(.text+0x3e8c): undefined reference to `OPENSSL_sk_num'
openssl.c:(.text+0x3ea7): undefined reference to `X509_get0_notBefore'
openssl.c:(.text+0x3f09): undefined reference to `X509_get0_notAfter'
openssl.c:(.text+0x3f93): undefined reference to `EVP_PKEY_get0_RSA'
openssl.c:(.text+0x3fad): undefined reference to `RSA_get0_key'
openssl.c:(.text+0x470b): undefined reference to `EVP_PKEY_get0_DSA'
openssl.c:(.text+0x472e): undefined reference to `DSA_get0_pqg'
openssl.c:(.text+0x4740): undefined reference to `DSA_get0_key'
openssl.c:(.text+0x47e8): undefined reference to `ASN1_STRING_get0_data'
openssl.c:(.text+0x4814): undefined reference to `EVP_PKEY_get0_DH'
openssl.c:(.text+0x4837): undefined reference to `DH_get0_pqg'
openssl.c:(.text+0x4849): undefined reference to `DH_get0_key'
openssl.c:(.text+0x48f1): undefined reference to `ASN1_STRING_get0_data'
openssl.c:(.text+0x496e): undefined reference to `ASN1_STRING_get0_data'
openssl.c:(.text+0x4e00): undefined reference to `ASN1_STRING_get0_data'
collect2: error: ld returned 1 exit status
userspace/falco/CMakeFiles/falco.dir/build.make:568: recipe for target 'userspace/falco/falco' failed
make[3]: *** [userspace/falco/falco] Error 1
CMakeFiles/Makefile2:7544: recipe for target 'userspace/falco/CMakeFiles/falco.dir/all' failed
make[2]: *** [userspace/falco/CMakeFiles/falco.dir/all] Error 2
CMakeFiles/Makefile2:7556: recipe for target 'userspace/falco/CMakeFiles/falco.dir/rule' failed
make[1]: *** [userspace/falco/CMakeFiles/falco.dir/rule] Error 2
Makefile:2578: recipe for target 'falco' failed
make: *** [falco] Error 2
|
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Describe the bug
I refer to the link of the following article.
https://v0-32.falco.org/docs/getting-started/installation/
How to reproduce it
ubuntu 18.04
Expected behaviour
Screenshots
Successfully installed falco.
Environment

https://v0-32.falco.org/docs/getting-started/installation/
from
Additional context
The text was updated successfully, but these errors were encountered: