Giter Club home page Giter Club logo

Comments (3)

alexisakers avatar alexisakers commented on May 21, 2024 1

This message is shown because Foundation requires that libcurl has a version 3 ABI, but libcurl built from source has a version 4 ABI. This shouldn't be a problem because the library is retro-compatible.

However, if this message bothers you, you can uninstall libcurl and follow these steps to reinstall it:

wget https://curl.haxx.se/download/curl-7.54.0.tar.gz
tar -xf curl-7.54.0.tar.gz
cd curl-7.54.0
sed -i -e "s/CURL_@CURL_LT_SHLIB_VERSIONED_FLAVOUR@4/CURL_@CURL_LT_SHLIB_VERSIONED_FLAVOUR@3/g" lib/libcurl.vers.in
./configure --with-nghttp2 --with-ssl --enable-versioned-symbols
make
sudo make install
sudo ldconfig

This will download and extract the source of the latest version of curl, downgrade the ABI version to 3 and compile the library with versionned symbols.

from vapor-apns.

alexisakers avatar alexisakers commented on May 21, 2024 1

@matthijs2704 Maybe we could add this solution directly into CurlUpdater?

from vapor-apns.

mipstian avatar mipstian commented on May 21, 2024

Thanks! I'm not quite sure how libcurl was installed though; how do I go about uninstalling it?

from vapor-apns.

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.