Sign up ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

I have problems to run make on the latest memcached PHP extension, on CentOS 6.5:

pecl download memcached

tar zxvf memcached-2.2.0.tgz

cd memcached-2.2.0/

phpize

./configure --disable-memcached-sasl --with-libmemcached-dir=/usr

make

Then i get the following error: https://gist.github.com/adionditsak/b704ef4328e7f258d7e0

share|improve this question
    
Did you install libmemcached-devel? –  cuonglm Aug 11 '14 at 10:01
    
Yes - Package libmemcached-devel-0.31-1.1.el6.x86_64 already installed and latest version –  Adionditsak Aug 11 '14 at 10:15
    
I get the same errors as these guys: github.com/php-memcached-dev/php-memcached/issues/69 - tried both from pecl and github –  Adionditsak Aug 11 '14 at 10:33
    
I can see a lot of people have the same errors... and no solution, really... –  Adionditsak Aug 11 '14 at 10:34
    
memcached-2.2.0 required libmemcached 1.0 and later. You need to compile libmemcached first since centos default package is too old. –  kholis Oct 31 '14 at 13:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.