Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9475] New: readline symlinks to the wrong location

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9475] New: readline symlinks to the wrong location
  • Date: 21 Feb 2006 12:41:41 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=9475

Summary: readline symlinks to the wrong location
Product: Codex
Version: stable grimoire
Platform: Other
OS/Version: other
Status: RESOLVED
Severity: normal
Priority: P2
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: BearPerson AT gmx.net


in INSTALL:

# symlink those so that bash still works after the update
ln -sf $INSTALL_ROOT/lib/libreadline.so.5 $INSTALL_ROOT/lib/libreadline.so.4
ln -sf $INSTALL_ROOT/lib/libhistory.so.5 $INSTALL_ROOT/lib/libhistory.so.4

the code lines should be:

ln -sf $TRACK_ROOT/lib/libreadline.so.5 $INSTALL_ROOT/lib/libreadline.so.4
ln -sf $TRACK_ROOT/lib/libhistory.so.5 $INSTALL_ROOT/lib/libhistory.so.4

$TRACK_ROOT will be the relative root in the system the file will be used in,
such as / for chroots. Therefore, the symlink has to point to /lib/...


------- Additional Comments From v.merkatz AT gmx.net 2005-09-22 14:03 -------
Fixed in devel, test and stable-rc. Should this go to stable?

--


------- Additional Comments From v.merkatz AT gmx.net 2006-02-21 06:41 -------
Fixed in stable/0.3.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9475] New: readline symlinks to the wrong location, bugzilla-daemon, 02/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page