When compiling on OpenBSD, the following error occurs: ``` ld: error: unable to find library -ldl ``` In OpenBSD, the `dlopen()` family of functions is built directly into libc, so the `-ldl` flag is not required.
When compiling on OpenBSD, the following error occurs:
In OpenBSD, the
dlopen()family of functions is built directly into libc, so the-ldlflag is not required.