Pecl install failed

Posted by poru on Server Fault See other posts from Server Fault or by poru
Published on 2010-04-04T23:42:17Z Indexed on 2010/04/04 23:53 UTC
Read the original article Hit count: 706

Filed under:
|
|

Hello, I'm trying to install memcached with pecl but I get every time this error:

checking for libmemcached location... configure: error: memcached support requires libmemcached. Use --with-libmemcached-dir= to specify the prefix where libmemcached headers and library are located ERROR: `/tmp/pear/cache/memcached-1.0.1/configure' failed

But if I type whereis memcached I get:

/usr/bin/memcached /etc/memcached.conf /usr/share/memcached /usr/share/man/man1/memcached.1.gz

I'm using a Ubuntu 8.04 server

© Server Fault or respective owner

Related posts about ubuntu

Related posts about memcached