ltib
[Top][All Lists]
Advanced

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

[Ltib] Installing ltib on VM machine with Fedora 20 x86_64


From: QuentinWanQiang YANG
Subject: [Ltib] Installing ltib on VM machine with Fedora 20 x86_64
Date: Thu, 19 Jun 2014 00:17:05 +1000

Hi all,

I've been using Ltib under Fedora 9. But the old Fedora 9 machine is about to retire. 

I am planning to move all existing projects from old Fedora 9 to Fedora 20 (64bits) running as VMware virtual machine.

Fedora 20 default installation is missing following packages during ltib installation. 
So I installed all these missing packages from bottom one to top one as follows:

address@hidden ltib]# yum install flex
address@hidden ltib]# yum install ccache
address@hidden ltib]# yum install perl-libwww-perl 
address@hidden ltib]# yum install bison
address@hidden ltib]# yum install m4
address@hidden ltib]# yum install ncurses-devel
address@hidden ltib]# yum install rpm-build
address@hidden ltib]# yum install zlib-devel
address@hidden ltib]# yum install gcc-c++
address@hidden ltib]# yum install gcc
address@hidden ltib]# yum install cvs
address@hidden DataPacV3]# yum install wget

Now, I stuck on this error when running either '$./ltib' or '$./ltib -m config'

"
checking for socket in -lsocket... no
checking for compress in -lz... yes
checking for compress in -lz... (cached) yes
checking for gpg_err_init in -lgpg-error... no
checking for gcry_control in -lgcrypt... no
checking for libgnutls... no
configure: error: --with-ssl was given, but GNUTLS is not available.
error: Bad exit status from /home/q.yang/DataPacV3/ltib/tmp/rpm-tmp.85115 (%build)

RPM build errors:
    Bad exit status from /home/q.yang/DataPacV3/ltib/tmp/rpm-tmp.85115 (%build)
Build time for wget-ssl: 64 seconds

Failed building wget-ssl
Died at ./ltib line 1492.
traceback:
 main::build_host_rpms:1492
  main::host_checks:1554
   main:562

"

address@hidden ltib]$ yum list gnutls
Loaded plugins: langpacks, refresh-packagekit
fedora/20/x86_64/metalink                                                                                            | 3.7 kB  00:00:00     
Installed Packages
gnutls.i686                                                       3.1.25-1.fc20                                                     @updates
gnutls.x86_64                                                     3.1.25-1.fc20 

Both 32bits and 64bits 'gnutls' packages are installed.
I have no idea why it's complaining ''.....GNUTLS is not available....."???

I tried to search all packages with 'gnutls' keyword:

address@hidden ltib]$ yum search gnutls
Loaded plugins: langpacks, refresh-packagekit
============================= N/S matched: gnutls ==============================
python-gnutls.x86_64 : Python wrapper for the GNUTLS library
gnutls-c++.i686 : The C++ interface to GnuTLS
gnutls-c++.x86_64 : The C++ interface to GnuTLS
gnutls-dane.i686 : A DANE protocol implementation for GnuTLS
gnutls-dane.x86_64 : A DANE protocol implementation for GnuTLS
gnutls-devel.i686 : Development files for the gnutls package
gnutls-devel.x86_64 : Development files for the gnutls package
mingw32-gnutls.noarch : MinGW GnuTLS TLS/SSL encryption library
mingw64-gnutls.noarch : MinGW GnuTLS TLS/SSL encryption library
mod_gnutls.x86_64 : GnuTLS module for the Apache HTTP server
xmlsec1-gnutls.i686 : GNUTls crypto plugin for XML Security Library
xmlsec1-gnutls.x86_64 : GNUTls crypto plugin for XML Security Library
xmlsec1-gnutls-devel.i686 : GNUTls crypto plugin for XML Security Library
xmlsec1-gnutls-devel.x86_64 : GNUTls crypto plugin for XML Security Library
gnutls.i686 : A TLS protocol implementation
gnutls.x86_64 : A TLS protocol implementation
gnutls-utils.x86_64 : Command line tools for TLS protocol
libtasn1.i686 : The ASN.1 library used in GNUTLS
libtasn1.x86_64 : The ASN.1 library used in GNUTLS
rsyslog-gnutls.x86_64 : TLS protocol support for rsyslog

I suspect I might still need some other packages to be installed, which I don't know yet except trying one by one.

Has anyone successfully done a fresh installation under Fedora 20? 
Any suggestions or comments are much appreciated.

Regards,
Quentin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]