> After configuring & making - when trying to run > > ./beanstalkd -d -l 10.0.1.5 -p 11300 > > the following error: > > ./beanstalkd: net.c:59 in make_server_socket: bind(): Can't assign > requested address > ./beanstalkd: beanstalkd.c:274 in main: make_server_socket()
It looks to me like the port (11300) is in use already. Try executing "lsof -i -n -P" and see if 11300 is in there. > > I have libevent installed, and unsure as to what this error actually > means. > > All/any help warmly recieved. If you need more info, I will be happy > to share. > Thanks in advance. > Kyle > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en -~----------~----~----~----~------~----~------~--~---
