In addons/sqlbox, try to ./configure without the ./bootstrap.
== Rene From: [email protected] [mailto:[email protected]] On Behalf Of Allen Chan Sent: Monday, 07 November, 2011 20:51 To: [email protected] Subject: Compiling sqlbox with kannel 1.5.0 Hi all, I apologize for the noob question but I am under a fast deadline to implement. I am having issues compiling sqlbox with kannel 1.5.0. Thank you for your time and please let me know if I provided enough information. [root@kannel sqlbox]# cat /etc/redhat-release CentOS release 5.7 (Final) [root@kannel sqlbox]# uname -a Linux kannel 2.6.18-274.el5 #1 SMP Fri Jul 22 04:49:12 EDT 2011 i686 i686 i386 GNU/Linux Here is what I did: (bolded are the commands that I ran and italics is the output) svn co https://svn.kannel.org/gateway/trunk Cd trunk./configure --prefix=/usr/local/kannel-1.5.0 --enable-start-stop-daemon --with-mysql make >& make.log & make install >& install.log & Cd addons/sqlbox/ ./bootstrap ./configure --with-kannel-dir=/usr/local/kannel-1.5.0/ + set -e + amvers=no + automake-1.11 --version + automake-1.10 --version + automake-1.9 --version + amvers=-1.9 + test -1.9 = no + libtoolize=no + glibtoolize --version + libtoolize --version + libtoolize=libtoolize + test libtoolize = no + set +x + test '!' -d autotools + libtoolize --copy --force You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. Putting files in AC_CONFIG_AUX_DIR, `autotools'. + test -f ltmain.sh + aclocal-1.9 -I autotools + autoconf + autoheader + automake-1.9 --add-missing --copy configure.in: installing `autotools/install-sh' configure.in: installing `autotools/missing' gw/Makefile.am: installing `autotools/depcomp' make bindir=/usr/local/kannel-1.5.0/ make: *** No targets specified and no makefile found. Stop.
