The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
.
google unix.com



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

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-20-2008
Registered User
 

Join Date: Aug 2007
Posts: 54
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
Is it a $PATH problem or what?
HP-UX version is 11.11.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-20-2008
Registered User
 

Join Date: Apr 2008
Location: European Union/Germany
Posts: 189
Quote:
Is it a $PATH problem or what?
Why don't you simply test it?

As normal user & "disabled" user do and post here:
Code:
echo $PATH
echo $LD_LIBRARY_PATH
ldd `which ssh`
Reply With Quote
  #3 (permalink)  
Old 05-21-2008
Registered User
 

Join Date: Aug 2007
Posts: 54
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
and this is for "disabled" user:

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
there is a difference in libcrypto.sl. How can I correct it?
$LD_LIBRAY_PATH is the same.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 05:57 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66