![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Build a Google Talk Client Using Oracle ADF Faces Rich Client and the Active Data Ser | iBot | Oracle Updates (RSS) | 0 | 04-18-2008 06:10 PM |
| AIX NIS client | kjbaumann | AIX | 2 | 10-18-2006 04:32 PM |
| Use AIX as NIS client | sprellari | AIX | 0 | 08-29-2006 09:04 AM |
| SCO 6 and SQL client | rdhavale | SCO | 1 | 05-18-2006 09:39 AM |
| SSH client | zylwyz | UNIX for Dummies Questions & Answers | 2 | 06-30-2005 04:36 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
SSH client
As user root and with some users I can use ssh to connect to remote hosts. But with a specific user I can't use ssh client because:
Code:
$ ssh OpenSSL version mismatch. Built against 90807f, you have 90703f HP-UX version is 11.11. |
|
||||
|
This is ldd output for normal user:
Code:
bash# ldd `which ssh`
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libsec.2 => /usr/lib/libsec.2
/usr/lib/libm.2 => /usr/lib/libm.2
/usr/lib/libxnet.2 => /usr/lib/libxnet.2
/usr/lib/libxti.2 => /usr/lib/libxti.2
/usr/lib/libnsl.1 => /usr/lib/libnsl.1
/usr/lib/libxti.2 => /usr/lib/libxti.2
/usr/local/lib/libz.sl => /usr/local/lib/libz.sl
/usr/local/lib/libcrypto.sl => /usr/local/lib/libcrypto.sl
/usr/lib/libdld.2 => /usr/lib/libdld.2
Code:
$ ldd `which ssh`
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libsec.2 => /usr/lib/libsec.2
/usr/lib/libm.2 => /usr/lib/libm.2
/usr/lib/libxnet.2 => /usr/lib/libxnet.2
/usr/lib/libxti.2 => /usr/lib/libxti.2
/usr/lib/libnsl.1 => /usr/lib/libnsl.1
/usr/lib/libxti.2 => /usr/lib/libxti.2
/usr/local/lib/libz.sl => /usr/local/lib/libz.sl
/usr/local/lib/libcrypto.sl => /home/................../libcrypto.sl
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
$LD_LIBRAY_PATH is the same. |
| Sponsored Links | ||
|
|