majksner / php-memcached-mamp

Pecl Memcached Extension for MAMP 3.x

Home Page:http://majksner.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brew install fails

jeroendesloovere opened this issue · comments

Hi,

brew install memcached

Gives me the error:

==> Installing memcached dependency: libevent
==> Downloading https://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz

curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "libevent"
Download failed: https://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz

and

brew install libmemcached

Gives me the error:

==> Installing dependencies for libmemcached: libevent, memcached
==> Installing libmemcached dependency: libevent
==> Downloading https://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz

curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "libevent"
Download failed: https://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz

Is there another way to install these dependencies?

It's something wrong on your side. This has nothing to do with php-memcached-mamp.