[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
IRIX octave 2.0.14 can't find runtime libs
From: |
Himanshu Gohel |
Subject: |
IRIX octave 2.0.14 can't find runtime libs |
Date: |
Mon, 10 May 1999 11:03:51 -0400 (EDT) |
Hi,
I compiled and installed v2.0.14 with the --enable-shared option.
When I try to run the octave binary, i get an error:
330 Bezier[matlab] octave
134477:octave: rld: Fatal Error: Cannot Successfully map soname
'liboctinterp.so' under any of the filenames
/usr/lib32/liboctinterp.so:/usr/lib32/internal/liboctinterp.so:/lib32/liboct
interp.so:/opt/lib32/liboctinterp.so:
The libraries are in /usr/local/lib/octave. I prefer not to use
the LD_LIBRARY_PATH. How can I specify the during the build to
use "-rpath /usr/local/lib/octave" recursively?
Hmmm...just thought about something! Since the binaries are
built (by default on IRIX 6.5.3) as N32 objects and the
libraries should be in /usr/local/lib32/octave? ... made a link
from /usr/local/lib32/octave to /usr/local/lib/octave-2.0.14, but
that didn't solve the problem.
Thanks,
Himanshu Gohel, address@hidden
WEB URL: http://www.csee.usf.edu/~gohel/
University of South Florida, Tampa, FL. USA.
- IRIX octave 2.0.14 can't find runtime libs,
Himanshu Gohel <=