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 <[email protected]>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
_______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
