Minisip compiling problem (regarding libmnetutil)

Mikael Magnusson mikma264 at gmail.com
Mon Jan 22 17:38:48 CET 2007


GFC GFC wrote:
> Hi Mikael,
> 
> Of course, I've already installed libmutil first, then I tried to compile
> libmnetutil regarding the instruction of this web page:
> http://minisip.org/develop_build.html. I even tried to recompile 2-3 times
> but I got the same error. I'm also feeling very strange in that case 
> because
> of the error notification: "configure: error: MUTIL is required."
> 
> Do you have any suggestion for my case, Mikael?
> 
> Regards,
> pr0F
> 

It means pkg-config can't find libmutil.pc.

You should find the exact error message in config.log:

     $ grep -A10 '$PKG_CONFIG' config.log

or when running pkg-config manually:

     $ pkg-config --libs "libmutil >= 0.3.1"

Maybe you need to add the path to libmutil.pc to you PKG_CONFIG_PATH 
environment variable.

Mikael


More information about the Minisip-users mailing list