dlopen load plugins LIBRARY with RTLD_LAZY flag                          
it means the symbols are loaded when references are executed             
so it causes issue when some references are the same than in system      
                                                                         
append RTLD_BINDDEEP allows to first load symbols from the plugin library


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1663
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to