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
i encountered the following error when tried to create a completely static binary
github.com/confluentinc/confluent-kafka-go/kafka /usr/lib/gcc/x86_64-alpine-linux-musl/6.2.1/../../../../lib/libssl.a(t1_lib.o): In function 'tls1_check_chain': /home/buildozer/aports/main/openssl/src/openssl-1.0.2k/ssl/t1_lib.c:4453: undefined reference to 'X509_certificate_type' /usr/lib/gcc/x86_64-alpine-linux-musl/6.2.1/../../../../lib/libssl.a(t1_enc.o): In function 'tls1_change_cipher_state': /home/buildozer/aports/main/openssl/src/openssl-1.0.2k/ssl/t1_enc.c:391: undefined reference to 'COMP_CTX_free' /home/buildozer/aports/main/openssl/src/openssl-1.0.2k/ssl/t1_enc.c:395: undefined reference to 'COMP_CTX_new'
how to fix it?
thanks
The text was updated successfully, but these errors were encountered:
i encountered the following error when tried to create a completely static binary
github.com/confluentinc/confluent-kafka-go/kafka /usr/lib/gcc/x86_64-alpine-linux-musl/6.2.1/../../../../lib/libssl.a(t1_lib.o): In function 'tls1_check_chain': /home/buildozer/aports/main/openssl/src/openssl-1.0.2k/ssl/t1_lib.c:4453: undefined reference to 'X509_certificate_type' /usr/lib/gcc/x86_64-alpine-linux-musl/6.2.1/../../../../lib/libssl.a(t1_enc.o): In function 'tls1_change_cipher_state': /home/buildozer/aports/main/openssl/src/openssl-1.0.2k/ssl/t1_enc.c:391: undefined reference to 'COMP_CTX_free' /home/buildozer/aports/main/openssl/src/openssl-1.0.2k/ssl/t1_enc.c:395: undefined reference to 'COMP_CTX_new'
how to fix it?
thanks
The text was updated successfully, but these errors were encountered: