From owner-freebsd-ports Mon Dec 2 10:33:55 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04146 for ports-outgoing; Mon, 2 Dec 1996 10:33:55 -0800 (PST) Received: from ns1.internet1.net (ns1.internet1.net [206.250.31.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA04140 for ; Mon, 2 Dec 1996 10:33:53 -0800 (PST) Received: from station2.internet1.net (station2.internet1.net [206.250.31.22]) by ns1.internet1.net (8.7.5/8.7.3) with SMTP id NAA24869 for ; Mon, 2 Dec 1996 13:30:07 -0500 (EST) Message-ID: <32A320CF.45AD@internet1.net> Date: Mon, 02 Dec 1996 13:32:47 -0500 From: Matthew Hagerty Reply-To: matthew@internet1.net Organization: internet1 X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: SSLeay port error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings, I have been trying to install the SSLeay-0.6.4 on my FreeBSD-2.1.5 box with GCC-2.6.3 and perl-5.003. First I tried to install it myself from the archive. This did not work. I got an error during the make. This is a nut-shell of what happened: # perl util/perlpath.pl /usr/bin # ./Configure FreeBSD # make clean # make .. .. Lots of lines... .. .. Then... read_pwd.c:94: termio.h: No such file or directory ***Error code 1 Stop. Then I learned that there was a port for SSLeay :) So I did the following: # cd /usr # mkdir ports # cd ports # mkdir security # cd security # ftp ftp.freebsd.org .. .. Got the skeleton. .. ftp> close ftp> quit # gunzip SSLeay.tar.gz # tar xvf SSLeay.tar # cd SSLeay # make install Checksums OK. ===> Building for SSLeay-0.6.4 .. .. Lots of lines... .. cc -o out/ssleay -O tmp/verify.o tmp/asn1pars.o tmp/req.o tmp/dgst.o tmp/dh.o tmp/enc.o tmp/gendh.o tmp/errstr.o tmp/ca.o tmp/pkcs7.o tmp/crl2p7.o tmp/crl.o tmp/rsa.o tmp/x509.o tmp/genrsa.o tmp/s_server.o tmp/s_client.o tmp/s_filter.o tmp/speed.o tmp/hashdir.o tmp/s_time.o tmp/s_mult.o tmp/apps.o tmp/s_cb.o tmp/s_socket.o tmp/s_eio.o tmp/version.o tmp/sess_id.o tmp/ciphers.o tmp/ssleay.o out/libssl.a out/libcrypto.a -ldes -lmd e_xcbc_d.o: Undefined symbol '_des_xcbc_encrypt' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Any ideas as to why this failed? Thank you, Matthew Hagerty