Menu

Having trouble compiling on OS X

Adi
2016-06-21
2016-06-22
  • Adi

    Adi - 2016-06-21

    Hey there guys, I wanted to test out UFTP on my local network to see if I could improve my file transfer speeds. However I'm getting the following error when I try to build it:

    Undefined symbols for architecture x86_64:
    "_EVP_aes_128_ccm", referenced from:
    _crypto_init in encrypt_openssl.o
    "_EVP_aes_256_ccm", referenced from:
    _crypto_init in encrypt_openssl.o
    ld: symbol(s) not found for architecture x86_64

    I'm not too familiar with digging into the internals of C/Makefiles so I'm not sure what to do. I have an up to date version of openssl. Could anyone here help me out?

     
  • Dennis Bush

    Dennis Bush - 2016-06-22

    It might have to do with the way OpenSSL was built on your system. I don't have an OSX machine handy to test this myself, but if you don't need encryption you can disable encryption support by running make as "make NO_ENCRYPTION=1 clean all"

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.