SUCCESS!

Installation Summary
--------------------
Name                        Level           Part        Event       Result
-------------------------------------------------------------------------------
aixtools.openbsd.openssh.rt 6.8.0.1601      USR         APPLY       SUCCESS
aixtools.openbsd.openssh.ma 6.8.0.1601      USR         APPLY       SUCCESS
aixtools.openbsd.openssh.rt 6.8.0.1601      ROOT        APPLY       SUCCESS
aixtools.openbsd.openssh.ma 6.8.0.1601      ROOT        APPLY       SUCCESS
root@x064:[/data/prj/openbsd/openssh/openssh-6.8p1]r lss
lssrc -s sshd
Subsystem         Group            PID          Status
 sshd             ssh              1097890      active
root@x064:[/data/prj/openbsd/openssh/openssh-6.8p1]ssh -V
OpenSSH_6.8p1, LibreSSL 2.1.6

And using OpenSSH-6.8p1 linked against OpenSSL as client, to the LibreSSL
linked server:

".ssh/known_hosts" 63/23565
michael@x071:[/home/michael]ssh -v root@x064
OpenSSH_6.8p1, OpenSSL 0.9.8y 5 Feb 2013
debug1: Reading configuration data /var/openssh/etc/ssh_config
debug1: Connecting to x064 [192.168.129.64] port 22.
debug1: Connection established.
debug1: identity file /home/michael/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/michael/.ssh/id_rsa-cert type -1
debug1: identity file /home/michael/.ssh/id_dsa type 2
debug1: key_load_public: No such file or directory
debug1: identity file /home/michael/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/michael/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/michael/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.8
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.8
debug1: match: OpenSSH_6.8 pat OpenSSH* compat 0x04000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr [email protected] none
debug1: kex: client->server aes128-ctr [email protected] none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ssh-rsa
SHA256:dg35HpOANIxy5jc0tSvfCrPKUfZPRhM97q7Wl17Cte4
The authenticity of host 'x064 (192.168.129.64)' can't be established.
RSA key fingerprint is SHA256:dg35HpOANIxy5jc0tSvfCrPKUfZPRhM97q7Wl17Cte4.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'x064,192.168.129.64' (RSA) to the list of known
hosts.
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/michael/.ssh/id_rsa
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Offering DSA public key: /home/michael/.ssh/id_dsa
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Trying private key: /home/michael/.ssh/id_ed25519
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Next authentication method: password
root@x064's password:



On Sat, Apr 11, 2015 at 10:39 AM, Michael Felt <[email protected]> wrote:

> This is - I expect an autoconf/automake problem - and I would appreciate
> some help identifying what I need to complain about to THEM. It is not
> really an AIX problem - any program not having pre-requ in /usr andor
> /usr/local suffer from this.
>
> The standard solution is so say something like with-ssl=/some-new-prefix
>
> However, just in case - to permit people to have two versions of libssl.a
> and libcrypto.a installed (especially since you use a new member number
> scheme) you may want to have ${prefix} - when not equal to /usr or
> /usr/local - to take precedence. -- Had I had /usr/lib/libssl.a openssh
> would have just built against OpenSSL rather than LibreSSL (or is it
> libRESSL?)
>
> Like I said in the subject - just an FYI.
>
> I shall add to the thread as I progress to a successful packaging.
>
> ++++ config.log configure: comments are ++++
> configure:20606: xlc -E -I/usr/local/ssl/include -I/opt/include conftest.c
> configure:20612: $? = 0
> configure:20626: result: yes
> configure:20659: checking for openssl/opensslv.h
> configure:20666: result: yes
> configure:20707: xlc -o conftest -I/opt/include -I/opt/buildaix/include
> -O2 -I/usr/local/ssl/include -I/opt/include -L/usr/local/ssl/lib
> conftest.c -lcrypto -lz  >&5
> configure:20713: $? = 255
> configure: failed program was:
> configure:20728: error: *** Can't find recent OpenSSL libcrypto (see
> config.log for details) ***
> configure: exit 1
>
>

Reply via email to