Its very obviouse that this is a none CakePHP related issue, anyhow, i suggest giving google a try on how to install memcached on centos, the whole thing that you are facing is that memcached is not installed in your server, make sure to have it installed, make sure that the deamon is running, and finally make sure that you have selected memcached as you caching engine in core.php
On Sat, Dec 4, 2010 at 8:59 PM, Dave Maharaj <[email protected]> wrote: > Its just never there. > > /etc/init.d/memcached restart > -bash: /etc/init.d/memcached: No such file or directory > Added extension=memcache.so to php.ini even found a tip on google to make a > memcache.ini tried that and same result. > > It goes thru installing. Its there in the server...its in phpinfo it just > will not run. > > I wipped the server completely back to new and tried this is the 6th time > and same thing. > > Completely frustrated with this foolishness. > > memcached -d -m 512 -l 127.0.0.1 -p 11211 -u nobody > -bash: memcached: command not found > > So see if MT ever gets back to me either....... > > Thanks, > > Dave > > -----Original Message----- > From: Miles J [mailto:[email protected]] > Sent: December-04-10 10:17 PM > To: CakePHP > Subject: Re: Memcache Set up Help > > Have you tried running: > > /etc/init.d/memcached restart > > Or startup (i think) > > On Dec 4, 2:45 pm, cricket <[email protected]> wrote: > > On Sat, Dec 4, 2010 at 4:18 PM, Dave Maharaj <[email protected]> > wrote: > > > Thanks for your help Cricket and Miles...really appreciated! > > > > > So telnet localhost 11211 returns Connection refused. > > > > > I am on media temple and follow > > >http://kb.mediatemple.net/questions/1693/Installing+memcached > > > > > I run make test after the install goes thru like the command says which > says > > > build successful make bogus test (no idea what that is) > > > > > /etc/init.d/memcached status returns > > > > > -bash: /etc/init.d/memcached: No such file or directory > > > > > I am on Linux CentOs > > > > > So its there installed since I see it in phpinfo but not running > obviously. > > > > > When I run memcached -d -m 512 -l 127.0.0.1 -p 11211 -u nobody I get > > > -bash: memcached: command not found > > > > > I am looged in as root thru the shell so everything is at admin level. > Just > > > lost here. Something not going as planned that’s forsure. > > > > > Any other ideas to try guys? > > > > Search online for "centos memcached"? > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
