Sto cercando di compilare il caching di Varnish sul mio Mac OS X

0

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.

    
posta jnbdz 09.08.2014 - 21:47
fonte

1 risposta

1

La soluzione più semplice è utilizzare un gestore di pacchetti come brew .

Scaricalo e installalo utilizzando il programma di installazione sul loro sito Web.

E poi semplicemente brew install varnish . Scaricherà e installerà tutti i prerequisiti per te.

    
risposta data 10.08.2014 - 02:34
fonte

Leggi altre domande sui tag