On Tue, Apr 24, 2012 at 06:11, rhasson <rhas...@gmail.com> wrote:
> I found out that for Solaris ELF executables you can pass a "-R/path/to/lib"
> argument which will record the path and library name into the executable
> which will allow it to find it at runtime without needing to update the
> LD_LIBRARY_PATH.  Is there an equivalent argument for Linux?

Yes. `man ld` and search for rpath. Restrictions may apply to setuid
root programs (which node shouldn't be).

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to