<?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 openssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688016#M756909</link>
    <description>Hi everybody!&lt;BR /&gt;I have a problem to install openssh3.1 on 11.00.&lt;BR /&gt;I had install zlib and openssl.&lt;BR /&gt;When i run "./configure --prefix=/opt --with-rsh=/usr/bin/remsh --with-ssl-&lt;BR /&gt;dir=/opt/openssl/lib --with-zlib=/opt/zlib"&lt;BR /&gt;everything goes fine until "checking for working openssl directory"&lt;BR /&gt;It says that i dont have it installed.&lt;BR /&gt;When i check config.log it says "line 7827 error 4036:cant open include file 'openssl/rand.h'." That file exist under /opt/openssl/include/openssl/&lt;BR /&gt;Anyone got an idea????</description>
    <pubDate>Thu, 21 Mar 2002 12:37:37 GMT</pubDate>
    <dc:creator>Anders Gullberg</dc:creator>
    <dc:date>2002-03-21T12:37:37Z</dc:date>
    <item>
      <title>openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688016#M756909</link>
      <description>Hi everybody!&lt;BR /&gt;I have a problem to install openssh3.1 on 11.00.&lt;BR /&gt;I had install zlib and openssl.&lt;BR /&gt;When i run "./configure --prefix=/opt --with-rsh=/usr/bin/remsh --with-ssl-&lt;BR /&gt;dir=/opt/openssl/lib --with-zlib=/opt/zlib"&lt;BR /&gt;everything goes fine until "checking for working openssl directory"&lt;BR /&gt;It says that i dont have it installed.&lt;BR /&gt;When i check config.log it says "line 7827 error 4036:cant open include file 'openssl/rand.h'." That file exist under /opt/openssl/include/openssl/&lt;BR /&gt;Anyone got an idea????</description>
      <pubDate>Thu, 21 Mar 2002 12:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688016#M756909</guid>
      <dc:creator>Anders Gullberg</dc:creator>
      <dc:date>2002-03-21T12:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688017#M756910</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;try checking  the file permissions &lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John.</description>
      <pubDate>Thu, 21 Mar 2002 12:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688017#M756910</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-03-21T12:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688018#M756911</link>
      <description>write a small testprogram:&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;OPENSSL&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt; int x;&lt;BR /&gt;  printf "Number of bytes=%d",RAND_query_egd_bytes();&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;No matter the output, does it compile correctly ?&lt;BR /&gt;&lt;BR /&gt;&lt;/OPENSSL&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Thu, 21 Mar 2002 12:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688018#M756911</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-03-21T12:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688019#M756912</link>
      <description>It may be inelegant, but I have resorted to solving similar problems installing openssl/openssh by just doing a sym link to a standard include directory.&lt;BR /&gt;In your case, this might do the trick:&lt;BR /&gt;ln -s /opt/openssl/include/openssl /usr/include</description>
      <pubDate>Fri, 22 Mar 2002 00:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688019#M756912</guid>
      <dc:creator>Steve Darnell</dc:creator>
      <dc:date>2002-03-22T00:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688020#M756913</link>
      <description>If you haven't seen Kevin Steves' whitepaper on Openssh on HP-UX, you might want to check it out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.atomicgears.com/papers/osshhpux.html" target="_blank"&gt;http://www.atomicgears.com/papers/osshhpux.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Chris</description>
      <pubDate>Fri, 22 Mar 2002 03:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688020#M756913</guid>
      <dc:creator>Chris Wong</dc:creator>
      <dc:date>2002-03-22T03:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688021#M756914</link>
      <description>Hi Ceesjan,&lt;BR /&gt;&lt;BR /&gt;I tried your test and its end like before &lt;BR /&gt;"error 4036: Cant open include file 'openssl/rand.h'"&lt;BR /&gt;Maybe corrupt?&lt;BR /&gt;&lt;BR /&gt;Hi John,&lt;BR /&gt;&lt;BR /&gt;There were no problems with the permissions, but thanks anyway.</description>
      <pubDate>Fri, 22 Mar 2002 13:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688021#M756914</guid>
      <dc:creator>Anders Gullberg</dc:creator>
      <dc:date>2002-03-22T13:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688022#M756915</link>
      <description>By your other post, it looks like you now have openssh running but did not resolve this question by assigning points or a magic answer!&lt;BR /&gt;&lt;BR /&gt;The "proper" way to fix the problem you had/have is by using the configure script properly.  type&lt;BR /&gt;&amp;gt; ./configure -h&lt;BR /&gt;&lt;BR /&gt;You will see loads and gobs off good options to give to configure, Including the directory for openssl, zlib, as well as the prefix directory where you want the binaries installed.&lt;BR /&gt;&lt;BR /&gt;When in doubt, use &lt;COMMAND&gt; -h!  Gnu-configure is wonderful :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 27 Mar 2002 17:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688022#M756915</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-03-27T17:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688023#M756916</link>
      <description>Anders,&lt;BR /&gt;&lt;BR /&gt;I guess it looks at /usr/local/openssl by default. Create a line from /usr/local/openssl to /opt/openssl. Otherwise you can specify the path to your openssl directory from /opt/openssl as a configure option.&lt;BR /&gt;&lt;BR /&gt;./configure --with-ssl-dir=/opt/openssl (not lib)&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Mar 2002 19:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688023#M756916</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-03-27T19:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688024#M756917</link>
      <description>I think that you did not configure the openssl bundle with shared option, thus there is no .sl lib file.&lt;BR /&gt;&lt;BR /&gt;Here are my notes for performing this install&lt;BR /&gt;&lt;BR /&gt; - Install Perl5 ( only required for initial compile )&lt;BR /&gt;   gzip -d /tmp/perl-5.6.1-sd-11.00.depot.gz&lt;BR /&gt;   swinstall -s `hostname`:/tmp/perl-5.6.1-sd-11.00.depot \*&lt;BR /&gt;   &lt;BR /&gt; - Compile openssl&lt;BR /&gt;   cd /tmp&lt;BR /&gt;   gzip -d &amp;lt; openssl-0.9.6.tar.gz | tar xvf -&lt;BR /&gt;   cd openssl-0.9.6&lt;BR /&gt;   export PATH=/opt/perl5/bin:$PATH&lt;BR /&gt;   ./config --openssldir=/usr/local/openssl shared&lt;BR /&gt;   make&lt;BR /&gt;   make test&lt;BR /&gt;   make install&lt;BR /&gt;   cd ..&lt;BR /&gt;   sh shlib/hpux11-cc.sh (had to create/modify this script with openssl)&lt;BR /&gt;   sh shlib/hpux10-cc.sh (had to create/modify this script with ssl)&lt;BR /&gt;   &lt;BR /&gt; - Compile zlib&lt;BR /&gt;   cd /tmp&lt;BR /&gt;   gzip -d &amp;lt; zlib-1.1.4.tar.gz | tar xvf -&lt;BR /&gt;   cd zlib-1.1.4&lt;BR /&gt;   ./configure -s --prefix=/usr&lt;BR /&gt;   make test&lt;BR /&gt;   make install&lt;BR /&gt;   &lt;BR /&gt; - Compile openssh&lt;BR /&gt;   cd /tmp&lt;BR /&gt;   gzip -d &amp;lt; openssh-3.1p1.tar.gz | tar xvf -&lt;BR /&gt;   cd openssh-3.1p1&lt;BR /&gt;   (11 version)&lt;BR /&gt;   ./configure --prefix=/opt/openssh2 --sysconfdir=/opt/openssh2/etc --with-pam &lt;BR /&gt;    --with-ssl-dir=/usr/local/openssl/lib --with-default-path=/bin:/usr/bin:/opt/openssh2/bin&lt;BR /&gt;    (10 version)  &lt;BR /&gt;   ./configure --prefix=/opt/openssh2 --sysconfdir=/opt/openssh2/etc&lt;BR /&gt;    --with-ssl-dir=/usr/local/ssl/lib --with-default-path=/bin:/usr/bin:/opt/openssh2/bin&lt;BR /&gt;    make &lt;BR /&gt;    make install&lt;BR /&gt;&lt;BR /&gt;Let me know if this helps.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Wed, 27 Mar 2002 20:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh/m-p/2688024#M756917</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-03-27T20:08:30Z</dc:date>
    </item>
  </channel>
</rss>

