Thanks to you, Rawman.
For me and my Adaptec 6805E it works without reboots with StorMan-1.00-20206_amd64.deb.
But, not work StorMan-1.00-20323_amd64.deb and StorMan-1.00-20324_amd64.deb ( this two version have some installer's script error )
and
I got the same message.
$>ssh [enter]
openssl: /usr/StorMan/ssl/lib/libssl.so.1.0.0: no version information available (required by openssl)
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-I pkcs11] [-i identity_file]
[-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-W host
ort] [-w local_tun[:remote_tun]]
[user@]hostname [command]
so, temp solved..
$>cd /usr/StorMan/ssl/lib/
$>mv libssl.so.1.0.0 libssl.so.1.0.0.org
$>locate libssl.so.1.0.0
$>ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 libcrypto.so.1.0.0
$>ssh [enter]
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-I pkcs11] [-i identity_file]
[-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-W host
ort] [-w local_tun[:remote_tun]]
[user@]hostname [command]
now, no problem.
This was a lot of help, however I found there was a little more than those commands and I'm running the current version of MaxView. These are the complete set of commands that worked for me. the above instruction move the libssl.so.1.0.0 file but link the libcrypto.so.1.0.0 file. I guessed that both files needed to be pointed to the /usr/lib/x86_64-linux-gnu/ versions and did this:
cd /usr/StorMan/ssl/lib/
mv libssl.so.1.0.0 libssl.so.1.0.0.org
locate libssl.so.1.0.0
ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 libcrypto.so.1.0.0 <------using result of line above
mv libcrypto.so.1.0.0 libcrypto.so.1.0.0.org
locate libcrypto.so.1.0.0
ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 libcrypto.so.1.0.0 <------using result of line above
now my result is:
# host google.com
google.com has address 74.125.228.0
google.com has address 74.125.228.1
google.com has address 74.125.228.2
google.com has address 74.125.228.3
google.com has address 74.125.228.4
google.com has address 74.125.228.5
google.com has address 74.125.228.6
google.com has address 74.125.228.7
google.com has address 74.125.228.8
google.com has address 74.125.228.9
google.com has address 74.125.228.14
google.com has IPv6 address 2607:f8b0:4004:800::1009
google.com mail is handled by 10 aspmx.l.google.com.
google.com mail is handled by 20 alt1.aspmx.l.google.com.
google.com mail is handled by 30 alt2.aspmx.l.google.com.
google.com mail is handled by 40 alt3.aspmx.l.google.com.
google.com mail is handled by 50 alt4.aspmx.l.google.com.