This website requires JavaScript.
Explore
Help
Sign In
Singularity-Viewer
/
SingularityViewer
Watch
1
Star
0
Fork
0
You've already forked SingularityViewer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1,412
Commits
20
Branches
51
Tags
a45de1002462fd5f6c8afd3860ab881771c85dcd
Commit Graph
2 Commits
Author
SHA1
Message
Date
Player Dagostino
a45de10024
Fix a problem not letting plugins work when the client is built on RedHat and derived systems (Fedora is affected too). Completely avoid apr_dso_load() on Linux (they modified it to open libraries with RTLD_NOW | RTLD_GLOBAL | RTLD_DEEPBIND). Get a standard DSO handle with RTLD_NOW | RTLD_GLOBAL flags instead, and convert it to a valid APR one by using apr_os_handle_put().
2011-08-02 20:15:58 +02:00
Hazim Gazov
7a86d01598
Imported existing code
2010-04-02 02:48:44 -03:00