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,678
Commits
20
Branches
51
Tags
851a80d2664b06ee0466e911bd100dee45ed5ace
Commit Graph
3 Commits
Author
SHA1
Message
Date
Player Dagostino
4d2447d764
Enable the DSO workaround on linux only AND in standalone.
2011-08-11 02:12:28 +02:00
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