Giter Club home page Giter Club logo

Comments (4)

JamieMeyers avatar JamieMeyers commented on June 14, 2024

Hi @charleschen84,

Can you please confirm the version of libcurl you are using, and that libcurl was compiled with nghttp2/HTTP2 support enabled. If you have a curl binary that links to the libcurl you are using, you can run curl --version | grep HTTP2 to see if the feature flag HTTP2 is set. You can also look at your ./configure output to see if it shows HTTP2 support: enabled (nghttp2). You may need to run ./configure --with-nghttp2 and provide the nghttp2 path to find it.

Also, please make sure to redact any of the client secrets, ids, auth bearers, refresh tokens, etc. I've gone ahead and done so for you. We're pushing a change in an upcoming release to ensure we don't log this privacy information in the future.

Thanks,
Jamie

from avs-device-sdk.

charleschen84 avatar charleschen84 commented on June 14, 2024

@JamieMeyers

Thanks for your reply.

xianlee@intel:~/workspace/staging/build/Integration/test$ curl --version

curl 7.50.1 (x86_64-pc-linux-gnu) libcurl/7.50.1 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 nghttp2/1.23.1 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp Features: IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets

from avs-device-sdk.

boyce-xx avatar boyce-xx commented on June 14, 2024

@charleschen84 Your version doesn't match the required minimum:

  • C++ 11 or later
  • GNU Compiler Collection (GCC) 4.8.5 or later OR Clang 3.3 or later
  • CMake 3.0 or later
  • libcurl 7.50.2 or later
  • nghttp2 1.0 or later
  • OpenSSL 1.0.2 or later
  • Doxygen 1.8.13 or later (required to build API documentation)

Post my version for your reference:

king@wks:~/Project/DB20_Linux/AVS/Alexa_Make$ curl --version
curl 7.53.0 (x86_64-pc-linux-gnu) libcurl/7.53.0 mbedTLS/2.4.0 zlib/1.2.8 nghttp2/1.22.0 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp
Features: IPv6 Largefile SSL libz HTTP2 UnixSockets

from avs-device-sdk.

charleschen84 avatar charleschen84 commented on June 14, 2024

@boyce-xx Thank you.
I upgraded libcurl and openssl, it works well now.

from avs-device-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.