[gnutls-help] make check

Alice Wonder alice at librelamp.com
Tue Jan 8 14:16:33 CET 2019


On 1/8/19 3:53 AM, Catonano wrote:
> Il giorno mar 8 gen 2019 alle ore 01:03 Alice Wonder 
> <alice at librelamp.com <mailto:alice at librelamp.com>> ha scritto:
> 
> 
>     My guess (and just a guess) is that it is linking against shared libs
>     not in the ld.so.conf path.
> 
> 
> I thought so too
> 
> But then I added a /etc/ld.so.conf.d/nettle.conf file with
> 
> /home/catonano/opt/lib
> in it
> 
> So then
> 
> $ sudo ldconfig -v | grep nettle
> /sbin/ldconfig.real: Impossibile fare stat di 
> /usr/local/lib/x86_64-linux-gnu: File o directory non esistente
> /sbin/ldconfig.real: Percorso "/lib/x86_64-linux-gnu" fornito più di una 
> volta
> /sbin/ldconfig.real: Percorso "/usr/lib/x86_64-linux-gnu" fornito più di 
> una volta
> /sbin/ldconfig.real: /lib/x86_64-linux-gnu/ld-2.27.so 
> <http://ld-2.27.so> is the dynamic linker, ignoring
> 
>      libnettle.so.6 -> libnettle.so.6.5
>      libnettle.so.6 -> libnettle.so.6.4
> 
> 
> The libnettle.so.6.5 is the one in my $HOME/opt/lib
> 
> And that error came up anyway
> 
> Shoud I reconfigure and rebuild with this new ldconfig configuration on ?
> 
> Thanks !

I would try that, though I don't see how it will make a difference but 
it could. It may be confused because both libnettle libraries are 
different versions of libnettle.so.6

Another thing you could try is compiling gnutls with rpath enabled. I'm 
not exactly sure what the switch for that is, may just be --enable-rpath ???



More information about the Gnutls-help mailing list