Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Dec 1996 13:32:47 -0500
From:      Matthew Hagerty <matthew@internet1.net>
To:        freebsd-ports@FreeBSD.ORG
Subject:   SSLeay port error
Message-ID:  <32A320CF.45AD@internet1.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32A320CF.45AD>