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!
|
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.... |
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..


ManOfTeal.COM a Proud UNA site, six years running strong! |
Mic didn't had memcached installed....fixed for him so much to do.... |
I show the exact same thing Memcache installed a yes but Memcache Cache Support a No
Anyone that can help it would be great!
|
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! |
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! |
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! |
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 |
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? |
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81 |
Host tool says "x86_64-redhat-linux-gnu" so it should be redhad. Waiting your advice. Thank you so much! |
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

ManOfTeal.COM a Proud UNA site, six years running strong! |
I see, there is Memcache and Memcached. Well I have installed Memcached. Am I suppose to install Memcache? |
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! |
|
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.... |
HI, Prashank25
I will send you PM so please check.
|
problem fixed, same issue. Memcached not installed. Not even a trace of it.... so much to do.... |
HI, Prashank25
Thank you so much for your help.
Memcached is not working just fine thanks!!
|