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 sudo tar -xvf kr-beanstalkd-v1.4.6-0-gb4dbe7e.tar.gz sudo apt-get install libevent-dev sudo apt-get install autoconf sudo apt-get install gcc sudo apt-get install libtool sudo ./autogen.sh sudo ./configure sudo sudo make make all-am make[1]: Entering directory `/mnt/beanstalkd/kr-beanstalkd-4e0dc33' gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o beanstalkd.o beanstalkd.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o binlog.o binlog.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o conn.o conn.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o job.o job.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o ms.o ms.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o net.o net.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o port.o port.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o pq.o pq.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o primes.o primes.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o prot.o prot.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o tube.o tube.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/include -c -o util.o util.c gcc -g -O2 -Wall -Werror -I/usr/include -L/usr/lib -Wl,-rpath,/usr/ lib -o beanstalkd beanstalkd.o binlog.o conn.o job.o ms.o net.o port.o pq.o primes.o prot.o tube.o util.o -levent -levent -levent -lnsl make[1]: *** No rule to make target `NEWS.md', needed by `all-am'. Stop. make[1]: Leaving directory `/mnt/beanstalkd/kr-beanstalkd-4e0dc33' make: *** [all] Error 2 Any what the issue is? -- 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.
