*BSD News Article 95330


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!uunet!in1.uu.net!208.213.229.158!news.internetsat.com!dciteleport.com!europa.clark.net!news.maxwell.syr.edu!news.he.net!news.qnet.com!not-for-mail
From: Duane Ellison <duane@qnet.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: SSLeay-0.6.6 & FreeBSD
Date: Wed, 14 May 1997 19:14:49 -0700
Organization: Quantum Networking Solutions; USA; info@qnet.com
Lines: 28
Message-ID: <337A7199.FF6D5DF@qnet.com>
References: <5lcnoh$5c@nnrp3.farm.idt.net>
NNTP-Posting-Host: lanc05-24.ca.qnet.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.1-RELEASE i386)
To: Michael Park <mpark@corp.ios.com>
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:40882

If I remember correctly you need to install DES onto the system.  I was
having the same problem and after I did that I actually got it to
compile.  I never did get it to work with Apache though.  Well I did get
Apache to compile with SSL but I could not get "make certificate" work
correctly...

Duane


Michael Park wrote:
> 
> has anyone experienced any problems compiling SSLeay-0.6.6
> on FreeBSD 2.2.1 ?
> 
> gcc -o ssleay -DMONOLITH -I../include -DTERMIOS -D_ANSI_SOURCE -O2 -m486
> -Wall ssleay.o verify.o asn1pars.o req.o dgst.o dh.o enc.o gendh.o
> errstr.o ca.o  pkcs7.o crl2p7.o  crl.o rsa.o x509.o genrsa.o s_server.o
> s_client.o speed.o  s_time.o apps.o s_cb.o s_socket.o version.o sess_id.o
> ciphers.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto
> ede_enc.o: Undefined symbol `_des_decrypt3' referenced from text segment
> ede_enc.o: Undefined symbol `_des_decrypt3' referenced from text segment
> ecb3_enc.o: Undefined symbol `_des_decrypt3' referenced from text segment
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.