Error on bearerbox starting

2012-10-23 Thread sudhir meena
Good Morning Sir, When i am starting the bearerbox i got the error, please know me what i do. [root@mx sbin]# ./bearerbox kannel.conf *./bearerbox: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory* [root@mx sbin]# locate

Re: Error on bearerbox starting

2012-10-23 Thread spameden
You probably compiled against different library and now trying to use kannel on different system. As a workaround you can create a symlink to /usr/lib64/mysql/libmysqlclient.so.16 ln -s /usr/lib64/mysql/libmysqlclient.so.16 /usr/lib64/mysql/libmysqlclient.so.14 ln -s

Re: Error on bearerbox starting

2012-10-23 Thread Alvaro Cornejo
Hi It might be better to recompile kannel with the correct libraries if possible. On 10/23/12, spameden spame...@gmail.com wrote: You probably compiled against different library and now trying to use kannel on different system. As a workaround you can create a symlink to