> I got the source via git clone git://github.com/kr/beanstalkd.git, but > there's no configure script in there. Do I need to get a different > version? Can I build without running configure first? (On Ubuntu 9.04, > Karmic)
You need to run ./autogen.sh to create the configure script. See the README-DEVELOPERS file: http://github.com/kr/beanstalkd/blob/master/README-DEVELOPERS Regards, Phil -- 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.
