[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
- To: Miriam <prog(at-nospam)agri.huji.ac.il>
- Subject: Re: (no subject)
- From: Omer Musaev <omerm(at-nospam)mercury.co.il>
- Date: Thu, 09 Nov 2000 11:57:44 +0200
- Cc: Linux-IL Mailing List <linux-il(at-nospam)cs.huji.ac.il>
- Organization: Mercury Interactive
- References: <Pine.LNX.4.20.0011090802210.190-100000@clochemerle.bourgogne>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Miriam wrote:
> 1-Thank you for the quick answer.
> 2-I do have libxforms installed. The problem seems to be rather along the
> line hinted at by Assaf Mevorach: Unlike some other Unix flavors and some
> other Linux
> distributions, in Slakware 7.0 the linker does not include BY DEFAULT the
> code required to include in the RUN_TIME_PATH all the directories that
> were searched for libraries when building it. Unless one uses the rpath
> option at build time, or define explicitely a RUN_TIME_PATH, only /lib and
> /usr/lib are seaeched.
/lib and /usr/lib are hardcoded, other paths are taken from LD_LIBRARY_PATH
variable and from /etc/ld.so.cache file.
Latter is useful for permanent paths.
Example: to extend your default library paths to (say) /opt/lib and
/usr/local/lib
edit file /etc/ld.so.conf (add paths to that file) and run ldconfig.
And, of course, RTFM.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il