Have the build unpack JNA native libs into lib and add lib to LD_LIBRARY_PATH for all platforms -----------------------------------------------------------------------------------------------
Key: JRUBY-2994 URL: http://jira.codehaus.org/browse/JRUBY-2994 Project: JRuby Issue Type: Bug Components: Extensions Reporter: Charles Oliver Nutter Fix For: JRuby 1.1.5 On the mailing list it was asked whether there was a way to get JRuby to not use /tmp when dumping the JNA library to disk. There were a few suggestions, but perhaps the simplest would be to ship JRuby binaries with those library files unpacked and under lib (/ruby/something perhaps, as MRI would ship them), and put that directory in LD_LIBRARY_PATH (or DYLD_LIBRARY_PATH on Mac?). This allows us to use the native libraries without the /tmp hack, and also makes it more apparent the libraries are provided. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email