Hi, In the recent change to install less to /usr/bin/less, it appears that in perl the pager variable is still being hardcoded to /bin/less in the configure statement.
>From SVN, http://www.linuxfromscratch.org/lfs/view/development/chapter06/perl.html the configure command is ./configure.gnu --prefix=/usr -Dpager="/bin/less -isR" Unless I'm missing a spot where /bin/less is symlinked to /usr/bin. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
