[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

C source



Hi, all

I've this error:

fatal error: md5.h: No such file or directory
compilation terminated.

when I compiled a source C

gcc source.c

[...]
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "md5.h"
[...]

I've openssl-dev installed, but I don't understand how to audit this error..

any idea?

thanks for help!

Pol


Reply to: