Did you edit config.php to point to the correct host for memcache ? I assume you have verified that you can connect from the apache/php machine to the memcached host ?
Shanti On Fri, Nov 19, 2010 at 12:02 PM, Hariharan, Rema <[email protected]>wrote: > Here is the error I see in the Apache error log (other than the one I sent > earlier): > > [Fri Nov 19 13:34:07 2010] [error] [client 10.236.49.119] PHP Warning: > Memcache::get() [<a > href='function.Memcache-get'>function.Memcache-get</a>]: > php_network_getaddresses: getaddrinfo failed: Name or service not known in > /var/www/oliophp/classes/MemCached.php on line 43 > > [Fri Nov 19 13:33:52 2010] [error] [client 10.236.49.119] index.php waiting > for cache. > [Fri Nov 19 13:33:53 2010] [error] [client 10.236.49.119] index.php waiting > for cache. > [Fri Nov 19 13:33:53 2010] [error] [client 10.236.49.119] index.php waiting > for cache. > [Fri Nov 19 13:33:53 2010] [error] [client 10.236.49.119] index.php waiting > for cache. > > > So it seems like there is a problem getting the network address. > > - Rema > > > >
