Problems building pjsip in OSX (10.8)

RP
Roberto Perez
Thu, Jul 18, 2013 8:41 AM

Hi there,

I'm having some problems building pjsip in OSX,

This is the error:

Undefined symbols for architecture x86_64:
"_aes_icm_advance_ismacryp", referenced from:
_aes_icm_encrypt_ismacryp in
libsrtp-i386-apple-darwin12.4.0.a(aes_icm.o)

Any clues about how to satisfy that missing symbol?

If I disable SRTP, It builds ok.

Thanks!
Roberto.

Hi there, I'm having some problems building pjsip in OSX, This is the error: Undefined symbols for architecture x86_64: "_aes_icm_advance_ismacryp", referenced from: _aes_icm_encrypt_ismacryp in libsrtp-i386-apple-darwin12.4.0.a(aes_icm.o) Any clues about how to satisfy that missing symbol? If I disable SRTP, It builds ok. Thanks! Roberto.
S
samuelv@laposte.net
Thu, Jul 18, 2013 11:57 AM

Roberto,

I think you have to prefix the definition of aes_icm_advance_ismacryp by static into C file

Samuel

Le 18 juil. 2013 à 10:41, Roberto Perez robj.perez@gmail.com a écrit :

Hi there,

I'm having some problems building pjsip in OSX,

This is the error:

Undefined symbols for architecture x86_64:
"_aes_icm_advance_ismacryp", referenced from:
_aes_icm_encrypt_ismacryp in libsrtp-i386-apple-darwin12.4.0.a(aes_icm.o)

Any clues about how to satisfy that missing symbol?

If I disable SRTP, It builds ok.

Thanks!
Roberto.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Roberto, I think you have to prefix the definition of aes_icm_advance_ismacryp by static into C file Samuel Le 18 juil. 2013 à 10:41, Roberto Perez <robj.perez@gmail.com> a écrit : > Hi there, > > I'm having some problems building pjsip in OSX, > > This is the error: > > Undefined symbols for architecture x86_64: > "_aes_icm_advance_ismacryp", referenced from: > _aes_icm_encrypt_ismacryp in libsrtp-i386-apple-darwin12.4.0.a(aes_icm.o) > > Any clues about how to satisfy that missing symbol? > > If I disable SRTP, It builds ok. > > Thanks! > Roberto. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org