Package: libcurl3
Version: 7.52.1-5
Severity: important

Dear Maintainer,

I compile my program with libssl-dev installed:

g++ util.o pugixml.o sts.o eeszt.o -o eeszt  `pkg-config --libs libcurl` 
`pkg-config --libs uuid` -lpthread -lssl -lcrypto -lpq
/usr/bin/ld: warning: libssl.so.1.0.2, needed by 
/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libcurl.so, may 
conflict with libssl.so.1.1
/usr/bin/ld: warning: libcrypto.so.1.0.2, needed by 
/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libcurl.so, may 
conflict with libcrypto.so.1.1
The program execution result was a segfault.

I have been install libssl1.0-dev: apt-get install libssl1.0-dev. This removed 
libssl-dev package.
I have been tried recompile my program:

g++ util.o pugixml.o sts.o eeszt.o -o eeszt  `pkg-config --libs libcurl` 
`pkg-config --libs uuid` -lpthread -lssl -lcrypto -lpq
/usr/bin/ld: warning: libssl.so.1.1, needed by 
/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libpq.so, may 
conflict with libssl.so.1.0.2
/usr/bin/ld: warning: libcrypto.so.1.1, needed by 
/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libpq.so, may 
conflict with libcrypto.so.1.0.2


-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2), LANGUAGE=hu_HU 
(charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libcurl3 depends on:
ii  libc6             2.24-11+deb9u1
ii  libcomerr2        1.43.4-2
ii  libgssapi-krb5-2  1.15-1
ii  libidn2-0         0.16-1
ii  libk5crypto3      1.15-1
ii  libkrb5-3         1.15-1
ii  libldap-2.4-2     2.4.44+dfsg-5
ii  libnghttp2-14     1.18.1-1
ii  libpsl5           0.17.0-3
ii  librtmp1          2.4+20151223.gitfa8646d.1-1+b1
ii  libssh2-1         1.7.0-1
ii  libssl1.0.2       1.0.2l-2
ii  zlib1g            1:1.2.8.dfsg-5

Versions of packages libcurl3 recommends:
ii  ca-certificates  20161130+nmu1

libcurl3 suggests no packages.

-- no debconf information

Reply via email to