DragonFly users List (threaded) for 2007-09
DragonFly BSD
DragonFly users List (threaded) for 2007-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Upgrading a 1.8 system to the latest openssl (0.9.8e)


From: Dave Hayes <dave@xxxxxxxxxxx>
Date: Fri, 07 Sep 2007 15:52:56 -0700

This message is just an FYI to the users out there still running 1.8 who
want to upgrade to the latest openssl. Here's a sequence of commands
that will do it, unoptimized, and there's probably a more efficient way.
This is what I've done that works. 

This presumes you have checked out your sources with CVS and are
prepared to upgrade portions of your source tree with a direct
CVS command. If you don't understand how to do that, you probably
shouldn't try this. Caveat administrator. :)

# cd /usr/src/crypto/openssl-0.9     
# cvs up -rDragonFly_RELEASE_1_10_Slip -R
# cd /usr/src/secure/lib/libcrypto   
# cvs up -rDragonFly_RELEASE_1_10_Slip -R
# cd /usr/src/secure/lib/libssl      
# cvs up -rDragonFly_RELEASE_1_10_Slip -R
# cd /usr/src/secure/usr.bin/openssl 
# cvs up -rDragonFly_RELEASE_1_10_Slip -R
# cd /usr/src ; make buildworld
 
Then if everything looks good:

# cd /usr/src; make installworld

Good luck!
------
Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org 
>>> The opinions expressed above are entirely my own <<<

Because you grasp labels and slogans, you are hindered by
those labels and slogans, both those used in ordinary life
and those considered sacred. Thus they obstruct your
perception of objective truth, and you cannot understand
clearly.                                 -Zen Master Linji






[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]