Hi, I am using kannel sms gateway 1.2.1 for about a month without any problems. There was a need to use DLR's with mysql, so I compiled the source again using the following configure command:
./configure --enable-mysql --with-dlr=mysql --with-mysql=/usr/local/mysql --enable-docs=false Configure, make, make install worked fine. The bearerbox / smsbox loads correctly (it recognizes and connects to the mysql server / database). All http requests works fine, including the 'store_status', 'shutdown' command. The problem is, that when I issue the 'status' command (http://localhost:13000/status.html), the bearerbox crashes giving a 'segmentation fault' error. It outputs nothing in the error logs. I tried to re-compile it, I also made a new installation in another machine, I even tried to use the development release 1.3.1. Always the same result regarding the 'status' command. My configuration is: RedHat Linux 7.3 Apache Server 2.0.47 w. PHP 4.3.2 MySQL 4.0.13 Any Ideas ???? Best Regards Panagiotis Stamatopoulos
