Operating System - HP-UX
1752675 Members
5565 Online
108789 Solutions
New Discussion юеВ

Need help in installing SSH

 
SOLVED
Go to solution
Igor Sovin
Super Advisor

Need help in installing SSH

Help me to install SSH for HP-UX 11i v1.6
I've tried to install a depot via swinstall.
The Analysis Phase succeeded.
The Execution Phase runs as follows:
* Beginning the Install Execution Phase.
* Filesets: 1
* Files: 489
* Kbytes: 14191
* Installing bundle "T1471AA,r=A.03.61.002" .
* Installing fileset "Secure_Shell.SECURE_SHELL,r=A.03.61.002"
(1 of 1).
NOTE: A new version of "/etc/rc.config.d/sshd"
has been installed on the system.
NOTE: A new version of "/opt/ssh/etc/ssh_config"
has been installed on the system.
NOTE: A new version of "/opt/ssh/etc/sshd_config"
has been installed on the system.
NOTE: A new version of "/opt/ssh/etc/moduli"
has been installed on the system.
NOTE: A new version of "/opt/ssh/etc/ssh_prng_cmds"
has been installed on the system.
* Running install clean command /usr/lbin/sw/install_clean.
NOTE: tlinstall is searching filesystem - please be patient
NOTE: Successfully completed

* Beginning the Configure Execution Phase.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memcmp_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memmove_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memset_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strchr_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strcpy_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strlen_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strncpy_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strcat_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/var/tmp/BAAa03578/catalog/Secure_Shell/SECURE_SHELL/configure[88]: 3914 Killed

* Summary of Execution Phase:
* 1 of 1 filesets had no Errors or Warnings.
* The Execution Phase succeeded.

.. that's all
and the sshd doesn't starts after installation.
What's the problem?
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: Need help in installing SSH

You already have a version of openssh installed probably a compiled version

Remove it

swremove the one you just installed

swinstall it again.

You may need to delete the .ssh directory at least for root.

Try that and let me know what happens.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Igor Sovin
Super Advisor

Re: Need help in installing SSH

Removed ssh comletly via swremove and also removed /opt/ssh directory
Then i swinstalled ssh
Nothing is changed, completed with errors
when trying to start sshd manualy i get this:
# /opt/ssh/sbin/sshd
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memcmp_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memmove_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memset_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strchr_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strcpy_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strlen_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strncpy_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strcat_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
Killed
#
the logfile
/var/adm/sw/swagent.log contains the folowing:

02/27/04 12:30:40 UFAST BEGIN install AGENT SESSION
(pid=11058)

* Agent session started for user "root@elen". (pid=11058)

* Beginning Analysis Phase.
* Source:
elen:/opt/depot/T1471AA_A.03.61.002_HP-UX_B.11.22_IA.depot
* Target: elen:/
* Target logfile: elen:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
* Executing preDSA command.
NOTE: The used disk space on filesystem "/" is estimated to increase
by 8 Kbytes.
This will leave 114472 Kbytes of available user disk space
after the installation.
NOTE: The used disk space on filesystem "/opt" is estimated to
increase by 16752 Kbytes.
This will leave 130696 Kbytes of available user disk space
after the installation.
NOTE: The used disk space on filesystem "/var" is estimated to
increase by 152 Kbytes.
This will leave 4324456 Kbytes of available user disk space
after the installation.

* Summary of Analysis Phase:
* 1 of 1 filesets had no Errors or Warnings.
* The Analysis Phase succeeded.


* Beginning the Install Execution Phase.
* Filesets: 1
* Files: 489
* Kbytes: 14191
* Installing bundle "T1471AA,r=A.03.61.002" .
* Installing fileset "Secure_Shell.SECURE_SHELL,r=A.03.61.002"
(1 of 1).
NOTE: A new version of "/etc/rc.config.d/sshd"
has been installed on the system.
NOTE: A new version of "/opt/ssh/etc/ssh_config"
has been installed on the system.
NOTE: A new version of "/opt/ssh/etc/sshd_config"
has been installed on the system.
NOTE: A new version of "/opt/ssh/etc/moduli"
has been installed on the system.
NOTE: A new version of "/opt/ssh/etc/ssh_prng_cmds"
has been installed on the system.
* Running install clean command /usr/lbin/sw/install_clean.
NOTE: tlinstall is searching filesystem - please be patient
NOTE: Successfully completed

* Beginning the Configure Execution Phase.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memcmp_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memmove_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__memset_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strchr_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strcpy_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strlen_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strncpy_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol '__strcat_ver' in load module '/usr/lib/hpux32/libgssapi_krb5.so'.
/var/tmp/BAAa11058/catalog/Secure_Shell/SECURE_SHELL/configure[55]: 11254 Killed
ERROR: could not generate RSA1 host key
ERROR: The "configure" script for "Secure_Shell.SECURE_SHELL" failed
(exit code "1"). The script location was
"/var/tmp/BAAa11058/catalog/Secure_Shell/SECURE_SHELL/configure".

* This script had errors and the execution of this fileset
cannot proceed until the problem is fixed. Check the above
output from the script for further details.

* Summary of Execution Phase:
ERROR: Installed Secure_Shell.SECURE_SHELL,r=A.03.61.002
ERROR: 1 of 1 filesets had Errors.
ERROR: The Execution Phase had errors. See the above output for
details.


======= 02/27/04 12:32:37 UFAST END install AGENT SESSION (pid=11058)


======= 02/27/04 12:32:39 UFAST BEGIN install AGENT SESSION
(pid=11276)

dont know what to do...

Re: Need help in installing SSH

To go out on a leap here....it looks like libary error, specifically dynamic linking errors. Might be worth a shot to (re)install the latest patch bundle and maybe reinstall dld libaries.
Kari Pannila
Frequent Advisor

Re: Need help in installing SSH

It looks like you need PAM Kerberos to get SSH up and running. Try by installing Kerberos.

https://payment.ecommerce.hp.com/portal/swdepot/try.do?productNumber=J5849AA

Best Regards
Kari
Kari Pannila