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!
-
#8 written by Josh 3 months ago
If you don’t know what MemCached is then you probably shouldn’t be installing it :) But it’s a service that will run on the server that can accept and deliver differently-structured data much faster than a database.
However, I can’t get it working on DreamHost either.
Tried:
sudo apt-get install libevent1
But that didn’t work either.
Reading package lists… Done
Building dependency tree… Done
Package libevent1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
W: Couldn’t stat source package list http://debian.newdream.net etch/main Packages (/var/lib/apt/lists/debian.newdream.net_dists_etch_main_binary-amd64_Packages) – stat (2 No such file or directory)
…
W: You may want to run apt-get update to correct these problems
E: Package libevent1 has no installation candidateThen I figured I’d update apt-get like it says… which just gives more errors! Lots of 404s
Err http://debian.newdream.net etch/main Packages
404 Not Found
Err http://debian.newdream.net etch/non-free Packages
404 Not Found
Err http://debian.newdream.net etch/contrib Packages
404 Not Found
What a mess!!!
-
That’s definitely a problem with the /etc/apt/sources.list, write me at jj@dreamhost.com from the address linked to your account and I’ll take care of the problem personally. Of course you can always write in to support over at dreamhost.com and one of the crew currently working will help you out.
-
- Comment Feed for this Post
Didn't find any related posts :(
Worked for me. Thanks.