Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2007 08:02:13 -0700
From:      snowcrash+freebsd-questions <schneecrash+freebsd-questions@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   how to force ports to use OPENSSLBASE=/usr/local?
Message-ID:  <70f41ba20704040802k32167e36ufb42e0516b9a639a@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
hi,

i've an install of FreeBSD 6.2-RELEASE.

base ssl is:

	/usr/bin/openssl version
		OpenSSL 0.9.7e-p1 25 Oct 2004

i've installed openssl from ports,

	`which openssl` version
		OpenSSL 0.9.8e 23 Feb 2007

i'm trying to get a ports-build of openssh-portable to link the
ports-installed ssl, OpenSSL 0.9.8e.

i've addedto '/etc/make.conf':

	+++	OPENSSLBASE=/usr/local

and, am (re)building with,

	cd /usr/ports/security/openssh-portable
	make deinstall rmconfig OPENSSLBASE=/usr/local reinstall clean

but, after build, i _still_ see the base-installed ssl used:

	ldd /usr/local/bin/ssh | grep ssl
		libssl.so.4 => /usr/lib/libssl.so.4 (0x283bb000)

what do i need to set/change for the ports' openssl to be used -- for
openssh and, eventually, all subsequent ports?

thanks!



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