varnish / varnish-modules

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

The configure is missing after running "bootstrap" #120

Closed YKanev closed 5 years ago

YKanev commented 5 years ago

Hi,

I have Varnish 4.0.5 installed on a CentOS7 server and I was following the intallation instructions and got stuck on the first command: ./bootstrap

+ mkdir -p m4
+ aclocal -I m4 -I /usr/share/aclocal
+ libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
+ autoheader
+ automake --add-missing --copy --foreign
src/Makefile.am:25: error: 'vmod_LTLIBRARIES' is used but 'vmoddir' is undefined
src/Makefile.am:51: warning: variable 'libvmod_header_la_SOURCES' is defined but no program or
src/Makefile.am:51: library has 'libvmod_header_la' as canonical name (possible typo)
src/Makefile.am:65: warning: variable 'nodist_libvmod_xkey_la_SOURCES' is defined but no program or
src/Makefile.am:65: library has 'libvmod_xkey_la' as canonical name (possible typo)
src/Makefile.am:61: warning: variable 'nodist_libvmod_vsthrottle_la_SOURCES' is defined but no program or
src/Makefile.am:61: library has 'libvmod_vsthrottle_la' as canonical name (possible typo)
src/Makefile.am:56: warning: variable 'libvmod_xkey_la_SOURCES' is defined but no program or
src/Makefile.am:56: library has 'libvmod_xkey_la' as canonical name (possible typo)
src/Makefile.am:64: warning: variable 'nodist_libvmod_var_la_SOURCES' is defined but no program or
src/Makefile.am:64: library has 'libvmod_var_la' as canonical name (possible typo)
src/Makefile.am:53: warning: variable 'libvmod_saintmode_la_SOURCES' is defined but no program or
src/Makefile.am:53: library has 'libvmod_saintmode_la' as canonical name (possible typo)
src/Makefile.am:58: warning: variable 'nodist_libvmod_bodyaccess_la_SOURCES' is defined but no program or
src/Makefile.am:58: library has 'libvmod_bodyaccess_la' as canonical name (possible typo)
src/Makefile.am:63: warning: variable 'nodist_libvmod_tcp_la_SOURCES' is defined but no program or
src/Makefile.am:63: library has 'libvmod_tcp_la' as canonical name (possible typo)
src/Makefile.am:59: warning: variable 'nodist_libvmod_cookie_la_SOURCES' is defined but no program or
src/Makefile.am:59: library has 'libvmod_cookie_la' as canonical name (possible typo)
src/Makefile.am:62: warning: variable 'nodist_libvmod_saintmode_la_SOURCES' is defined but no program or
src/Makefile.am:62: library has 'libvmod_saintmode_la' as canonical name (possible typo)
src/Makefile.am:50: warning: variable 'libvmod_cookie_la_SOURCES' is defined but no program or
src/Makefile.am:50: library has 'libvmod_cookie_la' as canonical name (possible typo)
src/Makefile.am:55: warning: variable 'libvmod_var_la_SOURCES' is defined but no program or
src/Makefile.am:55: library has 'libvmod_var_la' as canonical name (possible typo)
src/Makefile.am:83: warning: variable 'nodist_libvmod_softpurge_la_SOURCES' is defined but no program or
src/Makefile.am:83: library has 'libvmod_softpurge_la' as canonical name (possible typo)
src/Makefile.am:60: warning: variable 'nodist_libvmod_header_la_SOURCES' is defined but no program or
src/Makefile.am:60: library has 'libvmod_header_la' as canonical name (possible typo)
src/Makefile.am:52: warning: variable 'libvmod_vsthrottle_la_SOURCES' is defined but no program or
src/Makefile.am:52: library has 'libvmod_vsthrottle_la' as canonical name (possible typo)
src/Makefile.am:49: warning: variable 'libvmod_bodyaccess_la_SOURCES' is defined but no program or
src/Makefile.am:49: library has 'libvmod_bodyaccess_la' as canonical name (possible typo)
src/Makefile.am:54: warning: variable 'libvmod_tcp_la_SOURCES' is defined but no program or
src/Makefile.am:54: library has 'libvmod_tcp_la' as canonical name (possible typo)
src/Makefile.am:82: warning: variable 'libvmod_softpurge_la_SOURCES' is defined but no program or
src/Makefile.am:82: library has 'libvmod_softpurge_la' as canonical name (possible typo)

as a result there was not any configuration script generated. What have I done wrong?

Regards

gquintard commented 5 years ago

"src/Makefile.am:25: error: 'vmod_LTLIBRARIES' is used but 'vmoddir' is undefined"

What git branch are you using?

On Tue, Oct 2, 2018, 04:20 YKanev notifications@github.com wrote:

Hi,

I have Varnish 4.0.5 installed on a CentOS7 server and I was following the intallation instructions and got stuck on the first command: ./bootstrap

  • mkdir -p m4
  • aclocal -I m4 -I /usr/share/aclocal
  • libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, build-aux'. libtoolize: copying filebuild-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, m4'. libtoolize: copying filem4/libtool.m4' libtoolize: copying file m4/ltoptions.m4' libtoolize: copying filem4/ltsugar.m4' libtoolize: copying file m4/ltversion.m4' libtoolize: copying filem4/lt~obsolete.m4'
  • autoheader
  • automake --add-missing --copy --foreign src/Makefile.am:25: error: 'vmod_LTLIBRARIES' is used but 'vmoddir' is undefined src/Makefile.am:51: warning: variable 'libvmod_header_la_SOURCES' is defined but no program or src/Makefile.am:51: library has 'libvmod_header_la' as canonical name (possible typo) src/Makefile.am:65: warning: variable 'nodist_libvmod_xkey_la_SOURCES' is defined but no program or src/Makefile.am:65: library has 'libvmod_xkey_la' as canonical name (possible typo) src/Makefile.am:61: warning: variable 'nodist_libvmod_vsthrottle_la_SOURCES' is defined but no program or src/Makefile.am:61: library has 'libvmod_vsthrottle_la' as canonical name (possible typo) src/Makefile.am:56: warning: variable 'libvmod_xkey_la_SOURCES' is defined but no program or src/Makefile.am:56: library has 'libvmod_xkey_la' as canonical name (possible typo) src/Makefile.am:64: warning: variable 'nodist_libvmod_var_la_SOURCES' is defined but no program or src/Makefile.am:64: library has 'libvmod_var_la' as canonical name (possible typo) src/Makefile.am:53: warning: variable 'libvmod_saintmode_la_SOURCES' is defined but no program or src/Makefile.am:53: library has 'libvmod_saintmode_la' as canonical name (possible typo) src/Makefile.am:58: warning: variable 'nodist_libvmod_bodyaccess_la_SOURCES' is defined but no program or src/Makefile.am:58: library has 'libvmod_bodyaccess_la' as canonical name (possible typo) src/Makefile.am:63: warning: variable 'nodist_libvmod_tcp_la_SOURCES' is defined but no program or src/Makefile.am:63: library has 'libvmod_tcp_la' as canonical name (possible typo) src/Makefile.am:59: warning: variable 'nodist_libvmod_cookie_la_SOURCES' is defined but no program or src/Makefile.am:59: library has 'libvmod_cookie_la' as canonical name (possible typo) src/Makefile.am:62: warning: variable 'nodist_libvmod_saintmode_la_SOURCES' is defined but no program or src/Makefile.am:62: library has 'libvmod_saintmode_la' as canonical name (possible typo) src/Makefile.am:50: warning: variable 'libvmod_cookie_la_SOURCES' is defined but no program or src/Makefile.am:50: library has 'libvmod_cookie_la' as canonical name (possible typo) src/Makefile.am:55: warning: variable 'libvmod_var_la_SOURCES' is defined but no program or src/Makefile.am:55: library has 'libvmod_var_la' as canonical name (possible typo) src/Makefile.am:83: warning: variable 'nodist_libvmod_softpurge_la_SOURCES' is defined but no program or src/Makefile.am:83: library has 'libvmod_softpurge_la' as canonical name (possible typo) src/Makefile.am:60: warning: variable 'nodist_libvmod_header_la_SOURCES' is defined but no program or src/Makefile.am:60: library has 'libvmod_header_la' as canonical name (possible typo) src/Makefile.am:52: warning: variable 'libvmod_vsthrottle_la_SOURCES' is defined but no program or src/Makefile.am:52: library has 'libvmod_vsthrottle_la' as canonical name (possible typo) src/Makefile.am:49: warning: variable 'libvmod_bodyaccess_la_SOURCES' is defined but no program or src/Makefile.am:49: library has 'libvmod_bodyaccess_la' as canonical name (possible typo) src/Makefile.am:54: warning: variable 'libvmod_tcp_la_SOURCES' is defined but no program or src/Makefile.am:54: library has 'libvmod_tcp_la' as canonical name (possible typo) src/Makefile.am:82: warning: variable 'libvmod_softpurge_la_SOURCES' is defined but no program or src/Makefile.am:82: library has 'libvmod_softpurge_la' as canonical name (possible typo)

as a result there was not any configuration script generated. What have I done wrong?

Regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/varnish/varnish-modules/issues/120, or mute the thread https://github.com/notifications/unsubscribe-auth/ADmgKRb55qfPVCyJjID8lDhw-gUXhLx4ks5ug0vpgaJpZM4XD054 .

dridi commented 5 years ago

Sorry, we don't support Varnish 4.0, it reached its EOL a long time ago.