i would split these on several parts:
1) check that pecl memcached is installed properly. this is php component, 
so needs to be checked in php:

create info.php with "<?php phpinfo();" inside. Open with browser and check 
that memcached is present

2) check that memcached is running, many different ways: ps aux | grep 
memcached, launch manually with -vvv option, ets

3) run together - take any example code from pecl memcached put into 
test.php code and check in browser

running pecl memcached test will not fully help (these are C tests) and 
pretty confusing if something does not work.
 

On Sunday, May 18, 2014 2:04:51 PM UTC-7, Wilfred Khalik wrote:
>
> Using:  Ubuntu 14.01 LTS in a LEMP Stack
>
> I have managed to install Memcached from source and also have installed 
> PHP5-memcached.
>
> How do I know if the 2 are talking to each other?
>
> Is there some configuration that I need to change? Sorry if this is not 
> the forum to ask this question.
>
>
> Cheers.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to