#3655: Lynx 2.8.8dev.15
-------------------------+--------------------------
Reporter: bdubbs@… | Owner: blfs-book@…
Type: enhancement | Status: new
Priority: normal | Milestone: current
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------
Comment (by thomas):
When the --with-ssl option is given, compilation fails:
{{{
cd ./WWW/Library/Implementation && make DESTDIR="" CC="gcc"
LY_CFLAGS="-O2 " CPPFLAGS="-D_GNU_SOURCE -DLINUX " LYFLAGS=""
make[1]: Entering directory
`/tmp/build/lynx2-8-8/WWW/Library/Implementation'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src
-I../../../WWW/Library/Implementation -D_GNU_SOURCE -DLINUX -O2
-I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c
../../../WWW/Library/Implementation/HTParse.c
In file included from ../../../WWW/Library/Implementation/HTParse.c:8:0:
../../../WWW/Library/Implementation/HTUtils.h:742:17: schwerwiegender
Fehler: ssl.h: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make[1]: *** [HTParse.o] Fehler 1
make[1]: Leaving directory
`/tmp/build/lynx2-8-8/WWW/Library/Implementation'
make: *** [all] Fehler 2
}}}
There is a USE_OPENSSL_INCL flag (see lynx_cfg.h) which somehow remains
unset there. Seems so that this is the reason for the failure. This is in
version lynx2.8.7rel.2 as well as 2.8.8dev.14/15.
A workaround is to set the flag manually after configure before make:
{{{
sed -i "/USE_OPENSSL_INCL/d" lynx_cfg.h &&
echo "#define USE_OPENSSL_INCL 1" >> lynx_cfg.h
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3655#comment:1>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page