Forgot to say you need to install automake. 2012/8/4 spameden <[email protected]>
> First of all you need to post to everyone this, use [email protected] for > this. > > Second, you need to use SVN. > > $ svn co https://svn.kannel.org/gateway/trunk/ > $ cd trunk > $ ./configure --with-mysql > $ make; make install > > after that you need to go to addons/sqlbox: > > $ cd addons/sqlbox > $ ./configure --with-mysql > $ make > $ make install > > configuration part is very well and detailed described in the User's > manual. > > > 2012/8/4 Clay Zevely <[email protected]> > >> I downloaded sqlbox-0.7.2 and trying to install however it is failing >> and the error appears to be >> incorrect as I do have automake installed. any sugestions on how I can >> proceed? >> >> Clay >> >> >> [root@SmsTracking sqlbox-0.7.2]# ./bootstrap >> + set -e >> + amvers=no >> + automake-1.10 --version >> + automake-1.9 --version >> + automake-1.8 --version >> + automake-1.7 --version >> + automake-1.6 --version >> + automake-1.5 --version >> + automake --version >> ++ automake --version >> ++ sed -e '1s/[^0-9]*//' -e q >> + amvers=1.11.1 >> + expr 1.11.1 '<' 1.5 >> + amvers=no >> + test no = no >> + set +x >> ./bootstrap: you need automake version 1.5 or later >> [root@SmsTracking sqlbox-0.7.2]# >> >> >> >> [root@SmsTracking sqlbox-0.7.2]# rpm -qa |grep automake >> automake-1.11.1-1.2.el6.noarch >> [root@SmsTracking sqlbox-0.7.2]# >> > >
