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
$ gcc -g -O2 -o test test.c -lwsclient
//usr/local/lib/libwsclient.so: undefined reference to OPENSSL_init_ssl' //usr/local/lib/libwsclient.so: undefined reference to TLS_method'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
$ gcc -g -O2 -o test test.c -lwsclient
//usr/local/lib/libwsclient.so: undefined reference to
OPENSSL_init_ssl' //usr/local/lib/libwsclient.so: undefined reference to
TLS_method'collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: