Opened 21 years ago

Closed 20 years ago

#522 closed defect (fixed)

readline in chapter 6?

Reported by: gerard@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc: iwanek@…, uli@…

Description

See URL where thread started.

This is something worth exploring at a later date.

Change History (9)

comment:1 by uli@…, 21 years ago

Cc: uli@… added

comment:2 by iwanek@…, 21 years ago

e2fsprogs dosnt seem to automatically detect readline here - could anyone else using latest cvs check to see if they have the same problem?

comment:3 by iwanek@…, 21 years ago

Cc: chthon@… added

comment:4 by uli@…, 21 years ago

Just checked again: My debugfs appears not to be linked to readline, so same problem here as with JamesI. Other than that, my system has been running flawlessly for almost 2 months now.

comment:5 by greg@…, 21 years ago

As discussed on the lists:

1) build standalone libreadline with "make SHLIB_LIBS=-lcurses" to link it against libncurses

2) debugfs from e2fsprogs will now dynamically use libreadline via the dlopen() interface i.e. it does NOT show up with ldd.

If this ever goes into the book, I would suggest location directly after ncurses. i.e. somewhere before inetutils and bash. The ftp client program from inetutils will build in support for libreadline if it finds it available at configure time. Bash can be configured with "--with-installed-readline".

comment:6 by gerard@…, 20 years ago

Priority: lowlowest

Down to P5 -- unclassified for now. Not sure yet if we want to add it to the book.

Is there a real benefit of having e2fsprogs use readline?

comment:7 by gerard@…, 20 years ago

From Billy O'Connor:

The debugfs shell will get history and command line editing if you have it.

comment:8 by jeremy@…, 20 years ago

Talking about for a 6.1 release

comment:9 by winkie@…, 20 years ago

Resolution: fixed
Status: newclosed

Fixed in 6.1

Note: See TracTickets for help on using tickets.