Ticket #63 (closed Bug: fixed)

Opened 7 years ago

Last modified 7 years ago

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

comment:1 Changed 7 years ago by daboo@…

  • Status changed from new to closed
  • Resolution set to fixed

comment:2 Changed 7 years ago by daboo

Milestone Release deleted

Note: See TracTickets for help on using tickets.