Displaying 7 results from an estimated 7 matches for "openssl_bin".
2024 Mar 06
1
Call for testing: OpenSSH 9.7
...thout -rpath, which it's
> usually not).
Please try this patch. Note that you will need to run "autoreconf" to
rebuild configure before rerunning it. I think it covers all of the
cases correctly:
$ which openssl
/usr/bin/openssl
$ ./configure | grep bin/openssl && grep OPENSSL_BIN Makefile
checking for openssl... /usr/bin/openssl
OPENSSL_BIN='/usr/bin/openssl' \
$ ./configure --with-ssl-dir=/usr/local | grep
bin/openssl && grep OPENSSL_BIN Makefile
checking for openssl... /usr/local/bin/openssl
OPENSSL_BIN='/usr/local/bin/openssl' \
$ ./configure...
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...).
>
> Please try this patch. Note that you will need to run "autoreconf" to
> rebuild configure before rerunning it. I think it covers all of the
> cases correctly:
>
> $ which openssl
> /usr/bin/openssl
>
> $ ./configure | grep bin/openssl && grep OPENSSL_BIN Makefile
> checking for openssl... /usr/bin/openssl
> OPENSSL_BIN='/usr/bin/openssl' \
>
> $ ./configure --with-ssl-dir=/usr/local | grep
> bin/openssl && grep OPENSSL_BIN Makefile
> checking for openssl... /usr/local/bin/openssl
> OPENSSL_BIN='/usr/local...
2024 Mar 06
2
Call for testing: OpenSSH 9.7
On Thu, 7 Mar 2024 at 02:19, Damien Miller <djm at mindrot.org> wrote:
>
>
>
> On Tue, 5 Mar 2024, The Doctor wrote:
>
> > Showstopper problem!
> >
> > I want configure to work with /usr/local/bin/openssl and not /usr/bin/openssl
>
> You can use --with-ssl-dir for this. --with-ssl-dir=/foo will have
> configure try /foo/bin/openssl and
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...SD 14.0-RELEASE-p3
$ /opt/openssl/bin/openssl version
ld-elf.so.1: Shared object "libssl.so.3" not found, required by "openssl"
$ env LD_LIBRARY_PATH=/opt/openssl/lib:/lib:/usr/lib
PATH=/bin:/usr/bin ./configure --with-ssl-dir=/opt/openssl
--with-rpath=-Wl,-rpath,
[...]
$ grep OPENSSL_BIN Makefile
OPENSSL_BIN='/opt/openssl/bin/openssl' \
--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...bin/openssl version
> ld-elf.so.1: Shared object "libssl.so.3" not found, required by "openssl"
>
> $ env LD_LIBRARY_PATH=/opt/openssl/lib:/lib:/usr/lib
> PATH=/bin:/usr/bin ./configure --with-ssl-dir=/opt/openssl
> --with-rpath=-Wl,-rpath,
> [...]
> $ grep OPENSSL_BIN Makefile
> OPENSSL_BIN='/opt/openssl/bin/openssl' \
>
Current FreeBSD140. is RELEASE p5
and yes it happens there too.
> --
> Darren Tucker (dtucker at dtucker.net)
> GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA
> Good jud...
2024 Mar 07
3
Call for testing: OpenSSH 9.7
On Thu, Mar 07, 2024 at 01:51:28PM +1100, Darren Tucker wrote:
> On Thu, 7 Mar 2024 at 13:39, The Doctor <doctor at doctor.nl2k.ab.ca> wrote:
> >
> > On Thu, Mar 07, 2024 at 01:19:36PM +1100, Darren Tucker wrote:
> > > On Thu, 7 Mar 2024 at 12:00, The Doctor <doctor at doctor.nl2k.ab.ca> wrote:
> > > > On Thu, Mar 07, 2024 at 09:58:38AM +1100, Darren
2025 Apr 01
9
Call for testing: OpenSSH 10.0
Hi all.
OpenSSH 10.0p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is primarily a bugfix
release, although one notable change is the introduction of the sshd-auth
binary (see below).
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD: