I'm trying to compile Lynx with SSL support. I used to have a Lynx 2.7 working, but I can't get 2.8-2 to work. I downloaded the Lynx 2.8 SSL patch and the Lynx sources and Deb patch. I unpacked with dpkg-source and applied the SSL patch (which said it was successful) and then ran ./debian/rules, had to manually patch the include path for SSL, and then rerun ./debian/rules. At this point I get:
make[2]: Entering directory `/usr/src/Lynx/lynx-2.8/WWW/Library/unix' gcc -c -o ../../Library/unix/HTTP.o -DHAVE_CONFIG_H -DNSL_FORK -DUSE_SSL -I/usr/include/ssl -I../../.. -I../../../src -I../../.. -I../../../src -O2 -DLINUX -DUSE_SSL -I/usr/include/ssl -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH ../../../WWW/Library/Implementation/HTTP.c In file included from ../../../WWW/Library/Implementation/HTTP.c:16: /usr/include/ssl/crypto.h:187: parse error before `free_func' /usr/include/ssl/crypto.h:187: parse error before `)' make[2]: *** [../../Library/unix/HTTP.o] Error 1 make[2]: Leaving directory `/usr/src/Lynx/lynx-2.8/WWW/Library/unix' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/Lynx/lynx-2.8' make: *** [build] Error 2 I also manually unpacked the Lynx source, patched with SSL, then patched with the deb patch, and it does the exact same thing. I'm using the Hamm Lynx source (2.8-2) and the current SSL debs from non-us at ftp.de.debian.org, and the SSL/https patch pointed to by the Lynx info files. has anyone gotten Lynx with SSL working? I can't seem to find a site with Slink non-us packages on it, so that looks out for now. I tried both de and at. I also can't get SSL working with the w3-el in xemacs 20...