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 /usr/lib64/mysql/libmysqlclient_r.so.16 /usr/lib64/mysql/libmysqlclient_r.so.14 2012/10/23 sudhir meena <[email protected]> > 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 libmysqlclient > /usr/lib64/mysql/libmysqlclient.so.16 > /usr/lib64/mysql/libmysqlclient.so.16.0.0 > /usr/lib64/mysql/libmysqlclient_r.so.16 > /usr/lib64/mysql/libmysqlclient_r.so.16.0.0 > > > -- > *Sudhir Kumar Meena > Linux System Engineer > +91-8373902596 > Acube Promotion House Pvt. Ltd. > * >
