JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.95k stars 387 forks source link

error: storage size of ‘ctx’ isn’t known #158

Open zhangyan1 opened 5 years ago

zhangyan1 commented 5 years ago

_KRB5 -g -O2 -c auth.c auth.c: In function ‘__get_md5_str’: auth.c:1114: error: storage size of ‘ctx’ isn’t known auth.c:1122: warning: implicit declaration of function ‘md5_init_ctx’ auth.c:1123: warning: implicit declaration of function ‘md5_process_bytes’ auth.c:1124: warning: implicit declaration of function ‘md5_finish_ctx’ How can I solve this problem? When the make command is executed

JoeDog commented 5 years ago

It looks like you're missing the openssl devel package. The configure script checks for that. What did it find?

Jeff

On Thu, Jun 27, 2019 at 12:17 AM 张炎 notifications@github.com wrote:

_KRB5 -g -O2 -c auth.c auth.c: In function ‘__get_md5_str’: auth.c:1114: error: storage size of ‘ctx’ isn’t known auth.c:1122: warning: implicit declaration of function ‘md5_init_ctx’ auth.c:1123: warning: implicit declaration of function ‘md5_process_bytes’ auth.c:1124: warning: implicit declaration of function ‘md5_finish_ctx’ How can I solve this problem? When the make command is executed

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/158?email_source=notifications&email_token=ABJRHZSNFSUW75H4Y6VWQZDP4Q5N5A5CNFSM4H3X6IM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G366QLQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJRHZVNCTTTWFGXAQEORSLP4Q5N5ANCNFSM4H3X6IMQ .