Re: Opensmpp Plus Kannel Debian 11
[email protected] Wed, 18 Oct 2023 15:48:41 -0500
| Newsgroups | gmane.comp.mobile.kannel.user |
|---|---|
| Message-ID | <[email protected]> |
Guys apologize for the noise the video helped (but I already figured it out after a couple more hours of reading) one of the errors was because I needed to compile ./configure source with --with-mysql and second issue with opensmpp after reading the --help in ./configure (in all debian install actually) from source or apt install package the source for kannel directory is /usr/include/kannel so once I added that option to ./configure opensmpp addon compiled normally and could see the /usr/local/sbin/opensmppbox. In other words the key for the addons with Debian = --with-kannel-dir=/usr/local/include/kannel. You don't happen to have a video like posted for configuring opensmpp addon I am having a difficult time getting the config correct with this kannel addon. Thank to all those that responded appreciate the effort. - J On 2023-10-16 11:31, [email protected] wrote: > Hello to all: > > Debian Bulleye 11 (NO GUI bare-bones). > Kannel bearerbox version `1.4.5'. Compiler `10.1.0'. System Linux, > release 5.10.0-26-amd64, > > I was successful in installing Kannel via the apt packages with no > problem, I was able to setup a fake SMSC to test and I saw the admin > panel showcase sent sms from the fake smsc I setup. > > I continued reading and wanted to install opensmpp and here is where > the problem occurs. It seems I am not able to setup opensmpp without > having the source kannel compile meaning (apt package might not be > good option). > > I checkout svn both the gateway/trunk and opensmpp/trunk and I am not > able to compile either of them on the debian box. > > gateway when ./configure complaints that: > =============================================== > sed: can't read ./ltmain.sh: No such file or directory > mv: cannot stat 'libtoolT': No such file or directory > cp: cannot stat 'libtoolT': No such file or directory > chmod: cannot access 'libtool': No such file or directory > (After it completes) > License information .... > > Thank you for using Kannel. > > > opensmpp when ./configure complaints: > ===================================================== > gwlib is not installed (this is with apt install kannel kannel-extra). > > > Also, I looked at the config.log of both and it doesn't seem like > anything major showing I had an issue with some missing library which > I solved by installing libxml++2.6-dev and libtool libtool-bin (I > installed thinking something was missing). > > I saw this in the config.log (nothing stands out) and glance the > libtool bash script with 7000+ lines of code. > > Am I missing something here? Can anyone point me to documentation, > blog, and/or write their experience installing opensmpp addon with the > Debian package kannel kannel-extra? > > - > > Thank you in advance.