Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90599 - /usr/lib/octave-2.1.x not on LDPATH
Summary: /usr/lib/octave-2.1.x not on LDPATH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 03:59 UTC by Neil Darlow
Modified: 2005-06-10 04:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Darlow 2005-04-27 03:59:09 UTC
The library path /usr/lib/octave-2.1.x (where x = sub-minor version) isn't put onto the LDPATH by an /etc/env.d script. This leads to missing dependencies for liboctinterp.so:

ldd /usr/lib/octave-2.1.69/liboctinterp.so
        ...
        liboctave.so => not found
        libcruft.so => not found
        ...

These files are present within my /usr/lib/octave-2.1.69 directory. I first noticed this problem when trying to prelink my system.

Regards,
Neil Darlow

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2005-06-09 08:50:17 UTC
Working on it...
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2005-06-10 04:48:45 UTC
Silently fixed, thanks for the hint.