FreeBSD hostapd libressl

Darren darren780 at yahoo.com
Sat Apr 22 20:29:18 UTC 2017


I had to install libressl to get obhttpd working, however following that hostapd fails 
 cc  ../src/crypto/tls_openssl.c
../src/crypto/crypto_openssl.o: In function `dh5_init':
../src/crypto/crypto_openssl.c:(.text+0xe75): undefined reference to `DH_set0_pqg'
../src/crypto/crypto_openssl.c:(.text+0xeb2): undefined reference to `DH_get0_key'
../src/crypto/crypto_openssl.o: In function `dh5_init_fixed':
../src/crypto/crypto_openssl.c:(.text+0x1030): undefined reference to `DH_set0_pqg'
../src/crypto/crypto_openssl.c:(.text+0x107e): undefined reference to `DH_set0_key'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

I manually applied this patch http://lists.infradead.org/pipermail/hostap/2016-October/036458.html and everything works great again.  


More information about the freebsd-wireless mailing list