Estoy tratando de compilar el almacenamiento en caché de Varnish en mi Mac OS X

0

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.

    
pregunta jnbdz 09.08.2014 - 21:47

1 respuesta

1

La solución más sencilla es usar un administrador de paquetes como brew .

Descárguelo e instálelo utilizando el instalador en su sitio web.

Y luego simplemente brew install varnish . Se descargará e instalará todos los requisitos previos para usted.

    
respondido por el Alistair McMillan 10.08.2014 - 02:34

Lea otras preguntas en las etiquetas