8dc9e32 Allow plugin names to not end in .so

Authored and Committed by bruno 11 years ago
    Allow plugin names to not end in .so
    
    The plugin name is now tried as is and if the load fails and
    the name didn't end in .so then the dlopen is retried with
    .so added to the name.
    
    This resolves bug 573672.
    
        
file modified
+6 -1