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 [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]