From: Stuart Holden Date: 2007-10-18T01:35:03+09:00 Subject: Re: Building Ruby on HPUX + readline support For what it's worth, I found some threads that discussed building Ruby and then applying ReadLine afterwards, though it doesn't seem to do anything for me... host@titan:/home/host/ruby-1.8.6-src/ruby-1.8.6/ cd ext/readline host@titan:/home/host/ruby-1.8.6-src/ruby-1.8.6/ext/readline/ ruby extconf.rb checking for tgetnum() in -lncurses... no checking for tgetnum() in -ltermcap... yes checking for readline/readline.h... no checking for editline/readline.h... no host@titan:/home/host/ruby-1.8.6-src/ruby-1.8.6/ext/readline/ make host@titan:/home/host/ruby-1.8.6-src/ruby-1.8.6/ext/readline/ make clean host@titan:/home/host/ruby-1.8.6-src/ruby-1.8.6/ext/readline/ make host@titan:/home/host/ruby-1.8.6-src/ruby-1.8.6/ext/readline/ make install host@titan:/home/host/ruby-1.8.6-src/ruby-1.8.6/ext/readline/ ll -rt total 400 -rw-r--r-- 1 host staff 79 Feb 12 2007 depend -rw-r--r-- 1 host staff 1162 Feb 12 2007 README -rw-r--r-- 1 host staff 20738 Feb 12 2007 readline.c -rw-r--r-- 1 host staff 1233 Feb 12 2007 README.ja -rw-r--r-- 1 host staff 1993 Feb 12 2007 extconf.rb -rw-rw-r-- 1 host staff 130412 Oct 17 12:34 readline.o -rw-rw-r-- 1 host staff 1988 Oct 17 12:58 Makefile -rw-rw-r-- 1 host staff 2885 Oct 17 17:28 mkmf.log host@titan:/home/host/ruby-1.8.6-src/ruby-1.8.6/ext/readline/