Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2004 07:00:51 -0600
From:      "J.D. Bronson" <jbronson@wixb.com>
To:        freebsd-questions@freebsd.org
Subject:   update of OpenSSL from tarball
Message-ID:  <6.1.0.3.2.20040319065841.00ab1e78@localhost>

next in thread | raw e-mail | index | archive | help
I thought I would post to the group my solution for updating OpenSSL w/o 
having to rebuild the entire machine...

# tar xzf openssl-0.9.7d.tar.gz
# cd openssl-0.9.7d
# ./config --prefix=/usr --openssldir=/etc/ssl
# make
# make test
# make install

..this seems to correctly place all the files where they need to be with 
the exception of a few. I did recompile a few apps since they had ldd to 
older files that were incorrect.

The problem is that I build most things from tarballs and overwrite alot of 
the base install binaries....so if I did this fix the 'correct' way, I 
would have quite a mess on my hands.

YMMV

  -JDB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.1.0.3.2.20040319065841.00ab1e78>