lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] 2.8.7rel.1 on FC9 ssl compile error


From: Thomas Dickey
Subject: Re: [Lynx-dev] 2.8.7rel.1 on FC9 ssl compile error
Date: Tue, 07 Jul 2009 18:46:50 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Jul 07, 2009 at 06:34:18PM -0400, Stefan Caunter wrote:
> Just happened to be on an RH FC9 box today
> 
> address@hidden lynx2-8-7]# uname -a
> Linux dedi1744 2.6.26.3-29.fc9.i686 #1 SMP Wed Sep 3 03:42:27 EDT 2008
> i686 i686 i386 GNU/Linux
> 
> and it needed lynx, but even with openssl-0.9.8k I get:
> 
> In file included from ../../../WWW/Library/Implementation/HTParse.c:8:
> .../../../WWW/Library/Implementation/HTUtils.h:710:17: error: ssl.h: No
> such file or directory
> .../../../WWW/Library/Implementation/HTUtils.h:711:20: error: crypto.h:
> No such file or directory
> .../../../WWW/Library/Implementation/HTUtils.h:712:18: error: rand.h:
> No such file or directory
> In file included from ../../../WWW/Library/Implementation/HTParse.c:8:
> .../../../WWW/Library/Implementation/HTUtils.h:751: error: expected
> ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
> make[1]: *** [HTParse.o] Error 1
> make[1]: Leaving directory `/usr/local/lynx2-8-7/WWW/Library/Implementation'
> make: *** [all] Error 2
> 
> We used to need to point at a different location for this on RedHat,
> but I can't remember it as I haven't had access to RH for ages.

from old notes:

rh90's openssl relies on /usr/kerberos

        #!/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"
        configure "$@"

(it wasn't an issue with Fedora when I built it, but mine might be
more recent...)

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





reply via email to

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