Quando faccio (come root):
./autogen.sh
Ho ricevuto questo errore:
+ glibtoolize --copy --force
./autogen.sh: line 44: glibtoolize: command not found
E poi quando faccio questo:
./configure --enable-developer-warnings --enable-debugging-symbols
Ho ricevuto questo errore:
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.
Qualcuno sa come risolvere questo?
Ho provato ad installare Varnish con homebrew e ho ottenuto questo:
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.
Questo è stato consigliato prima dell'installazione.