> 1. unpack http://dl.dropbox.com/u/194771/beanstalkd-1.4.3+17+gb1a6cd7.tar.gz > 2. run ./configure and make check > 3. reply to this message saying, "yes, it worked on [OS]" or "no, here > is the error output". > > Pretty please?
Sorry to be the bearer of bad news: FreeBSD 8.0 RELEASE amd64 on VMware failed (see attached file). Ubuntu 9.04 Desktop amd64 on VMware - libevent-dev "1.3e-3" was available (beanstalkd requires libevent 1.4.1 or later, this is included with 9.10 karmic/10.04 lucid). Installed libevent 1.4.13 from source, beanstalkd ./configure and make check were fine after this, maybe add a documentation note (i.e. 9.10 and above only are supported out of the box). Solaris 10 is still installing, I'll get back to you. -Kurt -- 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.
gcc -g -O2 -Wall -Werror -I/usr/local/include -L/usr/local/lib -R/usr/local/l ib -o cutgen cutgen.o -levent -levent -levent mkdir -p tests ./cutgen -o tests/cutcheck.c ./tests/test_job.c ./tests/test_pq.c - parsing './tests/test_job.c'... done. - parsing './tests/test_pq.c'... done. gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/local/include -c -o te sts/cutcheck.o tests/cutcheck.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/local/include -c -o cu t.o cut.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/local/include -c -o te sts/test_job.o tests/test_job.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/local/include -c -o te sts/test_pq.o tests/test_pq.c gcc -g -O2 -Wall -Werror -I/usr/local/include -L/usr/local/lib -R/usr/local/l ib -o tests/cutcheck -levent -levent -levent /usr/lib/crt1.o(.text+0x8a): In function `_start': : undefined reference to `main' *** Error code 1 Stop in /usr/home/kurt/beanstalkd-1.4.3+17+gb1a6cd7.
