Libvirt source code cannot built with libnettle.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello All,
I try to build dependency library name is gnutls which require by libvirt, but show error us below.

$./configure 
checking for shared library run path origin... done
checking whether to use nettle... yes
checking for libnettle... no
configure: error: 
  ***
  *** Libnettle 2.4 was not found.

I specify macros are  LD_LIBRARY_PATH=$LD_LIBRARY_PATH/path_of_nettle_2.4/lib and "PATH:path_of_nettle_2.4/bin/:$PATH" on ~/.bashrc . Why show an errors  for requiring libnettle version 2.4?

VIM command line for show data in config.log.  it's show as below.

 739 | #define __EXTENSIONS__ 1
 740 | #define _ALL_SOURCE 1
 741 | #define _DARWIN_C_SOURCE 1
 742 | #define _GNU_SOURCE 1
 743 | #define _POSIX_PTHREAD_SEMANTICS 1
 744 | #define _TANDEM_SOURCE 1
 745 | #define HAVE_FSEEKO 1
 746 | #define STDC_HEADERS 1
 747 | /* end confdefs.h.  */
 748 | #include <nettle/ripemd160.h>
 749 | int
 750 | main ()
 751 | {
 752 | ripemd160_init (0)
 753 |   ;
 754 |   return 0;
 755 | }
 756 configure:8887: result: no
 757 configure:8913: error:
 758   ***
 759   *** Libnettle 2.4 was not found.


Best Regards,
Chatsiri Rattana.

--
:--------------------------------------------------------
http://about.me/chatsiri.ratana

[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux