<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problem when connecting to openssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740544#M256052</link>
    <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;I downloaded latest version of openssh (openssh-4.3p1). I just compiled and installed it on a HP-UX 11.11 box. Entries on inetd.conf and /etc/services are OK. Then , inetd is restarted.&lt;BR /&gt;&lt;BR /&gt;The problem comes out when performing a telnet to the port 22 (ssh). The server prints the following error message:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __udivdi3 (code)  from /usr/local/lib/libcrypto.sl&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;I am just a little newbie :S Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;-Bramez&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Feb 2006 04:10:42 GMT</pubDate>
    <dc:creator>bramez</dc:creator>
    <dc:date>2006-02-28T04:10:42Z</dc:date>
    <item>
      <title>Problem when connecting to openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740544#M256052</link>
      <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;I downloaded latest version of openssh (openssh-4.3p1). I just compiled and installed it on a HP-UX 11.11 box. Entries on inetd.conf and /etc/services are OK. Then , inetd is restarted.&lt;BR /&gt;&lt;BR /&gt;The problem comes out when performing a telnet to the port 22 (ssh). The server prints the following error message:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __udivdi3 (code)  from /usr/local/lib/libcrypto.sl&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;I am just a little newbie :S Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;-Bramez&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 04:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740544#M256052</guid>
      <dc:creator>bramez</dc:creator>
      <dc:date>2006-02-28T04:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when connecting to openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740545#M256053</link>
      <description>Hi Bramez,  &lt;BR /&gt;&lt;BR /&gt;You should use OpenSSL from HP to compile OpenSSH. You can download OpenSSL from, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 04:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740545#M256053</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-28T04:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when connecting to openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740546#M256054</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;FYI&lt;BR /&gt;HP Secure Shell ( A HP-UX port of OpenSSH ) is available at software.hp.com. Product Id is T1471AA. Its available as packaged depot so you can install with swinstall.&lt;BR /&gt;&lt;BR /&gt;OpenSSH requires OpenSSL, zlib and tcp wrappers for its compilation. So ensure proper versions of these dependency products are installed, if you like to build the product of your own  &lt;BR /&gt;&lt;BR /&gt;Please post more debug messages of server and clinet and also possibly syslog message for the analysis if you still have errors.&lt;BR /&gt;&lt;BR /&gt;Use the following options for getting debug message&lt;BR /&gt;&lt;BR /&gt;Server&lt;BR /&gt;/path/to/sshd -ddde&lt;BR /&gt;&lt;BR /&gt;client&lt;BR /&gt;/path/to/ssh -l &lt;USERNAME&gt; localhost -vvv&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 28 Feb 2006 04:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740546#M256054</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2006-02-28T04:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when connecting to openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740547#M256055</link>
      <description>Hi people!&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your reply! I figured it was a compilation problem (due to some version missmatch of some dependency). Therefore, I tried install by using swinstall. It showed me I had an older version of OpenSSL than the required one. I used swremove to uninstall this openssl version and instaled (swinstall) the newest one. Next step was installing openssh using swinstall and it worked straight forward.&lt;BR /&gt;&lt;BR /&gt;Thanks all wonderfull people! ;)&lt;BR /&gt;&lt;BR /&gt;-bramez</description>
      <pubDate>Tue, 28 Feb 2006 06:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-connecting-to-openssh/m-p/3740547#M256055</guid>
      <dc:creator>bramez</dc:creator>
      <dc:date>2006-02-28T06:43:38Z</dc:date>
    </item>
  </channel>
</rss>

