https://bugzilla.kernel.org/show_bug.cgi?id=108821 Bug ID: 108821 Summary: dlopen example with libm.so is incorrect Product: Documentation Version: unspecified Hardware: All OS: Linux Status: NEW Severity: normal Priority: P1 Component: man-pages Assignee: documentation_man-pages@xxxxxxxxxxxxxxxxxxxx Reporter: fweimer@xxxxxxxxxx Regression: No This does not work because libm.so can be a linker script: handle = dlopen("libm.so", RTLD_LAZY); The proper way to do this is to include <gnu/lib-names.h> and use LIBM_SO. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html