0 votos

Estoy tratando de compilar Varnish caching en mi Mac OS X

Cuando lo haga (como Root):

./autogen.sh

Me sale este error:

+ glibtoolize --copy --force
./autogen.sh: line 44: glibtoolize: command not found

Y cuando hago esto:

./configure --enable-developer-warnings --enable-debugging-symbols

Me sale 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 me salió 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 me lo recomendaron antes de instalarlo.

1voto

rpetrich Puntos 25769

La solución más sencilla es utilizar un gestor de paquetes como elaborar cerveza .

Descárgalo e instálalo utilizando el instalador de su página web.

Y luego simplemente brew install varnish . Descargará e instalará todos los requisitos previos por ti.

AppleAyuda.com

AppleAyuda es una comunidad de usuarios de los productos de Apple en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X