Skip to content

DPDK is linked dynamically, we want STATIC most probably. #44

Description

@sarsanaee

Hi everyone,

Recent changes resulted in the dynamic linking of libraries.

Of course, a solution exists, but static linking is a better choice. It seems the package config module in CMake is not doing static linking properly, and I believe this is the culprit.

pkg_check_modules(LIBDPDK_STATIC libdpdk>=23.11 libdpdk<24.0 REQUIRED IMPORTED_TARGET)

Please have a look and let me know what you think.

Thanks,
Alireza

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions