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. [root@fedora20 ltib]# yum install openssl-devel [root@fedora20 ltib]# yum install openssl-devel.i686 [q.yang@fedora20 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 <[email protected]> wrote: > On Wed, Jun 18, 2014 at 10:17 AM, QuentinWanQiang YANG > <[email protected]> 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: > > > > [root@fedora20 ltib]# yum install flex > > [root@fedora20 ltib]# yum install ccache > > [root@fedora20 ltib]# yum install perl-libwww-perl > > [root@fedora20 ltib]# yum install bison > > [root@fedora20 ltib]# yum install m4 > > [root@fedora20 ltib]# yum install ncurses-devel > > [root@fedora20 ltib]# yum install rpm-build > > [root@fedora20 ltib]# yum install zlib-devel > > [root@fedora20 ltib]# yum install gcc-c++ > > [root@fedora20 ltib]# yum install gcc > > [root@fedora20 ltib]# yum install cvs > > [root@fedora20 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 > > > > " > > > > [q.yang@fedora20 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: > > > > [q.yang@fedora20 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 > > [email protected] > > https://lists.nongnu.org/mailman/listinfo/ltib > > > > _______________________________________________ > LTIB home page: http://ltib.org > > Ltib mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/ltib >
_______________________________________________ LTIB home page: http://ltib.org Ltib mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ltib
