bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation crashes at tic terminal 'lpr': can't link l/lpr to p/pr


From: Thomas Dickey
Subject: Re: Installation crashes at tic terminal 'lpr': can't link l/lpr to p/printer [local installation/CentOS7/ncurses 6.2]
Date: Mon, 18 Jan 2021 20:52:25 -0500
User-agent: Mutt/1.10.1 (2018-07-13)

On Mon, Jan 18, 2021 at 11:23:41AM +0100, Moritz Scham wrote:
> Dear Developers,
> I'm trying to locally install ncurses 6.2 (same result with 6.1) on a
> CentOS7 system, because I don't have root access on the system and I want
> to use a recent version of tmux.
> Therefore the $PREFIX points to a folder in in my $HOME (and $PATH contains
> $PREFIX/bin, $LD_LIBRARY_PATH contains $PREFIX/lib).
> 
> The following script runs the installation:
> ```
>     wget
> https://ftp.gnu.org/pub/gnu/ncurses/ncurses-${NCURSES_VERSION}.tar.gz
>     tar xvzf ncurses-${NCURSES_VERSION}.tar.gz
>     cd ncurses-${NCURSES_VERSION}
>     ./configure \
>         --prefix=$PREFIX \
>         --with-default-terminfo-dir=/usr/share/terminfo \
> 
> --with-terminfo-dirs="/etc/terminfo:/lib/terminfo:/usr/share/terminfo:$PREFIX/share/terminfo"
>     make -j$CORES
           ^^^^^ (this might be the problem)

-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]