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
libhttpserver by default has static enabled but I could not get it to work with the hello sample program due to the fact that, unistring and p11-kit do not provide static libraries.
I'm affraid you are right. You would need static library of p11-kit, and they do not provide a static version of it, neither you can compile it staticaly yourself. p11-glue/p11-kit#355
So you won't be able to compile the project fully-statically.
libhttpserver by default has static enabled but I could not get it to work with the hello sample program due to the fact that, unistring and p11-kit do not provide static libraries.
additionally if libhttpserver can support openssl and wolfssl that would be nice, gnutls is so complicated comparing to openssl and wolfssl libraries.
The text was updated successfully, but these errors were encountered: