Open
Description
What is the current bug behavior?
Using --version
option with Hurl generic Linux package prints an error on some Linux distros:
hurl: /lib64/libcurl.so.4: no version information available
Steps to reproduce
$ docker run -it --rm amazonlinux:2023 bash
# yum install -y tar wget gzip
# cd /tmp
# wget https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl-4.0.0-x86_64-linux.tar.gz
# tar xvf hurl-4.0.0-x86_64-linux.tar.gz
# export PATH="/tmp/hurl-4.0.0:${PATH}"
# hurl --version
What I get ?
hurl: /lib64/libcurl.so.4: no version information available (required by hurl)
hurl 4.0.0 libcurl/8.0.1 OpenSSL/3.0.8 zlib/1.2.11 libidn2/2.3.2 nghttp2/1.55.1
Features (libcurl): alt-svc AsynchDNS HSTS HTTP2 IDN IPv6 Largefile libz SPNEGO SSL UnixSockets
Features (built-in): brotli
What is the expected correct behavior?
hurl 4.0.0 libcurl/8.0.1 OpenSSL/3.0.8 zlib/1.2.11 libidn2/2.3.2 nghttp2/1.55.1
Features (libcurl): alt-svc AsynchDNS HSTS HTTP2 IDN IPv6 Largefile libz SPNEGO SSL UnixSockets
Features (built-in): brotli
Execution context
- Hurl Version:
4.0.0
- Operating system and version:
amazonlinux:2023
- Architecture:
amd64