Minisip compiling problem (regarding libmnetutil)

GFC GFC profbkhn at gmail.com
Mon Jan 22 20:40:13 CET 2007


Hello Mikael,

Thanks for your help so far. I did overcome that problem. I also compiled
successfully most of libs in the list: libmutil, libmnetutil, libmcrypto,
libmikey, libmsip, libmstun, libzrtpcpp, libminisip, minisip. However,
currently, I'm facing with some error when compiling libzrtpcpp. Here it is:
====
$ make
....
src/libzrtpcpp/crypto/openssl/hmac256.cxx: In function 'void
hmac_sha256(uint8_t*, uint32_t, uint8_t*, int32_t, uint8_t*, uint32_t*)':
src/libzrtpcpp/crypto/openssl/hmac256.cxx:45: error: 'EVP_sha256' was not
declared in this scope
src/libzrtpcpp/crypto/openssl/hmac256.cxx: In function 'void
hmac_sha256(uint8_t*, uint32_t, uint8_t**, uint32_t*, uint8_t*, uint32_t*)':
src/libzrtpcpp/crypto/openssl/hmac256.cxx:55: error: 'EVP_sha256' was not
declared in this scope
make[2]: *** [hmac256.lo] Error 1
====
Seemingly, there is some problem between my openSSL and minisip?
How can I overcome this situation, Mikael?

Regards,
pr0F

On 1/23/07, Mikael Magnusson <mikma264 at gmail.com> wrote:
>
> 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."
>
> 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
> _______________________________________________
> Minisip-users mailing list
> Minisip-users at minisip.org
> http://lists.minisip.org/mailman/listinfo/minisip-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.minisip.org/pipermail/minisip-users/attachments/20070123/9e8eef08/attachment.htm


More information about the Minisip-users mailing list