Yes. dlopen (3) The personal linux page says:
If the same library is loaded again with dlopen(), the same file
handle is returned. The dl library maintains reference counts for
library handles, so a dynamic library is not deallocated until
dlclose() has been called on it as many times as dlopen()
has succeeded on it.
BTW, Linux ( ) , manydl.c . - .
dlclose.
( dlopen-ed )
2017 :
, , dlopen. , "./foo.so" "././foo.so" ( "../foosymlink.so", foosymlink.so foo.so), - , .
share