Ubnuntu installation woes

Trevor Turk trevorturk at gmail.com
Thu Oct 22 19:13:20 CEST 2009


2009/10/22 Dag-Erling Smørgrav <des at des.no>:
> Umm, how about:
>
> % svn co http://varnish.projects.linpro.no/svn/tags/varnish-2.0.4
> % cd varnish-2.0.4/varnish-cache
> % dpkg-buildpackage

Actually, this seems to be working. I think you need to do this:

% apt-get update
% apt-get install subversion autotools-dev automake1.9 libtool
autoconf libncurses-dev xsltproc quilt
% svn co http://varnish.projects.linpro.no/svn/tags/varnish-2.0.4
% cd varnish-2.0.4/varnish-cache
% dpkg-buildpackage
% cd ..
% dpkg -i libvarnish1_2.0.4-6_i386.deb
% dpkg -i varnish_2.0.4-6_i386.deb

I think I'm close to getting it working as Yann suggested, but this
way seems a bit easier.

What do you guys think about putting something like this into the
wiki? I'm hoping to save someone the trouble I've been through when
they try to set Varnish up.

- Trevor


More information about the varnish-dist mailing list