Issues Installing PHP Memcache module
- by smith
I am trying to install memcache on my VPS. When I type
$ pecl install memcache
I get this error
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
ERROR: `/root/tmp/pear/memcache/configure --enable-memcache-session=yes' failed
Any ideas what the issue could be?