llhttp icon indicating copy to clipboard operation
llhttp copied to clipboard

undefined reference to llhttp_get_method

Open markand opened this issue 3 years ago • 1 comments

Hi,

It looks like a function is missing in export because in the symbol table this function isn't present.

$ nm /usr/local/lib/libllhttp.so | grep llhttp_get
0000000000007002 T llhttp_get_errno
0000000000007010 T llhttp_get_error_pos
0000000000007006 T llhttp_get_error_reason

However it's properly declared in llhttp.h ending up in undefined reference.

markand avatar Jul 07 '22 13:07 markand

This is probably fixed by the recent re-release of v6.0.7 (originally the main branch was accidentally used for the release instead of he release branch)

fduncanh avatar Jul 26 '22 06:07 fduncanh

It is still an issue. Patch coming soon.

ShogunPanda avatar Aug 22 '22 14:08 ShogunPanda

Fixed by #175.

ShogunPanda avatar Aug 22 '22 14:08 ShogunPanda