nodejs / llhttp

Port of http_parser to llparse

Home Page:http://llhttp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined reference to llhttp_get_method

markand opened this issue · 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.

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)

It is still an issue. Patch coming soon.

Fixed by #175.