gnutls installation problems

Tony Baldarelli tbaldarelli at wmsvision.com
Fri Apr 8 16:56:58 CEST 2011


Ok, I think it will help if I give some logging portions that I think are
helpful.  So here they are.

Config summary ( after running ./conmfigure --with-libgcrypt ), purely for
completeness:
configure: summary of build options ( see
https://docs.google.com/leaf?id=0ByXBOuIPIVA0M2IwZTEyNTAtMTA0Ny00MTMyLThhODg
tNjNjZDEwMjk5NzUz&hl=en&authkey=CJ2U07kC ):

  version:          2.12.1 shared 44:9:18
  Host type:        i686-pc-linux-gnu
  Install prefix:   /usr/local
  Compiler:         gcc -std=gnu99
  Warning flags:    errors:  warnings: 
  Library types:    Shared=yes, Static=yes
  Valgrind:         yes valgrind -q
  Guile wrappers:   no
  C++ library:      yes
  OpenSSL library:  yes
  /dev/crypto:      no
  Crypto library:   libgcrypt

End of "make" command log ( see
https://docs.google.com/leaf?id=0ByXBOuIPIVA0NDg4NWFiZDEtZGI3MS00ZjEwLTgzYzY
tNmU0ZmIwNWFlZWE4&hl=en&authkey=CMD3ppkF ):
copying selected object files to avoid basename conflicts...
  CXX    libgnutlsxx_la-gnutlsxx.lo
  CXXLD  libgnutlsxx.la
/usr/bin/ld:./libgnutlsxx.map:31: parse error in VERSION script
collect2: ld returned 1 exit status
make[4]: *** [libgnutlsxx.la] Error 1
make[4]: Leaving directory
`/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/other/wms.source/src/lib/3rdParty/gnutls-2.12.1'
make: *** [all] Error 2

End of "make install" log ( see
https://docs.google.com/leaf?id=0ByXBOuIPIVA0NjY1YjIzNTctYjdiYS00YjY1LWI0NDk
tOGU3Zjk5MWQ2Nzk0&hl=en&authkey=CNzQ3rEM ):
make[2]: Entering directory
`/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib'
  CXXLD  libgnutlsxx.la
/usr/bin/ld:./libgnutlsxx.map:31: parse error in VERSION script
collect2: ld returned 1 exit status
make[2]: *** [libgnutlsxx.la] Error 1
make[2]: Leaving directory
`/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib'
make: *** [install-recursive] Error 1

 
Tony


-----Original Message-----
From: Nikos Mavrogiannopoulos [mailto:n.mavrogiannopoulos at gmail.com] On
Behalf Of Nikos Mavrogiannopoulos
Sent: Thursday, April 07, 2011 6:49 PM
To: Tony Baldarelli
Cc: help-gnutls at gnu.org
Subject: Re: gnutls installation problems

On 04/07/2011 08:50 PM, Tony Baldarelli wrote:
> I am installing gnutls on a linux machine, and am having some problems. 
> Here is the config summary ( after running ./configure --with-libgcrypt ):
[...]
> So what am I doing wrong?

It looks like a problem in gnulib. You can ignore it. If you want to run
the gnutls test suite, do cd tests && make check

regards,
Nikos





More information about the Gnutls-help mailing list