You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine: Ubuntu 18.04 X86 AMD
libcpprest.a is created by using ./build_dependencies.sh
cmake is done in micro-service/build$
make -j 8 the following error message coming ( done in micro-service/build )
**undefined reference to `deflate'**
_http_compression.cpp:(.text._ZN3web4http11compression7builtin20zlib_compressor_base8compressEPKhmPhmNS1_14operation_hintERmRb[ZN3web4http11compression7builtin20zlib_compressor_base8compressEPKhmPhmNS1_14operation_hintERmRb]+0x17f): undefined reference to `deflate'
collect2: error: ld returned 1 exit status
HINT
ZIP_LIBRARY appears to be empty in after
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug .. @ivanmejiarocha
Could you kindly advice
Thanks a lot in advance
jk
The text was updated successfully, but these errors were encountered:
Hello Ivan, good morning.
I am working with steps and code given in https://github.com/ivanmejiarocha/micro-service , during mentioned workflow there is challenge coming up from non availability of functions from zlip
Machine: Ubuntu 18.04 X86 AMD
libcpprest.a is created by using ./build_dependencies.sh
cmake is done in micro-service/build$
make -j 8 the following error message coming ( done in micro-service/build )
_http_compression.cpp:(.text._ZN3web4http11compression7builtin20zlib_compressor_base8compressEPKhmPhmNS1_14operation_hintERmRb[ZN3web4http11compression7builtin20zlib_compressor_base8compressEPKhmPhmNS1_14operation_hintERmRb]+0x17f): undefined reference to `deflate'
collect2: error: ld returned 1 exit status
HINT
ZIP_LIBRARY appears to be empty in after
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
@ivanmejiarocha
Could you kindly advice
Thanks a lot in advance
jk
The text was updated successfully, but these errors were encountered: