[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#367165: [Pkg-octave-devel] Bug#367165: octave2.1: please put runtime libraries in /usr/lib, not /usr/lib/octave-VERSION



On Mon, May 15, 2006 at 11:07:21AM +0200, Rafael Laboissiere wrote:
> 
> What do you mean by "it causes prelink to barf"?

This:

# prelink -mR /usr/bin/octave
/usr/sbin/prelink.bin: /usr/lib/octave-2.1.73/liboctinterp.so: Could not find
  one of the dependencies
#

A workaround is to set LD_LIBRARY_PATH=/usr/lib/octave-2.1.73, but that's
awkward and would have to be adjusted every time the minor number changes.

I note that liboctinterp.so does not have a DT_RPATH note, unlike the
octave binary itself and liboctave.so -- it might work (but would not be
as clean a fix) to give liboctinterp.so an RPATH.

zw




Reply to: