Hi,
Can you please help me in resolving this issue while setting OpenIMSCore setup.
Error :
[root@hss OpenIMSCore]# sh icscf.sh * 0(18935) ERROR: load_module: could not open module </opt/OpenIMSCore/ser_ims/modules/mysql/mysql.so>: /opt/OpenIMSCore/ser_ims/modules/mysql/mysql.so: undefined symbol: log * 0(18935) parse error (30,13-14): failed to load module ERROR: bad config file (1 errors) 0(18935) INFO:cdp:cdp_exit(): CDiameterPeer stoping ... icscf.sh: line 5: 18935 Segmentation fault /opt/OpenIMSCore/ser_ims/ser -f /opt/OpenIMSCore/icscf.cfg -D -D
please help me to resolve this problem.
Hi,
Is mysql.so compiled and present in opt/OpenIMSCore/ser_ims/modules/mysql/ directory?
Marcin
________________________________
From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Abdul Khadar Sent: 24 November 2009 13:15 To: serusers@lists.iptel.org Subject: [Serusers] Error while running icscf.sh
Hi,
Can you please help me in resolving this issue while setting OpenIMSCore setup.
Error :
[root@hss OpenIMSCore]# sh icscf.sh 0(18935) ERROR: load_module: could not open module </opt/OpenIMSCore/ser_ims/modules/mysql/mysql.so>: /opt/OpenIMSCore/ser_ims/modules/mysql/mysql.so: undefined symbol: log 0(18935) parse error (30,13-14): failed to load module ERROR: bad config file (1 errors) 0(18935) INFO:cdp:cdp_exit(): CDiameterPeer stoping ... icscf.sh: line 5: 18935 Segmentation fault /opt/OpenIMSCore/ser_ims/ser -f /opt/OpenIMSCore/icscf.cfg -D -D
please help me to resolve this problem.
Hi Marcin,
That file is available in the specified directory.
*-rwxr-xr-x 1 root root 3793650 Nov 24 16:54 /opt/OpenIMSCore/ser_ims/modules/mysql/mysql.so*
Abdul Khadar <abdul.khadar <at> pyrogroup.com> writes:
Hi Marcin,That file is available in the specified directory.-rwxr-xr-x 1
root root 3793650 Nov 24 16:54 /opt/OpenIMSCore/ser_ims/modules/mysql/mysql.so- - thanks & regards,
Abdul Khadar
On Tue, Nov 24, 2009 at 6:49 PM, Marcin Kisiala <marcin.kisiala <at>
mapesbury.com> wrote:
I also have this problem, who can give a help, thank you! The following is the errors information, when I run the icscf. [root@rhl OpenIMSCore]# ./icscf.sh 0(3662) ERROR: load_module: could not open module </opt/OpenIMSCore/ser_ims/modules/mysql/mysql.so>: /opt/OpenIMSCore/ser_ims/mod ules/mysql/mysql.so: undefined symbol: log 0(3662) parse error (30,13-14): failed to load module ERROR: bad config file (1 errors) 0(3662) INFO:cdp:cdp_exit(): CDiameterPeer stoping ... ./icscf.sh: line 4: 3662 段错误 /opt/OpenIMSCore/ser_ims/ser - f /opt/OpenIMSCore/icscf.cfg -D -D
------ Semaphore Arrays -------- key semid owner perms nsems
On 7/24/10 4:17 PM, yumaoweiwei wrote:
Hello,
while is recommended to ask on openimscore mailing list, you probably miss some lib from the path or you have mixed libraries. What is the output of:
/ldconfig -p | grep -i mysqlclient /
Note that in the recent version of sip router, mysql module was renamed to db_mysql and afaik openimscore was updated to work with it.
Cheers, Daniel