The Blog of a Programmer
Memcache on DreamHost PS
Create an admin user:
https://panel.dreamhost.com/index.cgi?tree=vserver.adminusers&
Login to SSH using that admin, then run:
sudo apt-get install memcached
That’ll do it!
| This entry was posted by JuanJose on March 11, 2010 at 7:26 pm, and is filed under Memcached, Software. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 4 months ago
Worked for me. Thanks.
about 4 months ago
On my PS it says the following and refuses to install the thing
The following packages have unmet dependencies:
memcached: Depends: libevent1 (>= 1.1a) but it is not going to be installed
about 4 months ago
Try installing libevent1:
sudo apt-get install libevent1
about 2 months ago
So, it’s possible?
I can’t do that. Anyone to help me?
How to doing this on dreamhost PS?
I just creat the admin user, after that I don’t know where go to continue the procedure.
Helppppppppppppp!
about 3 weeks ago
Worked as described for me… thanks!