undefined reference to: dlopen, dlclose,

12,571

perhaps you need the libc6-dev package. On my Debian/Sid, the library is in /lib/x86_64-linux-gnu/libdl.so.2

Share:
12,571
DarkZeros
Author by

DarkZeros

Updated on June 04, 2022

Comments

  • DarkZeros
    DarkZeros almost 2 years

    I have a program that run fine in Ubuntu 11.04 x86. But know I'm compiling from Kubuntu 11.10 x64 and I get these errors in the linking process.

    Its a codeblocks project and "-ldl" option is set.

    I have also do a manual search and there is no libdl.a in the usr/lib folder.

    Somebody knows how to install that library?