Hi, I have added /usr/local/lib¹ to the /etc/ld.so.conf and ran ldconfig. ³Kannel bearerbox II version 1.5.0 starting²!
Thanks a mil, Nikos, for your help! Michael On 14/6/11 03:12, "Michael van der Poel" <[email protected]> wrote: > Hi Nikos, > > ldd ./bearerbox > > ³ linux-vdso.so.1 => (0x00007fffab814000) > libmysqlclient_r.so.15 => /usr/lib64/libmysqlclient_r.so.15 > (0x00002b0485f27000) > libssl.so.6 => /lib64/libssl.so.6 (0x00002b0486294000) > librt.so.1 => /lib64/librt.so.1 (0x00002b04864e0000) > libresolv.so.2 => /lib64/libresolv.so.2 (0x00002b04866ea000) > libnsl.so.1 => /lib64/libnsl.so.1 (0x00002b04868ff000) > libm.so.6 => /lib64/libm.so.6 (0x00002b0486b17000) > libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b0486d9b000) > libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00002b0486fb6000) > libcrypto.so.6 => /lib64/libcrypto.so.6 (0x00002b04872f3000) > libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002b0487645000) > libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x00002b048787d000) > libct.so.4 => not found > libc.so.6 => /lib64/libc.so.6 (0x00002b0487ad9000) > libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 > (0x00002b0487e31000) > libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00002b048805f000) > libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00002b04882f5000) > libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00002b04884f7000) > libdl.so.2 => /lib64/libdl.so.2 (0x00002b048871c000) > libz.so.1 => /usr/lib64/libz.so.1 (0x00002b0488921000) > /lib64/ld-linux-x86-64.so.2 (0x00002b0485d0a000) > libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 > (0x00002b0488b35000) > libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00002b0488d3e000) > libselinux.so.1 => /lib64/libselinux.so.1 (0x00002b0488f40000) > libsepol.so.1 => /lib64/libsepol.so.1 (0x00002b0489159000) ³ > > libct.so.4 is located in the following directories: > /usr/local/lib/libct.so.4 /usr/local/lib/libct.so.4.0.0 > /usr/local/src/freetds-0.91RC2/src/ctlib/.libs/libct.so.4 > /usr/local/src/freetds-0.91RC2/src/ctlib/.libs/libct.so.4.0.0 > /etc/ld.so.conf has > > > At the moment, the /etc/ld.so.conf only has include ld.so.conf.d/*.conf > > How should I update? > > Thanks, > > > Michael > > > > On 13/6/11 22:54, "Nikos Balkanas" <[email protected]> wrote: > >> 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 >>> >>> >>> >> >> >
