Skip to content

gizero/dlopen-test

Repository files navigation

To build libraries and test executable

$ make

To run the test

$ export LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH
$ ./test <lib_file_name>

where <lib_file_name> can be one libfoo1.so or libfoo2.so.

About

dlopen() / dlsym() test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published