Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building Zsh: No terminal handling library found - But I installed ncourses
- X-seq: zsh-users 18707
- From: Philippe Troin <phil@xxxxxxxx>
- To: Josh Wasserstein <ribonucleico@xxxxxxxxx>
- Subject: Re: Building Zsh: No terminal handling library found - But I installed ncourses
- Date: Mon, 07 Apr 2014 12:06:59 -0700
- Cc: Zsh Users <zsh-users@xxxxxxx>
- In-reply-to: <CAD4ivxXPBQ2mbNUF9qR0+i=a1Z9_3W1Mp5Jj0Ts92cwkioeeAA@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAD4ivxXPBQ2mbNUF9qR0+i=a1Z9_3W1Mp5Jj0Ts92cwkioeeAA@mail.gmail.com>
On Mon, 2014-04-07 at 14:43 -0400, Josh Wasserstein wrote:
> Since I am not root on this system, I downloaded ncurses and installed it
> manually (also using ./configure --prefix=<my_installation_path>), which
> seems to have gone well.
>
> I then updated the following paths:
>
> INSTALLATION_PATH='/path/to/installation'
> export PATH=$INSTALLATION_PATH/bin/:$PATH
> export LD_LIBRARY_PATH=$INSTALLATION_PATH/lib:$LD_LIBRARY_PATH
> export CFLAGS=-I$INSTALLATION_PATH/lib
^^^^^^^^^^^^^^^^^^^^^^^
Shouldn't that be:
export CFLAGS=-I$INSTALLATION_PATH/include
> and tried installing Zsh again, but got the same ncurses error. As far as I
> can tell, the path variables above point to the right locations, and I can
> check this on the shell.
You may need to re-run the configure step after changing the environment
variables, otherwise the changes may not be picked up.
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author