lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] Installation error for Lynx on Linux


From: Thomas Dickey
Subject: Re: [Lynx-dev] Installation error for Lynx on Linux
Date: Tue, 18 Sep 2012 20:04:10 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Sep 18, 2012 at 11:41:04AM +0000, Gajanan Polaswar wrote:
> Hi,
> 
> We are trying to install Lynx on Linux Red hat 64 ES5.
> Followed below step to Configure and install lynx
> 1. Extracted gzip -d lynx2.8.7.tar.gz to root directory
> 2. Then executed following command in sequence in the extracted folder.
> ./configure -with-ssl

./configure --with-ssl

Some detail is missing, but the -I/usr/kerberos/include sounds like a broken
configuration which appeared first in Fedora.  I used to work around this
as indicated in this note:  
rh90's openssl relies on /usr/kerberos (should I add to configure?)
        #!/bin/sh
        KRB=/usr/kerberos
        export LIBS="-L$KRB/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto 
-lcom_err"
        export CPPFLAGS="-I$KRB/include -I/usr/include/openssl"
        export CFLAGS="-O -g $CPPFLAGS"
        cfg-lynx $*
 
Later I found that the pkg-config script almost worked, and last changed the
configure script to work around _that_ in 2.8.8dev.3:

2010-04-25 (2.8.8dev.3)
* add workaround in CF_SSL configure macro for broken openssl pkg-config script
  on Redhat, CentOS -TD

(2.8.8dev.14 is current - a small number of bugs/improvements have been reported
against that)

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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