Skip to content
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

Error to compress http response payload in Slackware Current #418

Open
esdrasdemorais opened this issue Jun 8, 2023 · 5 comments
Open

Comments

@esdrasdemorais
Copy link

After the command:

g++ main.cpp -DCROW_ENABLE_COMPRESSION

I receive the same error in both algorithms as Deflate as Gzip:

/usr/bin/ld: /tmp/cc0YTjcj.o: in function crow::compression::compress_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, crow::compression::algorithm)': main.cpp:(.text._ZN4crow11compression15compress_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_9algorithmE[_ZN4crow11compression15compress_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_9algorithmE]+0x76): undefined reference to deflateInit2_'
/usr/bin/ld: main.cpp:(.text._ZN4crow11compression15compress_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_9algorithmE[_ZN4crow11compression15compress_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_9algorithmE]+0xdf): undefined reference to deflate' /usr/bin/ld: main.cpp:(.text._ZN4crow11compression15compress_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_9algorithmE[_ZN4crow11compression15compress_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_9algorithmE]+0x153): undefined reference to deflateEnd'
collect2: error: ld returned 1 exit status

@The-EDev
Copy link

The-EDev commented Jun 9, 2023

Are you using this library or the one at CrowCpp/Crow?

@esdrasdemorais
Copy link
Author

Hi, I'm using the library CrowCpp/Crow, to be more specific: I'm using crow.compress internal library from CrowCpp/Crow.

@The-EDev
Copy link

in that case could you please post an issue in that repo, since this one isn't maintained anymore

@esdrasdemorais
Copy link
Author

Sorry, but which repo?

@gittiver
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants