Ste'phane wrote:
I cannot connect to the localhost's 11211 port: 
http://phpmyadmin.zeblods.com/memcachetest.php write "Could not connect".

I tried to check if the daemon is enabled: 
http://blogs.sun.com/trond/entry/memcached_in_solaris

# svccfg
svc:> select memcached
Pattern 'memcached' doesn't match any instances or services
# svcadm enable memcached
svcadm: Pattern 'memcached' doesn't match any instances
# uname -a
SunOS ZeblodServer 5.11 snv_130 i86pc i386 i86pc


How can I make it work ?

install memcached
(use pkg search to find the associated package - "pkg search memcached", then run "pkg install PKGNAME")

start the service
(run "svcs -a | grep memcached" to find the service name; then run "svcadm enable SVCNAME")

"pfexec pkg install SUNWmemcached && svcadm enable memcached:default" should do it

(I think the package rename came after snv_130)

_______________________________________________


webstack-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/webstack-discuss

Reply via email to