openssl upgrade confusion
From: Jamie (jamie_at_gnulife.org)
Date: 03/18/04
- Previous message: Nikolas Britton: "Re: RM 1U server for FreeBSD"
- Next in thread: Ash Gokhale: "Re: openssl upgrade confusion"
- Reply: Ash Gokhale: "Re: openssl upgrade confusion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Mar 2004 10:58:23 -0600 (CST) To: freebsd-newbies@freebsd.org
I'm trying to upgrade my to openssl 0.9.7d from 0.9.7c and am having a
really rough time. I downloaded the 9.7d tarball and untarred it in
/usr/src. I did a ./config, make, and make install. It seems to have
placed the new openssl libraries in a different location than where the
original ones were installed:
# locate libcrypto.a
/usr/lib/libcrypto.a
/usr/local/ssl/lib/libcrypto.a
#
What is the best way to over-write the base install? I've considered
adding /usr/local/ssl/lib to the /var/run/ld-elf.so.hints file but I can't
find a way to modify the order so that /usr/local/ssl/lib/ is checked
before /usr/lib.
Is that the route I should be taking, or is there a better way? I have
considered using the openssl port to do the upgrade, but I would rather
use a tarball because I have built apache/mod_ssl/openssl together.
- Jamie
Greetings from Minneapolis, MN, United States
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: Nikolas Britton: "Re: RM 1U server for FreeBSD"
- Next in thread: Ash Gokhale: "Re: openssl upgrade confusion"
- Reply: Ash Gokhale: "Re: openssl upgrade confusion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|