varnish / varnish-modules

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

No configure file? #84

Closed zoglun closed 7 years ago

zoglun commented 7 years ago

root@localhost:~/varnish-modules# ./bootstrap

root@localhost:~/varnish-modules# ./configure -su: ./configure: No such file or directory

root@localhost:~/varnish-modules# dir aclocal.m4 bootstrap COPYING m4 README.rst AUTHORS CHANGES.rst docs Makefile.am src autom4te.cache configure.ac LICENSE man test-vclsnippet

zoglun commented 7 years ago

Ah I find the reason. "./bootstrap: 51: ./bootstrap: libtoolize: not found"

apt-get install libtool solve it.