Showing posts with label memcache. Show all posts
Showing posts with label memcache. Show all posts

Saturday, 16 June 2007

Start of creating real entries to my blog


Just to start: here i'll put the info of my web programming experience, the problems i face and how they were solved.

Yestarday i installed memcache on linux machine: " When trying to start a demon - it shows me error: ./memcached: error while loading shared libraries: libevent-1.3b.so.1:
cannot open shared object file: No such file or directory

This lib is installed and the so file is located in /usr/local/lib"

The decision is: "just copied the libevent lib files from /usr/local/lib into /usr/lib and it works or create a symlink in /usr/lib"

Benchmarking the functionality of memcache now.