The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade 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.


Other UNIX.COM Threads 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 03:10 PM
AIX NIS client kjbaumann AIX 2 10-18-2006 01:32 PM
Use AIX as NIS client sprellari AIX 0 08-29-2006 06:04 AM
SCO 6 and SQL client rdhavale SCO 1 05-18-2006 06:39 AM
SSH client zylwyz UNIX for Dummies Questions & Answers 2 06-30-2005 01:36 AM

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

Join Date: Aug 2007
Posts: 44
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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
Forum Sponsor
  #2 (permalink)  
Old 05-20-2008
Registered User
 

Join Date: Apr 2008
Location: European Union/Germany
Posts: 173
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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: 44
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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 UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 02:55 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102