Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meke contrib: error: missing MD5 backend #51

Open
ZCSDK opened this issue Jun 8, 2022 · 3 comments
Open

meke contrib: error: missing MD5 backend #51

ZCSDK opened this issue Jun 8, 2022 · 3 comments

Comments

@ZCSDK
Copy link

ZCSDK commented Jun 8, 2022

libre/dns/darwin/srv.o
CC /Users/zhangxinyao/Documents/project/baresip/baresip-ios/build/aarch64/libre/md5/wrap.o
src/md5/wrap.c:39:2: error: missing MD5 backend
#error missing MD5 backend
^
src/md5/wrap.c:25:25: warning: unused parameter 'd' [-Wunused-parameter]
void md5(const uint8_t *d, size_t n, uint8_t *md)
^
src/md5/wrap.c:25:35: warning: unused parameter 'n' [-Wunused-parameter]
void md5(const uint8_t *d, size_t n, uint8_t *md)
^
src/md5/wrap.c:25:47: warning: unused parameter 'md' [-Wunused-parameter]
void md5(const uint8_t *d, size_t n, uint8_t *md)
^
3 warnings and 1 error generated.
make[1]: *** [/Users/uname/Documents/project/baresip/baresip-ios/build/aarch64/libre/md5/wrap.o] Error 1
make: *** [libre] Error 2

@NikunjiOS
Copy link

did you find any solution?

@thanhloi2603
Copy link

You're missing development package for openssl.
Try installing libssl-dev on debian or openssl-devel on Centos then redo the build?

@frequencebanane
Copy link

Hello, do you have any idea for the eaxt same issue but on mac os monterey with m1 ? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants