> On 24 October 2012 08:17, Mike Miller <mtmil...@ieee.org> wrote: >> The octave package provides the directories, and liboctinterp.so.1 has >> a compiled-in set of paths with its version number that it attempts to >> load. > > Ah, this is probably not the greatest idea ever. I'm not sure how to > fix it. Provide a build-time option for setting this path? Setting the > path by default to a versionless path?
While not strictly forbidden, it is considered best practice to not use -rpath, i.e. not provide absolute paths in the shared lib. Is this the case here ? For more info please read [0]. Jérémy. [0] http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html#rpath -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org