Cuando lo haga (como root):
./autogen.sh
Recibo este error:
+ glibtoolize --copy --force
./autogen.sh: line 44: glibtoolize: command not found
Y luego cuando hago esto:
./configure --enable-developer-warnings --enable-debugging-symbols
Recibo este error:
configure: error: Package requirements (libpcre) were not met:
No package 'libpcre' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables PCRE_CFLAGS
and PCRE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
¿Alguien sabe cómo resolver esto?
Intenté instalar Varnish con homebrew y obtuve esto:
sudo brew link pkg-config pcre
Error: Cowardly refusing to 'sudo brew link'
You can use brew with sudo, but only if the brew executable is owned by root.
However, this is both not recommended and completely unsupported so do so at
your own risk.
Esto fue lo que yo recomendé antes de instalar.