On 12/28/2020 3:49 PM, Julian Montes via curl-library wrote:
I am working with curl and a coldfire board ( MCF5272 ).
I have compile successfully  uclinux and use curl with OPENSSL.
Now I am trying to use  curl +wolfssl.

I have this error in curl compile.

_CURL 7.47.0_
*../lib/.libs/libcurl.a(libcurl_la-cyassl.o): In function `cyassl_connect_common':
cyassl.c:(.text+0x4f4): undefined reference to `wolfTLSv1_1_client_method'
cyassl.c:(.text+0x500): undefined reference to `wolfTLSv1_client_method'
*

  This is my config line for curl

./configure --host=m68k-uclinux --prefix=/home/ubuntu/dos/user-curl --enable-manual=no  --enable-rtsp=no --enable-ipv6=no  --disable-libcurl-option --disable-mqtt --disable-gopher --disable-pop3 --disable-smtp --without-ssl  --with-cyassl=/home/ubuntu/dos/user-wolf  --disable-ares --disable-cookies --disable-crypto-auth --disable-ftp --disable-ftps --disable-imap --disable-imaps --disable-verbose --disable-telnet --disable-tftp --disable-dict  --disable-pthreads --disable-threaded-resolver  --disable-proxy --disable-unix-sockets --enable-hidden-symbols  --without-librtmp  --disable-verbose --disable-versioned-symbols --enable-shared=no --disable-file

I am using *_wolfSSL Release 4.5.0_*
*_
_*
Anyone have any suggestions for this issue?*_
_*


As Daniel said upgrade your curl. We are working on a fix for this. Please try https://github.com/curl/curl/pull/6388

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to