From: Enrico M. <enr...@te...> - 2006-06-07 10:33:39
|
Mosiuoa Tsietsi wrote: > When I attempt to run sipdht using the : > sipdht -a address -s interval > syntax, it says: > > [begin] > ./src/sipdht: error while loading shared libraries: > libsofia-sip-ua.so.0: cannot open shared object file: No such file or > directory > [end] You need to teel the linker where sofia-sip libraries are installed. This can be done setting the LD_LIBRARY_PATH variable. For example, if you have installed sofia-sip in /usr/local/lib, before running sipdht, do: $ export LD_LIBRARY_PATH=/usr/local/lib Enrico |