Nathael Pajani <nathael.paj...@ed3l.fr> writes: > I'm trying to download an archive from a build script on a remote server with > https, but encounter the following error : > > curl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libhogweed.so.4: > undefined > symbol: __gmpn_cnd_add_n > wget: symbol lookup error: /usr/lib/x86_64-linux-gnu/libhogweed.so.4: > undefined > symbol: __gmpn_cnd_add_n
This usually means that, for some unknown reason, you are linking to a too old version of gmp at runtime. The gmp-6.1 pcakage you have installed ought to be new enough, but check with ldd on the failing programs which library .so files really are picked up. Regards, /Niels (nettle/hogweed "upstream") > Tried both curl and wget, with the same error. > Of course manual download using a web browser succeeds. > > $ wget --no-check-certificate > https://gforge.inria.fr/frs/download.php/file/33524/CGAL-4.4.tar.bz2 > $ curl --insecure -O > https://gforge.inria.fr/frs/download.php/file/33524/CGAL-4.4.tar.bz2 > > Both fail with the symbol lookup error. > > > Thanks for your work on the Debian project and Free software :) > +++ > > > > -- System Information: > Debian Release: stretch/sid > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: amd64 (x86_64) > > Kernel: Linux 4.4.0-rc4-nath-64+ (SMP w/4 CPU cores) > Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: sysvinit (via /sbin/init) > > Versions of packages libhogweed4 depends on: > ii libc6 2.21-6 > ii libgmp10 2:6.1.0+dfsg-2 > ii libnettle6 3.1.1-4 > > libhogweed4 recommends no packages. > > libhogweed4 suggests no packages. > > -- no debconf information -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance.