2003-09-10 04:22:31

by Muthukumar

[permalink] [raw]
Subject: Introduction

Hello all ,

I am working in squid developments oriented works.Then at presently
i want to upgrade my kernel to 2.6 for epoll support testing on
Squid.


For that i have upgrade my gcc and i have tried to compiled the
kernel ,but i am getting some errors on kernel-2.6.0-test3 on IA64
with ia64 linux patch.


The problem is as
HOSTCC scripts/lxdialog/checklist.o
In file included from scripts/lxdialog/checklist.c:24:
scripts/lxdialog/dialog.h:29:20: curses.h: No such file or
directory
In file included from scripts/lxdialog/checklist.c:24:
scripts/lxdialog/dialog.h:127: error: parse error before
"use_colors"
And so many error and warning so what is the problem in this.

I have browsed for this problem but i didn't get the answers for
that.

SO pls inform about this/.

Thanks
Mvthv


2003-09-10 05:16:48

by Davide Libenzi

[permalink] [raw]
Subject: Re: Introduction

On Wed, 10 Sep 2003, Muthukumar wrote:

> Hello all ,
>
> I am working in squid developments oriented works.Then at presently
> i want to upgrade my kernel to 2.6 for epoll support testing on
> Squid.

It seems you're missing the curses library :

http://www.gnu.org/software/ncurses/ncurses.html

You don't need 2.6 to test epoll though :

http://www.xmailserver.org/linux-patches/epoll-lt-2.4.21-0.18.diff



- Davide