07:37:04 root[pts/[EMAIL PROTECTED] ~# uname -a
Linux slow 2.6.16.52-1smp #1 SMP Thu May 31 19:32:54 CEST 2007 i686 
Intel(R)_Xeon(R)[EMAIL PROTECTED] PLD Linux
07:37:05 root[pts/[EMAIL PROTECTED] ~# locate curses.h
/usr/include/ncurses/ncurses.h
/usr/include/ncurses/curses.h
/usr/include/ncursesw/ncurses.h
/usr/include/ncursesw/curses.h
07:37:27 root[pts/[EMAIL PROTECTED] ~# rpm -qf /usr/include/ncurses/curses.h
ncurses-devel-5.5-2
07:37:38 root[pts/[EMAIL PROTECTED] ~#

when running ./configure from source package varnish-1.1.tar.gz in Makefile it 
set:
CURSES_LIBS = -lcurses

when I checked source out from svn, run autogen.sh and then ./configure it set:
CURSES_LIBS =

In the seccond case I had to add -lcurses and -I /usr/include/ncurses. In the 
first case just the -I /usr/include/ncurses


Currently varnish from svn has been running for a day. Master process does not 
die but slave process still does restarts approximately once in hour.
Will try to get logs from those moments when slave does restarts.

janis


On Thursday 09 August 2007 18:49, Dag-Erling Smørgrav wrote:
> Janis Putrams <[EMAIL PROTECTED]> writes:
> > I had to modify Makefiles manually for it to find curses.h but that
> > could as well be problem on my side.
>
> What OS are you running on, and where is your curses.h installed?
>
> DES
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to