Curl 7.62

It won't compile for me...... Debian 8..
Code:
  CC       ../lib/curl-strtoofft.o
  CC       ../lib/curl-nonblock.o
  CC       ../lib/curl-warnless.o
  CC       ../lib/curl-curl_ctype.o
  CCLD     curl
../lib/.libs/libcurl.so: undefined reference to `SSL_CTX_set_alpn_protos'
../lib/.libs/libcurl.so: undefined reference to `SSL_COMP_free_compression_methods'
../lib/.libs/libcurl.so: undefined reference to `SSL_get0_alpn_selected'
collect2: error: ld returned 1 exit status
Makefile:922: recipe for target 'curl' failed
make[2]: *** [curl] Error 1
make[2]: Leaving directory '/usr/local/directadmin/custombuild/curl-7.62.0/src'
Makefile:1967: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/directadmin/custombuild/curl-7.62.0/src'
Makefile:929: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

I do have 2 OpenSSL installed (I think), due to http2 support.

And a custom configure.curl
Code:
#!/bin/sh
perl -pi -e 's|CURL_CHECK_PKGCONFIG\(zlib\)|#CURL_CHECK_PKGCONFIG(zlib)|g' configure.ac
LIBS="-ldl" ./configure --with-nghttp2=/usr/local --with-ssl=/usr/local/lib_http2

I guess this is interfering?


By the way, CB2.0 Plugin does not show compile errors, well, this one, I had to use the shell.
 
Last edited:
Back
Top