JiapengLi / OpenWrt-HiLink-HLK-RM04

OpenWrt patch and installation guide for HiLink HLK-RM04
openwrt.org
55 stars 33 forks source link

Issue with OpenWrt compillation #11

Closed maxencechotard closed 9 years ago

maxencechotard commented 9 years ago

I am working on the implementation of openwrt on a HLK-RM04 for a project and I am facing problems when I am following this tutorial to compile. When I try to compile using make, I get this error :

gcc -O2 -I/home/xsoen/Documents/Developpement/openwrt/trunk/staging_dir/host/include -include endian.h -o /home/xsoen/Documents/Developpement/openwrt/trunk/build_dir/host/firmware-utils/bin/mkhilinkfw src/mkhilinkfw.c -lcrypto src/mkhilinkfw.c:28:25: fatal error: openssl/des.h: No such file or directory

include <openssl/des.h>

Do you have any idea about where the problem come from ?

jkent commented 9 years ago

Hi maxencechotard,

Do you have the development package of openssl installed? (on deb based systems this would be libssl-dev -- it may be the same on rpm systems)

maxencechotard commented 9 years ago

Hi jkent, Thank you for your help, it solved my problem.