-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error TLS1_RT_HEARTBEAT #1
Comments
I would say that the heartbeat extension is not implemented on blanch 0.9.8 of openssl. |
Solved by apt-get install libssl1.0-dev |
Debian package |
any resolution for no debian based systems ? having same problem on arch |
@darrynza For Arch have you tried just installing libssl1.0? Arch shouldn't need
|
I'm confirming this working under ArchLinux with the following
|
i have the same issue: dpkg-query -s libssl-dev |
Managed to build it on Debian VM with the files provided + zlib1g-dev & pkg-config - worked ok |
Anyone had any luck with compiling on Arch, lately? I start the compilation with this command:
Any ideas? |
@lavanoid: I've just tried and it compiles successfully on Archlinux. Have you installed the libnl package? |
Yes, I do have it installed :/
|
Strange. After a reboot and re-extracting hostapd/patching, it compiled as normal 0_o
|
@lavanoid: strange indeed, but at least the issue is solved for you 😁 |
Solved my problem on |
In modern versions it's |
ii openssl 0.9.8k-7ubuntu8.8 Secure Socket Layer (SSL) binary and related
root@peter-laptophostapd # make
../src/wpe/wpe.c: In function ‘wpe_hb_cb’:
../src/wpe/wpe.c:193: error: ‘TLS1_RT_HEARTBEAT’ undeclared (first use in this function)
../src/wpe/wpe.c:193: error: (Each undeclared identifier is reported only once
../src/wpe/wpe.c:193: error: for each function it appears in.)
../src/wpe/wpe.c:195: error: ‘SSL’ has no member named ‘tlsext_hb_pending’
make: *** [../src/wpe/wpe.o] Error 1
root@peter-laptophostapd #
The text was updated successfully, but these errors were encountered: