From: Enrico M. <enr...@te...> - 2006-06-06 16:08:38
|
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 |