Hello, I tried many times to compile the kannel and SQLBox via source under Ubuntu but it always failed. There are many errors you have to follow each one to solve it. finally, I decided to install the Kannel Via Repository apt-get get install kannel kannel-extra and it's working like charm.
Regarding your CentOS, Personally; I have no Idea as I'm using It only for website server running under WHM. Below are some commands you must follow first might be helped, did you? ./bootstrap.sh ./configure --disable-docs --enable-start-stop-daemon --with-mysql --with-mysql-dir=/var/lib/mysql make make install Best Regards On Sat, Mar 9, 2019 at 7:31 PM MOSES KARIUKI <kariuk...@gmail.com> wrote: > Dear Users, > > Any assistance on this? Please assist. > > Regards, > Moses > > On Thu, Jan 3, 2019 at 4:16 PM MOSES KARIUKI <kariuk...@gmail.com> wrote: > >> Dear Users, >> >> I am getting the below error while trying to install Kannel after running >> the command make -j3 install : >> >> -lxml2 -lz -lm -ldl -lpcreposix -lpcre -lcrypto -lssl -Wl,-rpath >> -Wl,/usr/local/lib >> smscconn.o: In function `smscconn_create': >> /opt/knl/installs/kannel.svn/trunk/gw/smscconn.c:360: *undefined >> reference to `smsc_soap_parlayx_create'* >> collect2: error: ld returned 1 exit status >> make[2]: *** [bearerbox] Error 1 >> make[2]: *** Waiting for unfinished jobs.... >> make[2]: Leaving directory `/opt/knl/installs/kannel.svn/trunk/gw' >> make[1]: *** [install-recursive] Error 1 >> make[1]: Leaving directory `/opt/knl/installs/kannel.svn/trunk' >> make: *** [install] Error 2 >> >> These are the steps I have followed so far : >> >> 1. Install Postgres >> 2. yum install postgresql-devel >> 3. yum update >> 4. yum groupinstall -y 'Development Tools' >> 5. yum install libxml2-devel -y >> 6. yum install openssl-devel -y >> 7. Install GSOAP support >> >> wget https://sourceforge.net/projects/gsoap2/files/latest/download >> unzip download >> cd gsoap/ >> ./configure --prefix=/usr >> make >> make install >> >> cd /opt/knl/installs/kannel/trunk/ >> ./bootstrap.sh >> ./configure --with-pgsql --enable-ssl --with-gsoap >> --enable-start-stop-daemon --enable-pcre >> make -j3 install >> >> Then the above error occurs: >> >> /opt/knl/installs/kannel.svn/trunk/gw/smscconn.c:360: *undefined >> reference to `smsc_soap_parlayx_create'* >> >> >> Please assist >> >> >> >> >>