Having problem with Installation of Memcache

Hi,

I have installed Memcache with following SHH code.

1.libevent was not installed so i have installed.
2.install memcached

cd /usr/local/src
wget https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
tar zxvf memcached-1.2.4.tar.gz
cd memcached-1.2.4
./configure
make
make install

-------------------------------------------

cd /usr/local/src
wget http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz
tar zxvf memcached-1.2.4.tar.gz
cd memcached-1.2.4
./configure
make
make install

--------------------------------------------------------

I didn't get any error with ./configure. So I think I have installed memcached properly.
But when I have checked /administration/cache.php?mode=engines, it is not still install.
I have installed memcached in /usr/local/src. Is this wrong directory?

Please give me a help!

Quote · 23 Sep 2013

First thing to check is if memcached is running.

what linux distro you running btw?

Try this if it gives any result.

/etc/init.d/memcached status

You can try starting it with.

/etc/init.d/memcached start

so much to do....
Quote · 23 Sep 2013

 

First thing to check is if memcached is running.

 I would like to know more about this as well.

That command does nothing for me.

This is what Dolphin is telling me..

cache2.jpg · 69.8K · 726 views
cache1.jpg · 105.4K · 734 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 23 Sep 2013

Mic didn't had memcached installed....fixed for him

so much to do....
Quote · 23 Sep 2013

I show the exact same thing   Memcache installed a yes but Memcache  Cache Support a No

 

Anyone that can help it would be great!

Quote · 23 Sep 2013

 

I show the exact same thing   Memcache installed a yes but Memcache  Cache Support a No

 

Anyone that can help it would be great!

What ended up was installing memcache, not memcached, I think..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 24 Sep 2013

 

Mic didn't had memcached installed....fixed for him

 yes, apparently there are two versions..

http://stackoverflow.com/questions/1442411/using-memcache-vs-memcached

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 24 Sep 2013

Hi, Prashank25

Thank you so much for your advice!

If you can tell me comand to run following code, it will be highly appreciated.

/etc/init.d/memcached status
/etc/init.d/memcached start

Thanks!

Quote · 24 Sep 2013

 You need shell access to the server to run this. Just enter each line and press enter.

/etc/init.d/memcached status
/etc/init.d/memcached start

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 24 Sep 2013

Hi, Thank you for your advice.

I was trying to investigate with following code....

-------------------------------------
/etc/init.d/memcached status
/etc/init.d/memcached start
-------------------------------------

but there was nothing inside.

-------------------------------------
[root@vps-1016521-9057 etc]# cd init.d
-bash: cd: init.d: No such file or directory
[root@vps-1016521-9057 etc]# ls
[root@vps-1016521-9057 etc]#
-------------------------------------

Do I have to install something in this directory?

Quote · 24 Sep 2013

What Linux do you use?

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 24 Sep 2013

Host tool says "x86_64-redhat-linux-gnu" so it should be redhad.
Waiting your advice. Thank you so much!

Quote · 24 Sep 2013

 

Do I have to install something in this directory?

 Did you read the post I linked to?

It seems that PHP has two memcached libraries named memcache and memcached. What is the difference and how do you know which one to use?

Prashank is the one to ask...

I installed it with this line:

sudo apt-get install memcached

memcached-working.jpg · 29.8K · 607 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 24 Sep 2013

I see, there is Memcache and Memcached.
Well I have installed Memcached.
Am I suppose to install Memcache?

Quote · 24 Sep 2013

 

Am I suppose to install Memcache?

 Not according to P..

I'm asking him now.

Trying to get him here to explain.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 24 Sep 2013

Upps, hehe

Quote · 24 Sep 2013

First need to verify memcached is installed and its running.

Send me your admin panel login through PM and probably ssh root login too if you are not comfortable with it.

btw put this in ssh

telnet localhost 11211
and let us know what you get.

so much to do....
Quote · 24 Sep 2013

HI, Prashank25

I will send you PM so please check.

Quote · 24 Sep 2013

problem fixed, same issue. Memcached not installed. Not even a trace of it....

so much to do....
Quote · 24 Sep 2013

HI, Prashank25

Thank you so much for your help.

Memcached is not working just fine thanks!!

Quote · 25 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.