From: Mosiuoa T. <g06...@ca...> - 2006-06-07 10:29:35
|
Hi all! Thanks for the help. I used the export command as instrcuted, and sipdht configured well and I ran a make on it as well which succeeded. 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] I am using the sipdht-0.0.2 release with sofia-sip-1.11.8 stack. I applied the patches to sofia-sip-1.11.8 and ran *./configure* and *make* and *make install* commands successfully. Both sipdht and sofia-sip are in the /usr/local/src folder. As always. any help will be appreciated! Cheers! Enrico Marocco wrote: >Mosiuoa Tsietsi wrote: > > >>Hi. I downloaded the sipdht software a while ago and have been trying >>to get it running on my machine. When I execute the ./configure >>command, it proceeds well but ends up saying the following: >> >>"checking for SOFIA_SIP_UA... configure: error: Package requirements >>(sofia-sip-ua) were not met: >> >>No package 'sofia-sip-ua' found >> >>Consider adjusting the PKG_CONFIG_PATH environment variable if you >>installed software in a non-standard prefix. >> >> > >Have you ran `make install' in sofia-sip directory? If yes, it means >that you have to explicitly tell pkg-config where to find sofia-sip pkg >description file. Say you have installed sofia-sip libraries with >`prefix' set to `/usr/local', try: > >$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig >$ cd <path-to-sipdht> >$ ./configure > >Enrico > > > |