Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!www.nntp.primenet.com!nntp.primenet.com!dispatch.news.demon.net!demon!awfulhak.demon.co.uk!awfulhak.demon.co.uk!awfulhak.demon.co.uk!not-for-mail From: brian@anorak.coverform.lan (Brian Somers) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Compile SSL error Date: 20 Oct 1996 17:39:50 +0100 Organization: Coverform Ltd. Lines: 27 Sender: brian@awfulhak.demon.co.uk Message-ID: <54dkkm$4ra@anorak.coverform.lan> References: <3265c849.29033917@netnews.hinet.net> Reply-To: brian@awfulhak.demon.co.uk NNTP-Posting-Host: anorak.coverform.lan X-NNTP-Posting-Host: awfulhak.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 In article <3265c849.29033917@netnews.hinet.net>, Serge@OneWay.Net (HSIAO Hsueh-cheng) writes: : Hi folx, : : When I compile SSLeay-0.6.4, it gave me this error message : ------Error Message --------- : read_pwd.c:81: termio.h: No such file or directory [.....] : How do I to figure this out ? Thanx. : My OS is FreeBSD 2.1.0, and I have configure for FreeBSD before compiling. : : ps. I have found termios.h in /usr/include, are they the same ? I don't know anything about SSLeay, but termios is fairly similar to termio. Have a look in your source file. If there's a way of including termios, #define the bits necessary, otherwise you're gonna have to hack it. I just ported some terminal control software to FreeBSD that used termio. All I had to do was change termio to termios and cope with the IUCLC define. -- Brian <brian@awfulhak.demon.co.uk> <http://www.awfulhak.demon.co.uk/> Don't _EVER_ lose your sense of humour.... .