Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #6456

Re: How to get ruby to find a native lib?

From xman <cshinyee@gmail.com>
Newsgroups comp.lang.ruby
Subject Re: How to get ruby to find a native lib?
Date 2012-02-16 09:54 -0800
Organization http://groups.google.com
Message-ID <1398056.0.1329414852489.JavaMail.geo-discussion-forums@pbsn6> (permalink)
References <235d5$4f393be1$84b70406$5935@news.eurofeeds.com>

Show all headers | View raw


Try:

    export LIBRARY_PATH=/usr/local/lib

That works for me in Linux + GCC
The LD_LIBRARY_PATH is only effective when executing, not at compile time.

Back to comp.lang.ruby | Previous | NextPrevious in thread | Find similar


Thread

How to get ruby to find a native lib? Adam Russell <ac.russell@live.com> - 2012-02-13 11:35 -0500
  Re: How to get ruby to find a native lib? Robert Klemme <shortcutter@googlemail.com> - 2012-02-13 20:39 +0100
    Re: How to get ruby to find a native lib? Adam Russell <ac.russell@live.com> - 2012-02-13 17:57 -0500
  Re: How to get ruby to find a native lib? xman <cshinyee@gmail.com> - 2012-02-16 09:54 -0800

csiph-web