Ticket #63 (closed Bug: fixed)
Resources aren't searched in /usr/local/lib or /usr/lib
| Reported by: | Hagedorn@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Application | Version: | v4.0.5 |
| Severity: | Serious | Keywords: | |
| Cc: | Operating System: | Linux | |
| OS Version: |
Description
Running a central installation of Mulberry under Linux does not work properly. The plug-ins are found, but the resources (e.g. the XML files) aren't. Here's what I see using strace:
stat64("/afs/rrz.uni-koeln.de/usr/uninv/41/a0620/.mulberry/Resources/de_DE/Alerts.xml", 0xbfffdefc) = -1 ENOENT (No such file or directory)
stat64("/afs/rrz.uni-koeln.de/usr/uninv/41/a0620/.mulberry/Resources/de/Alerts.xml", 0xbfffdefc) = -1 ENOENT (No such file or directory)
stat64("/afs/rrz.uni-koeln.de/usr/uninv/41/a0620/.mulberry/Resources/Alerts.xml", 0xbfffdefc) = -1 ENOENT (No such file or directory)
stat64("/afs/rrz.uni-koeln.de/usr/uninv/41/a0620/.mulberry/Resources/de_DE/ComponentDescriptions.xml", 0xbfffdefc) = -1 ENOENT (No such file or directory)
...
No other paths are searched.
Change History
Note: See
TracTickets for help on using
tickets.