lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev includes with ssl patch


From: Ismael Cordeiro
Subject: Re: lynx-dev includes with ssl patch
Date: Thu, 4 Mar 1999 23:54:03 -0500 (EST)

On Thu, 4 Mar 1999, Laura Eaves wrote:

> When I configure as follows:
> 
> CFLAGS="-g -I$HOME/slang/include -I$HOME/ssl/include" \
> LIBS="-L$HOME/slang/lib -L$HOME/ssl/lib" \

You should do it in makefile.in after you applied the SSL patch:

# !!!!!!!!!! SSL Support (HTTPS connections) !!!!!!!!!!!!!!!!!!!!!!!!!!!
# To build a Lynx binary which supports the Secure Sockets Layer (SSL),
# you must compile in the crypto and SSL implementations from the SSLeay
# library, available at ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/.  Once you
# have installed SSLeay, change the location of the crypto and SSL
# libraries in SSL_LIBS and the location of ssl.h and crypto.h in
# SSL_DEFINES if necessary.  Defining USE_SSL below will create a binary
# which supports "https" and "snews" URLs.
SSL_LIBS= -L/usr/local/ssl/lib -lssl -lcrypto
SSL_DEFINES= -I/usr/local/ssl/include -DUSE_SSL

Ismael
-- 

       +--------------------------------------------------------------+
       | ISMAEL CORDEIRO            | mailto:address@hidden      |
       | Production sound mixer     | http://www.ismael.cordeiro.com/ |
       | Montréal - Québec - Canada | ftp://ftp.cam.org/users/ismael/ |
       +--------------------------------------------------------------+

reply via email to

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