It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
root@home:~# apt-get install libcurl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl-dev is a virtual package provided by:
libcurl4-openssl-dev 7.21.0-2
libcurl4-gnutls-dev 7.21.0-2
You should explicitly select one to install.
E: Package 'libcurl-dev' has no installation candidate
root@home:~# dpkg -l | grep curl
ii curl 7.21.0-2 Get a file from an HTTP, HTTPS or FTP server
ii libcurl-ocaml 0.5.3-1 OCaml curl bindings (Runtime Library)
ii libcurl3 7.21.0-2 Multi-protocol file transfer library (OpenSSL)
ii libcurl3-gnutls 7.21.0-2 Multi-protocol file transfer library (GnuTLS)
ii libcurl4-openssl-dev 7.21.0-2 Development files and documentation for libcurl (OpenSSL)
ii php5-curl 5.3.3-7+squeeze3 CURL module for php5
root@home:~# apt-get install libcurl
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libcurl
root@home:~# apt-get install curl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package curl-dev
# LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
# [ACTION-IF-YES], [ACTION-IF-NO])
# ----------------------------------------------------------
# David ShawMay-09-2006
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 5644: syntax error near unexpected token `,'
./configure: line 5644: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'
alex@home:~/bitcoin$ cd pushpool-0.5.1/
alex@home:~/bitcoin/pushpool-0.5.1$ aclocal -I m4
alex@home:~/bitcoin/pushpool-0.5.1$ autoheader
alex@home:~/bitcoin/pushpool-0.5.1$ automake
alex@home:~/bitcoin/pushpool-0.5.1$ autoconf
configure.ac:35: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
#!/bin/sh
# You need autoconf 2.5x, preferably 2.57 or later
# You need automake 1.7 or later. 1.6 might work.
set -e
aclocal -I m4
autoheader
automake --gnu --add-missing --copy
autoconf
[btc@vps pushpool-0.5.1]$ ls
aclocal.m4 AUTHORS ChangeLog config.guess configure.ac db-postgresql.c elist.h hist.c INSTALL Makefile.am msg.c README ubbp.h
anet.c autotools-config.h.in compile config.sub COPYING db-sqlite.c example-blkmon.cfg htab.c install-sh Makefile.in NEWS server.c util.c
anet.h blkmond config.c configure db-mysql.c depcomp example-cfg.json htab.h m4 missing protocol.h server.h
aclocal -I m4
ltmain.sh (GNU libtool) 2.2.6b
Written by Gordon Matzigkeit, 1996
Copyright (C) 2008 Free Software Foundation, Inc.
alex@home:~/bitcoin$ cd pushpool-0.5.1/
alex@home:~/bitcoin/pushpool-0.5.1$ autoreconf
configure.ac:35: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
alex@home:~/bitcoin/pushpool-0.5.1$ autoreconf -vi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
alex@home:~/bitcoin/pushpool-0.5.1$ ./configure LDFLAGS=-L/home/alex/bitcoin/openssl/lib/ CPPFLAGS=-I/home/alex/bitcoin/openssl/include/
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 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 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
./configure: line 4767: syntax error near unexpected token `AX_LIB_MYSQL'
./configure: line 4767: `AX_LIB_MYSQL()'
alex@home:~/bitcoin/pushpool-0.5.1$ ls m4/
ax_lib_mysql.m4 ax_lib_postgresql.m4 ax_lib_sqlite3.m4
alex@home:~/bitcoin/pushpool-0.5.1$ autoreconf -fvi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:35: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
automake (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
aclocal (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
autoconf (GNU Autoconf) 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
autoheader (GNU Autoconf) 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
autom4te (GNU Autoconf) 2.67
Copyright (C) 2010 Free Software Foundation, Inc.