On Fri, Aug 13, 2010 at 1:00 PM, dustismo <[email protected]> wrote: > I downloaded the most recent tarball, trying to build on ubuntu. > > Have install the dependancies: > > sudo wget http://github.com/kr/beanstalkd/tarball/v1.4.6 > > Any what the issue is?
Yes, the URL you used is not actually the released tarball. Mostly because of autotools, we can't release directly from git, so those github auto-generated tarballs don't work. Instead, we have to use automake to generate a tarball, then put it on a server. Here's the link you want: http://xph.us/dist/beanstalkd/beanstalkd-1.4.6.tar.gz (Also, check the release notes: http://kr.github.com/beanstalkd/2010/05/23/1.4.6-release-notes.html ) kr -- 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.
