Author

Topic: Syntax error with pushpool... Please help. (Read 871 times)

hero member
Activity: 938
Merit: 1000
August 28, 2012, 06:10:11 AM
#8
You are amazing!!!! Grin Grin Grin Grin

I will remember this once I get some coins. Thank you!

Glad that solved it, have fun setting everything up Smiley
newbie
Activity: 6
Merit: 0
August 27, 2012, 07:51:29 PM
#7
You are amazing!!!! Grin Grin Grin Grin

I will remember this once I get some coins. Thank you!
hero member
Activity: 938
Merit: 1000
August 19, 2012, 06:26:06 PM
#6
Yes. I did run autogen. I reinstall a fresh copy of squeeze and followed the tutorial and still get the same error.

Try a sudo apt-get install libcurl4-gnutls-dev, run autogen and try again Smiley
newbie
Activity: 6
Merit: 0
August 19, 2012, 06:17:06 PM
#5
Yes. I did run autogen. I reinstall a fresh copy of squeeze and followed the tutorial and still get the same error.
hero member
Activity: 938
Merit: 1000
August 18, 2012, 03:35:09 AM
#4
Did you run autogen?
newbie
Activity: 6
Merit: 0
August 18, 2012, 02:31:15 AM
#3
Thanks.... Fixed
legendary
Activity: 1358
Merit: 1002
August 18, 2012, 02:02:22 AM
#2
It helps a lot if instead of "Hey Everyone. Maybe you can help." you put a title that describes the problem you have.
newbie
Activity: 6
Merit: 0
August 18, 2012, 01:28:41 AM
#1
Hey all, I am new to the bitcoin world but for a living I deal with currency trading. I found out about bitcoins from a friend and am trying to learn more about them and try my luck at mining.

Maybe someone on here can help. I am trying to install a pushpool onto my server and i keep getting this error. Anyone know what I can do to fix it? Sorry I know this is the noobie section but I dont have access to tech support.

Code:
root@Server1:~/pushpool-0.5.1# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking for event_base_new in -levent... yes
checking for pthread_create in -lpthread... yes
checking for uncompress in -lz... yes
checking for json_loads in -ljansson... yes
checking for MD5_Init in -lcrypto... yes
checking for memcached_get in -lmemcached... yes
checking for argp_parse in -largp... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for SQLite3 library >= 3.0.0... not found
checking for mysql_config... /usr/bin/mysql_config
checking for pg_config... no
no
./configure: line 5869: syntax error near unexpected token `,'
./configure: line 5869: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'
root@Server1:~/pushpool-0.5.1#

BTW I am running squeeze
Jump to: