Hi, >From the same directory you start bearerbox, type:
ldd ./bearerbox and post output. It seems that bearerbox cannot find libct. Make sure you have the correct library path when running it. If not, update /etc/ld.so.conf and run ldconfig. BR, Nikos On Mon, Jun 13, 2011 at 10:30 PM, Michael vd Poel <[email protected]>wrote: > Hi all, > > I am a basic level Linux user but after a few days of hard work I've got > Kannel > 1.4.3 working on CentOS. > I am now trying to get version 1.5 working and have compiled thus: > > ./configure --prefix=/usr/local/kannel.1.5 --with-mysql --disable-localtime > --with-mssql --with-sqlite3 > > touch depend > make depend > make > make bindir=/usr/local/kannel.1.5 install > > The structure of directory kannel.1.5 looks fine (the same as that of > version > 1.4.3) but when I try to start the bearerbox with './bearerbox -v 1 > kannel.conf', Kannel gives the following message: > > 'error while loading shared libraries: libct.so.4: cannot open shared > object > file: No such file or directory' > > What am I doing wrong? > > Thanks for any help! > > > Michael > > > >
