1.1.1 progress

Janis Putrams janis.putrams at delfi.lv
Fri Aug 10 14:41:33 CEST 2007


07:37:04 root[pts/1]@slow ~# uname -a
Linux slow 2.6.16.52-1smp #1 SMP Thu May 31 19:32:54 CEST 2007 i686 Intel(R)_Xeon(R)_CPU____________5150__ at _2.66GHz PLD Linux
07:37:05 root[pts/1]@slow ~# 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/1]@slow ~# rpm -qf /usr/include/ncurses/curses.h
ncurses-devel-5.5-2
07:37:38 root[pts/1]@slow ~#

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 <janis.putrams at delfi.lv> 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



More information about the varnish-misc mailing list