I have a couple of machines connected together and have been using ssh
between them.
However now trying to connect I get an error
paulj at opensolaris4:~$ ping 192.168.0.3
192.168.0.3 is alive
paulj at opensolaris4:~$ ssh 192.168.0.3
ld.so.1: ssh: fatal: relocation error: file /usr/bin/ssh: symbol
ENGINE_load_pk11: referenced symbol not found
Killed
paulj at opensolaris4:~$ which traceroute
/usr/sbin/traceroute
paulj at opensolaris4:~$ traceroute
Usage: traceroute [-adFIlnSvx] [-A address_family] [-c traffic_class]
[-f first_hop] [-g gateway [-g gateway ...]| -r] [-i iface]
[-L flow_label] [-m max_hop] [-P pause_sec] [-p port] [-Q max_timeout]
[-q nqueries] [-s src_addr] [-t tos] [-w wait_time] host [packetlen]
paulj at opensolaris4:~$ traceroute 192.168.0.3
traceroute to 192.168.0.3 (192.168.0.3), 30 hops max, 40 byte packets
1 192.168.0.3 (192.168.0.3) 0.367 ms 0.406 ms 0.130 ms
paulj at opensolaris4:~$
I'm running
paulj at opensolaris4:~$ uname -a
SunOS opensolaris4 5.11 snv_99 i86pc i386 i86pc Solaris
Not sure at which point this stopped working!
Googled this and it seems some ongoing issue for various versions of
Solaris but not come across a solution.
Any thoughts
Cheers Paul