Giter Club home page Giter Club logo

Comments (2)

thom311 avatar thom311 commented on August 17, 2024

libnl3 is split in a core library (libnl-3.so) and protocol specific libraries (libnl-route-3.so, libnl-genl-3.so).

The latter libraries use code from the core library.

Functionsl ike nl_strerror or __flags2str are not in public headers (they are considered private API), but are exported to be of use for the other libraries.

That may not be the nicest solution, but the other solutions have their own downsides. Maybe internal the code that is shared by mutliple libraries should be linked statically instead.

In the referenced bug, the user only updates libnl-route-3, but not libnl-3. That cannot work as it is, as libnl-route-3.so depends on libnl-3.so. It is not intended that you can combine the libraries of differing versions. That is not only the case of internal API like nl_strerror(). libnl-3.so could likewise add a new public symbol that is required by libnl-route-3.so, resulting in the same problem.
As libnl3 has symbol versioning, the packaging system should generate appropriate dependencies.

from libnl.

zorun avatar zorun commented on August 17, 2024

Ok, thanks for the explanation!

from libnl.

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.