• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

Openssh 7.5p1 mit libressl 2.6.0

REtender

New Member
Hallo,

Ich versuche Openssh 7.5p1 mit libressl 2.6.0 zu installieren, alleridngs schlägt es immer wieder fehl.

Das Setup ist eine frische Debian Stretch minimal Installation.

Zur Installation verwende ich folgenden Guide:
https://elementaryos.stackexchange.com/questions/6772/how-do-i-install-current-versions-of-openssh-and-libressl

Libressl installiert er ohne Probleme und zeigt mir mit openssl version auch 2.6.0 an...

Wenn ich nun bei Openssh
Code:
make; sudo checkinstall

ausführe, dann bekomme ich folgenden Fehler:


Code:
========================= Installation results =========================== (cd openbsd-compat && make)

make1: Entering directory '/root/openssh-7.5p1/openbsd-compat'

make1: Nothing to be done for 'all'.

make1: Leaving directory '/root/openssh-7.5p1/openbsd-compat'

[...]

(umask 022 ; ./mkinstalldirs /var/empty) mkdir /var/empty

/usr/bin/install -c -m 0755 -s sshd /usr/local/sbin/sshd

/usr/bin/install -c -m 4711 -s ssh-keysign /usr/local/libexec/ssh-keysign

strip:/usr/local/libexec/ssh-keysign: could not create temporary file to hold stripped copy: No error

/usr/bin/install: strip process terminated abnormally

Makefile:312: recipe for target 'install-files' failed

make: *** [install-files] Error 1

**** Installation failed. Aborting package creation.

Cleaning up...OK

Ich weiß wirklich nicht weiter...

Openssl ist ja auch keine Option, da man Openssh nicht mit der neuen Openssl Versionen kompilieren kann.
 
Back
Top