varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

Error in makefile #213

Open codessauro opened 1 year ago

codessauro commented 1 year ago

./configure
configure: error: Varnish version 7.0.0 or higher is required. root@root:/etc/varnish/varnish-modules# sudo make make: *** No targets specified and no makefile found. Stop.

root@root:/etc/varnish/varnish-modules# varnishd -V varnishd (varnish-7.0.3 revision 6a4c6a5c7e6c544cab8) Copyright (c) 2006 Verdens Gang AS

root@root:/etc/varnish/varnish-modules# make make: *** No targets specified and no makefile found. Stop.

gquintard commented 1 year ago

Hi,

if the configure step fails, there's no point in trying to call make (which you shouldn't do through sudo). How was varnish installed?

codessauro commented 1 year ago

I find not have installed package phyton-sphinx, my fault

gquintard commented 1 year ago

thanks for reporting, all solved then?