Hi All, I have kannel 1.5.0 running perfectly on My CentOS 5.2 box, I installed openSMPPBox through SVN as follows:
1. #svn co https://svn.kannel.org/smppbox/trunk 2. #cd /trunk/ 3. #./configure 4. #make 5. #make install Up to this point everything has run fine. Then I create the opensmppbox configuration file as follows: group = opensmppbox bearerbox-host = 127.0.0.1 bearerbox-port = 13000 opensmppbox-id = smppbox1 opensmppbox-port = 9100 log-file = /var/log/kannel/opensmppbox.log log-level = 0 our-system-id = jeejay smpp-logins = /etc/opensmppbox/clients.txt the configuration file is saved as: /etc/kannel/opensmppbox.conf I try to start opensmppbox (which is located in /usr/local/sbin/) as follows: #opensmppbox -v 0 /etc/kannel/opensmppbox.conf and the error I get is: [root@nat2 sbin]# opensmppbox -v 0 /etc/kannel/opensmppbox.conf 2011-08-22 11:49:43 [24602] [0] INFO: Debug_lvl = 0, log_file = <none>, log_lvl = 0 2011-08-22 11:49:43 [24602] [0] DEBUG: Kannel opensmppbox version svn-r62 gwlib version `1.5.0'. Build `Aug 21 2011 19:19:36', compiler `4.1.2 20080704 (Red Hat 4.1.2-50)'. System Linux, release 2.6.18-92.el5, version #1 SMP Tue Jun 10 18:49:47 EDT 2008, machine i686. Hostname localhost.localdomain, IP 127.0.0.1. Libxml version 2.6.26. Using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008. Compiled with MySQL 5.0.89, using MySQL 5.0.89. Using native malloc. 2011-08-22 11:49:43 [24602] [0] PANIC: DLR: can't find group core 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(gw_panic+0xc2) [0x808d7a2] 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(dlr_init+0x1c8) [0x8055f28] 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(main+0x204) [0x8050654] 2011-08-22 11:49:43 [24602] [0] PANIC: /lib/libc.so.6(__libc_start_main+0xdc) [0xb6ce9c] 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox [0x80502f1] [root@nat2 sbin]# Could the problem have to do with i386 (that is what my machine is) not i686? "The Scientist explores what is, the Engineer creates what has never been." Theodore von Karman