install/run error segmentation fault...

xing at fictionpress.com xing at fictionpress.com
Mon Dec 27 15:04:42 PST 2004


New to running memcached and have a bit of trouble getting the daemon to 
work:

System: Fedora 2
Kernel: 2.6.9 (non-fedora kernel...one from kernel.org)

I first compiled and installed the latest libevent..no problem here

then tried to compile and install the latest memcached

1) ./configure && make -> no problem
2) make install :

[root at dell3 memcached-1.1.11]# make install
make[1]: Entering directory `/opt/memcached-1.1.11'
/bin/sh ./mkinstalldirs /usr/local/bin
   /usr/bin/install -c  memcached /usr/local/bin/memcached
make  install-man1
make[2]: Entering directory `/opt/memcached-1.1.11'
/bin/sh ./mkinstalldirs /usr/local/man/man1
  /usr/bin/install -c -m 644 ./doc/memcached.1 
/usr/local/man/man1/doc/memcached.1
/usr/bin/install: cannot create regular file 
`/usr/local/man/man1/doc/memcached.1': No such file or directory
make[2]: *** [install-man1] Error 1
make[2]: Leaving directory `/opt/memcached-1.1.11'
make[1]: *** [install-man] Error 2
make[1]: Leaving directory `/opt/memcached-1.1.11'
make: *** [install-am] Error 2

Looks like an error saving man file..no problem..so I thought.

3) run the compiled modules from compile directory

[root at dell3 memcached-1.1.11]# ./memcached -m 256 -l 127.0.0.1 -p 11211 
-u root -d
[root at dell3 memcached-1.1.11]# jobs
[root at dell3 memcached-1.1.11]#

Noice that memched just exited..

4) Run with -vvv and without -d option:

[root at dell3 memcached-1.1.11]# ./memcached -m 256 -l 127.0.0.1 -p 11211 
-u root -vvv
<3 server listening
Segmentation fault
[root at dell3 memcached-1.1.11]#


Thanks for any help.

Xing



More information about the memcached mailing list