On 7/17/07, Paul Lindner <[EMAIL PROTECTED]> wrote:
On Mon, Jul 16, 2007 at 11:37:48PM -0700, [EMAIL PROTECTED] wrote:
> Thanks for the fix. Now it compiles. But if I run it I get this error:
> [EMAIL PROTECTED] server]$ ./memcached -d -l 127.0.0.1 -p 11211 -m 80 -t 2
> Illegal address: 127.0.0.1
Try removing '-l 127.0.0.1' from your command line. It's a bit
strange that you get the 'illegal address' message. Are you running
SElinux perhaps?
I removed it and it works. SElinux has always been turned off in my
box. And if I memcached with -l 127.0.0.1 with the binary I got from
the rpms in FC8 devel, it works fine.