I saw this problem, as well. I didn't see a quick fix out there on the net.
On Sat, Apr 23, 2011 at 4:44 AM, Felix Wolfheimer < [email protected]> wrote: [...] > When I try to use the -static flag for the linker I get a bunch of > unresolved symbols coming from the static libssl. Here are some > > (.text+0x2e3): undefined reference to `krb5_free_data_contents' > /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/libssl.a(s3_clnt.o): > In function `ssl_do_client_cert_cb': > (.text+0x111): undefined reference to `ENGINE_load_ssl_client_cert' > /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/libssl.a(s3_clnt.o): > In function `ssl3_check_cert_and_algorithm': > (.text+0x20d): undefined reference to `X509_certificate_type' > /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/libssl.a(s3_enc.o): > In function `ssl3_change_cipher_state': > > Seems I would need to link in all the dependencies of libssl statically > as well. >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

