From owner-freebsd-questions Fri Jun 6 08:20:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA24606 for questions-outgoing; Fri, 6 Jun 1997 08:20:07 -0700 (PDT) Received: from blinx.lizard.org (blinx.wms.co.uk [194.159.247.13]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA24530 for ; Fri, 6 Jun 1997 08:19:56 -0700 (PDT) Received: (from flipper@localhost) by blinx.lizard.org (8.8.5/8.7.3) id QAA17063; Fri, 6 Jun 1997 16:20:54 +0100 (BST) From: Flipper Spice Message-Id: <199706061520.QAA17063@blinx.lizard.org> Subject: Re: Apache with SSL or shttp To: nadav@barcode.co.il (Nadav Eiron) Date: Fri, 6 Jun 1997 16:20:54 +0100 (BST) Cc: questions@freebsd.org In-Reply-To: from Nadav Eiron at "Jun 6, 97 10:42:46 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > On Thu, 5 Jun 1997, Flipper Spice wrote: > > > Can any one give me any advice on installing a secure web server? > > > > Regards F > > > > Well, I'm using Apache-SSL (ver. 1.1.1 of Apache and 0.6.4 of SSLeay BTW). > It's not trivial to set up. It comes as a set of patches to the Apache > source, but it works just fine (at least for me). It carries a BSD-style > license, so you can pretty much do whatever you want with it (assuming > you have no legal problems using SSLeay, I think you might in the U.S.). > Thanks for the advice, however when I attempt to compile SSLeay from the 2.2.1 ports I get this error gcc -DMONOLITH -I../include -DTERMIOS -D_ANSI_SOURCE -O2 -m486 -Wall -c ssleay.c /bin/rm -f ssleay 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 Does anyone know of a solution? Regards F