lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV SSL Patch problem


From: Chad Simmons
Subject: Re: LYNX-DEV SSL Patch problem
Date: Wed, 30 Oct 1996 21:52:19 -0500 (EST)


On Wed, 30 Oct 1996, ELCHONON EDELSON wrote:

> On Wed, 30 Oct 1996, Thom Hodge wrote:
> 
> > On Tue, 29 Oct 1996, Chad Simmons wrote:
> > 
> > > HI Im tring to compile lynx2-6 on linux 2.0.something with
> > > lynx2-6.1028.all I succesful patched the makefile. I got sslref2.0,
> > > RSAREF, and Libdes(I didnt compile them for 2 reasons a) I couldnt get it
> > > to compile, and b) lynx just needs the code to compile in right?) When I
> > > compile with 'make linux-ncurses' I get '/usr/i486-linux/bin/ld: cannot
> > > open -lssl: No such file or directory' This is supposted to be a flag
> > > right?
> > > Any help would be appriciated,
> > > Chad Simmons
> > 
> > I had a similar problem with linux 1.3.20, and fixed it by replacing the 
> > line
> > 
> >     SSL_LIBS= -lssl -lcrypto
> > 
> > with
> > 
> >     SSL_LIBS= /usr/local/ssl/lib/libssl.a /usr/local/ssl/lib/libcryto.a
> > 
> > in the lynx2-6/Makefile, where /usr/local/ssl/lib/ was the path to the SSL 
> > libraries.
> > 
> > Thom Hodge
> 
> Err... correct me if I'm wrong, but it looks to me like this
> Mr. Simmons is saying that he DID NOT compile the ssl or des
> libraries, because  he seems to be under the impression that
> lynx only needs whatever include files and hooks are needed.
> 
> You DO have to compile the libraries if you are trying to link
> to them, no?
I did what he said and sslref's makefile auto compiles the des libs, but
now I get
make[1]: Entering directory `/home/chads/sslref2.0/libdes-3.0'
cc  -O2      -c read_pwd.c -o read_pwd.o
read_pwd.c:17: parse error before string constant
In file included from /usr/include/asm/termios.h:4,
                 from /usr/include/linux/termios.h:5,
                 from /usr/include/termios.h:28,
                 from /usr/include/sys/ioctl.h:6,
                 from read_pwd.c:19:
/usr/include/asm/termbits.h:16: parse error before `cc_t'
/usr/include/asm/termbits.h:16: warning: no semicolon at end of struct or
union
/usr/include/asm/termbits.h:17: warning: data definition has no type or
storage
class
/usr/include/asm/termbits.h:18: parse error before `}'
read_pwd.c: In function `read_pw':
read_pwd.c:124: storage size of `tty_orig' isn't known
read_pwd.c:124: storage size of `tty_new' isn't known
make[1]: *** [read_pwd.o] Error 1
make[1]: Leaving directory `/home/chads/sslref2.0/libdes-3.0'
make: *** [libdes-3.0/libdes.a] Error 2
This is the most annoying thing to compile.


;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;



reply via email to

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