Hi Ahmet,

If you did

make install

Try to locate path for your libosmcore.so.0

locate libosmcore.so

If that shown library on nonstandard location, include that path in  /etc/ld.so.conf and after that execute as root
ldconfig -v

Also try ./ipaccess-find with IP address as parameter.

Hope this help

koliqi


2010/3/22 AHMET GÜLTEKİN <agultekin35@gmail.com>
Hi,
 I have downloaded and compiled both libosmocore and OpenBSC. However, when I try to execute an OpenBSC program (for example ipaccess-find) I see the following error

~/openbsc/openbsc/src# ./ipaccess-find eth0
./ipaccess-find: error while loading shared libraries: libosmocore.so.0: cannot open shared object file: No such file or directory

could you help me. Thanks.

Ahmet