lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] lynx2.8.7dev.9


From: Thomas Dickey
Subject: Re: [Lynx-dev] lynx2.8.7dev.9
Date: Mon, 5 May 2008 16:37:51 -0400 (EDT)

On Mon, 5 May 2008, Thomas Dickey wrote:

On Mon, 5 May 2008, Atsuhito Kohda wrote:

Hi all,

On Sun, 27 Apr 2008 20:50:26 -0400, Thomas Dickey wrote:

* add --enable-gnutls-compat option and associated files to configure with
  GNU TLS without its gnutls-openssl library, whose newer versions are
  available only under a restrictive license (reports by Andreas Metzler,

I'm not sure if this configure option works correctly or not.
If I compile lynx with --enable-gnutls-compat and without
--with-gnutls=/usr it looks lynx binary is same as the one
compiled with --without-gnutls.

I'll check (on my home machine - don't have gnutls at hand this moment).

On my home machine I do get the result I expected.
Here are the two ldd outputs:

ldd lynx
        linux-gate.so.1 =>  (0xffffe000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7fc0000)
        libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb7f98000)
        libncurses.so.5 => /usr/local/ncurses/lib/libncurses.so.5 (0xb7f4f000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7f4b000)
        libgnutls-openssl.so.26 => /usr/lib/libgnutls-openssl.so.26 (0xb7f40000)
        libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0xb7ec7000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7e95000)
        libc.so.6 => /lib/libc.so.6 (0xb7d60000)
        /lib/ld-linux.so.2 (0xb7fd7000)
        libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb7d50000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7ce8000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7ce4000)

ldd lynx-new
        linux-gate.so.1 =>  (0xffffe000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7fc9000)
        libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb7fa1000)
        libncurses.so.5 => /usr/local/ncurses/lib/libncurses.so.5 (0xb7f58000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7f54000)
        libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0xb7edb000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7ea9000)
        libc.so.6 => /lib/libc.so.6 (0xb7d74000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7d0c000)
        /lib/ld-linux.so.2 (0xb7fe0000)
        libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb7cfc000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7cf8000)


If I recall properly, you've been compiling lynx with gnutls - so it
should "just work".

I used something like

        configure --without-ssl --with-gnutls

to use the raw gnutls interface, and

        configure --without-ssl --with-gnutls --enable-gnutls-compat

to use gnutls with the openssl compatibility library.

Just reading the source, I do see a cut/paste error in the help-message
(the --enable-gnutls-compat's message says "--with-gnutls").


If I compile lynx with --enable-gnutls-compat and
--with-gnutls=/usr it looks lynx binary is same as the one
compiled with --with-gnutls=/usr and without
--enable-gnutls-compat.

How do I misunderstand?

Regards,                        2008-5-5(Mon)

--
Debian Developer - much more I18N of Debian
Atsuhito Kohda <kohda AT debian.org>
Department of Math., Univ. of Tokushima


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lynx-dev


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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