Author

Topic: Pool software other than jgarzik's? (Read 1716 times)

newbie
Activity: 14
Merit: 0
May 08, 2011, 02:54:09 AM
#6
Hey all, trying to get this to build, I think I have all the dependencies right, and when I try to run autogen.sh, I get this:

Code:
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./depcomp'
configure.ac:33: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

I'm getting more errors further along, but I'm taking it one error at a time since one of these might clear it up. Anyone have any ideas?
hero member
Activity: 588
Merit: 500
May 04, 2011, 04:08:01 AM
#5
Oops! Found the problem (I have jansson 2.0 and you don't) and sent you a pull request to fix it. Also had to put in a fix to make old versions of libmemcached compile.
hero member
Activity: 588
Merit: 500
May 04, 2011, 02:54:14 AM
#4
OK, so this built on my Fedora box OK, and on CentOS OK. But when I built on Ubuntu 10.04 Server, I get the following nasty error:

Code:
gcc -DHAVE_CONFIG_H -I. -fno-strict-aliasing -pthread     -g -O2 -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c
config.c: In function ‘read_config’:
config.c:305: warning: passing argument 2 of ‘json_loads’ makes integer from pointer without a cast
/usr/include/jansson.h:219: note: expected ‘size_t’ but argument is of type ‘struct json_error_t *’
config.c:305: error: too few arguments to function ‘json_loads’
make[1]: *** [config.o] Error 1

I've installed libjansson4 libjansson-dev from the developer's PPA.
hero member
Activity: 588
Merit: 500
May 02, 2011, 11:36:25 PM
#3
Much nicer, thanks!
member
Activity: 98
Merit: 13
May 02, 2011, 11:03:16 PM
#2
jgarzik's poold was the only mining pool software I could find on the wiki. Are there others released?

You mean the python demo proxy?  There's a C version being used in production at several sites, that's much better:  https://github.com/jgarzik/pushpool

Also, see signature if you need hosting Smiley

hero member
Activity: 588
Merit: 500
May 02, 2011, 10:28:25 PM
#1
jgarzik's poold was the only mining pool software I could find on the wiki. Are there others released?
Jump to: