Server Management - Systems Insight Manager
1833300 Members
2773 Online
110051 Solutions
New Discussion

Installing OpenSSH in tru64 4.0F

 
Irasela Posadas Díaz
Occasional Contributor

Installing OpenSSH in tru64 4.0F

Hi!!!

I'm trying to install OpenSSH in tru64 4.0F due I have heard the ssh is not available for 4.0F.

--- First i gess i have to install perl, then OpenSSL and then finaly OpenSSH... I instaledd perl 5.6.2 following this steps:

#sh Configure -de
...
echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
Updating makefile...
Now you must run 'make'.

If you compile perl5 on a different machine or from a different object
directory, copy the Policy.sh file from this object directory to the
new one before you run Configure -- this will help you with most of
the policy defaults.

# make
... make config failed, continuing anyway...
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" Errno_pm.PL Errno.pm
Skip ../../lib/Errno.pm (unchanged)
Everything is up to date. 'make test' to run test suite.
---Then run make again due the error "make config failed", then no error appear and run make test:

# make test
....
All tests successful.
u=1.1 s=1.06667 cu=97.8 cs=34.15 scripts=358 tests=13728

---Then run make install and no errors were showed... Then i had tired to install openssl-0.9.8a

# ./config
Operating system: alpha-dec-tru64
You need Perl 5.

---What should I do before try to install OpenSSH??? is something in the perl instalation i missed?

Tks in advance for your response!!