Post
Topic
Board Mining
Re: pushpool - open source pool software
by
pantherqs
on 31/08/2011, 08:05:23 UTC
Howdy, trying to get pushpoold setup on CentOS, searched around but couldn't seem to find a solution for it short of switching OS'.  Anyone have any idea what could be wrong here?  sqlite-devel is installed, at least I think it is.

Error on make:

Code:
make  all-am
make[1]: Entering directory `/home/pushpool/pushpool-0.4.1'
gcc -DHAVE_CONFIG_H -I. -fno-strict-aliasing -pthread -I/usr/include/mysql  -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64     -g -O2 -MT db-sqlite.o -MD -MP -MF .deps/db-sqlite.Tpo -c -o db-sqlite.o db-sqlite.c
db-sqlite.c: In function 'sql_open':
db-sqlite.c:137: error: 'SQLITE_OPEN_READWRITE' undeclared (first use in this function)
db-sqlite.c:137: error: (Each undeclared identifier is reported only once
db-sqlite.c:137: error: for each function it appears in.)
make[1]: *** [db-sqlite.o] Error 1
make[1]: Leaving directory `/home/pushpool/pushpool-0.4.1'
make: *** [all] Error 2

Thanks!