Problem enabling memcached.

@MattW

I followed your instructions but I get this error when I test the scripts

/etc/init.d/memcached: line 1: ched: command not found
Shutting down memcached: [ OK ]
Starting memcached: /usr/local/bin/start-memcached: line 1: tart-memcached: command no t found
/usr/local/bin/start-memcached: line 7: use: command not found
/usr/local/bin/start-memcached: line 8: syntax error near unexpected token `{'
/usr/local/bin/start-memcached: line 8: `if ($> != 0 and $< != 0) {'
[FAILED]
 
restarted apache and I get "An unexpected error occurred. Please try again later."

I have this in my php.ini but it won't show in phpinfo

extention="/usr/local/lib/php/extensions/no-debug-non-zts-20100525/memcache.so"
 
Top Bottom