07:13 ShimmerFairy left, ShimmerFairy joined
patrickb even when dlopening a library, it's not possible to load two files with colliding names. Correct? 20:53
s/names/symbols/ 20:54
So when using ready made dlls on Windows for let's say Openssl and GTK::Simple, it's just plain luck that the two dll sets don't happen to contain colliding dlls. Correct? 20:57
So when native calling multiple different libraries, I basically have to ensure they form a single dependency tree. (i.e. don't load the same library (irrespective of same or different version) multiple times. Right? 20:59
Also this is only an issue on Windows as distros solve this mess for us. 21:00
Did I get this right?