Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2008 15:56:13 -0600
From:      Cameron Baillie <cbaillie@shineracoustics.com>
To:        Brendan Kennedy <brendan.kennedy@gmail.com>, freebsd-questions@freebsd.org
Subject:   Re: Openssl port upgrade (FreeBSD 6.2)
Message-ID:  <491CA27C.80101@shineracoustics.com>
In-Reply-To: <db3b765b0811131016kd90fb88i887b2897e3bfe4eb@mail.gmail.com>
References:  <db3b765b0811131016kd90fb88i887b2897e3bfe4eb@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Brendan Kennedy wrote:
> Hi All,
>
> I ran the openssl updgrade (to OpenSSL 0.9.8d), but it seems the
> original openssl libs are still being used for SSH session creation
> and other system crypto functionality.
> What are the final steps needed to allow all user space programs to
> use the upgraded OpenSSL?
>
> Is there a good guide for this kind of upgrade somewhere?
>
> Best Regards,
> Brendan
This might be useful - it is from 'Building a Server with FreeBSD 7' by 
Bryan Hong.

Default search path for /usr/local, where local software is typically 
installed, is near the end of the path statement, after base command paths.

Edit /root/.cshrc as follows:

a) comment out the existing or default 'set path' statement by preceding 
it with a hash mark (#)

b) insert this statement: set path = (/usr/local/sbin /usr/local/bin 
/usr/sbin /usr/bin /sbin /bin $HOME/bin)

hope this works
Cam



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