Issues Installing PHP Memcache module

Posted by smith on Server Fault See other posts from Server Fault or by smith
Published on 2009-10-16T20:35:55Z Indexed on 2010/03/30 16:03 UTC
Read the original article Hit count: 379

Filed under:
|

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?

© Server Fault or respective owner

Related posts about memcached

Related posts about php