Date: Mon, 30 Jul 2012 21:01:23 +0200 From: Beat Siegenthaler <beat.siegenthaler@beatsnet.com> To: freebsd-stable@freebsd.org Subject: Re: OpenSSL from Ports Message-ID: <5016DA03.7080304@beatsnet.com> In-Reply-To: <5016D443.9030105@zedat.fu-berlin.de> References: <5016CCBB.30603@beatsnet.com> <5016D443.9030105@zedat.fu-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 30.07.12 20:36, O. Hartmann wrote > I guess you need to ensure that the path /usr/local/bin is searched BEFORE /usr/bin. If you're using sh(1) as the standard shell of yours, you should ensure this by using something like the following in .profile (or .cshrc, if csh(1)): Never tweaked that: bash: PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin sh: PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin csh: path (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /root/bin) zsh: path (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /root/bin) It seems to be important to know, what "build from port" means. There is still some tweaking necessary. thanks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5016DA03.7080304>