onvif server compilation failure openssl/bio.h no such file or directory
In file included from stdsoap2_ssl.c:65:0:
stdsoap2.h:932:26: fatal error: openssl/bio.h: No such file or directory
# include <openssl/bio.h>
Solution
sudo apt-get install libssl-dev
Recent Comments