ltib
[Top][All Lists]
Advanced

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

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


From: Stuart Hughes
Subject: Re: [Ltib] Installing ltib on VM machine with Fedora 20 x86_64
Date: Fri, 20 Jun 2014 09:07:22 +0100
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11

Hi Quentin,

Try installing gnutls-devel

Regards, Stuart

On 20/06/14 03:22, QuentinWanQiang YANG wrote:
Hi Mike,

Unfortunately, installing 'SSL development libraries' didn't help.

Correct me if I am wrong.
'libssl-dev' seems is package name used in ubuntu. 
I think the corresponding one under fedora is 'openssl'

I installed 'openssl-devel' , but still having the same error as mentioned in previous email. 
address@hidden ltib]# yum install openssl-devel
address@hidden ltib]# yum install openssl-devel.i686

address@hidden ltib]$ yum list openssl*
Loaded plugins: langpacks, refresh-packagekit
Installed Packages
openssl.x86_64                        1:1.0.1e-38.fc20                  @updates
openssl-devel.i686                    1:1.0.1e-38.fc20                  @updates
openssl-devel.x86_64                  1:1.0.1e-38.fc20                  @updates
openssl-libs.i686                     1:1.0.1e-38.fc20                  @updates
openssl-libs.x86_64                   1:1.0.1e-38.fc20                  @updates
Available Packages
openssl-perl.x86_64                   1:1.0.1e-38.fc20                  updates 
openssl-static.i686                   1:1.0.1e-38.fc20                  updates 
openssl-static.x86_64                 1:1.0.1e-38.fc20                  updates


I'll keep on looking for the missing packages.Thanks again for your reply.

Regards,
Quentin


On Thu, Jun 19, 2014 at 10:55 PM, Mike Goins <address@hidden> wrote:
On Wed, Jun 18, 2014 at 10:17 AM, QuentinWanQiang YANG
<address@hidden> wrote:
> 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
>
>
>


The error message from that source config looks misleading.  Usually
--with-ssl indicates libssl, so look for a libssl-dev in your package
manager to install.


>
> _______________________________________________
> LTIB home page: http://ltib.org
>
> Ltib mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/ltib
>

_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/ltib



_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/ltib


reply via email to

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