Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: can't get zsh to compile on Ubuntu
- X-seq: zsh-users 13919
- From: Christian Schneider <strcat@xxxxxxx>
- To: TjL <luomat@xxxxxxxxx>
- Subject: Re: can't get zsh to compile on Ubuntu
- Date: Sun, 15 Mar 2009 20:37:13 +0100
- Cc: Zsh Users List <zsh-users@xxxxxxxxxx>
- In-reply-to: <d2ecb10b0903151226w5b8780b4x4912693bfd0c445f@xxxxxxxxxxxxxx>
- Mail-followup-to: TjL <luomat@xxxxxxxxx>, Zsh Users List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Guerrilla UNIX Development (Venimus, Vidimus, Dolavimus)
- References: <d2ecb10b0903151226w5b8780b4x4912693bfd0c445f@xxxxxxxxxxxxxx>
Thus spake TjL (luomat@xxxxxxxxx):
> I'm fairly new to Ubuntu, so maybe I'm doing something wrong here, but
> I can't get zsh to compile.
>
> I tried 'sudo apt-get install zsh-dev' but that only gave me 4.3.6
>
> ./configure fails looking for:
>
> configure: error: "No terminal handling library was found on your system.
> This is probably a library called 'curses' or 'ncurses'. You may
> need to install a package called 'curses-devel' or 'ncurses-devel' on your
> system."
> See `config.log' for more details.
> [1] 23930 exit 255 ./configure
>
> I tried apt-get install on (n)curses(-devel) but none of them exist.
Try ``libncurses5-dev'' instead of ncurses-devel.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author