I am running ubuntu on system & cross-compiling (for arm arch.) hostapd. Hostapd compilation terminates with fatal error: openssl/bn.h: No such file or directory
error.
bn.h
file is already present at /usr/include/openssl/bn.h
.
I tried apt-get install libcurl4-openssl-dev
but didn't work.
can someone please point me if i am missing something ?