<?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 Re: SSH compiling error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416810#M563299</link>
    <description>Hmmm.. Not a very good idea. Recompiling zlib doesn't take a long time. Specify a target directory for zlib and recompile. For ex.,&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=/usr/local/zlib&lt;BR /&gt;&lt;BR /&gt;for zlib and recompile it. That would be my preference.&lt;BR /&gt;&lt;BR /&gt;Or &lt;BR /&gt;&lt;BR /&gt;try specifying /usr/local instead of /usr/local/lib in your configure for ssh and see if it improves anything.&lt;BR /&gt;&lt;BR /&gt;./configure --with-zlib=/usr/local&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Sun, 07 Nov 2004 22:27:16 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-11-07T22:27:16Z</dc:date>
    <item>
      <title>SSH compiling error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416807#M563296</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am compiling SSH-3.1P1 (downloading from ftp.openssh.org) on a HP-UX 10.20 workstation. Before that I have compiled/installed zlib-1.1.3 and openssl-0.9.6a on this workstation. The commands I compiled SSH is:&lt;BR /&gt;&lt;BR /&gt;# ./configure --with-zlib=/usr/local/lib&lt;BR /&gt;# make&lt;BR /&gt;...&lt;BR /&gt;cpp: "compress.c", line 19: error 4036: Can't open include file 'zlib.h'.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Anybody knows what might be the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;Yu Ting</description>
      <pubDate>Sun, 07 Nov 2004 21:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416807#M563296</guid>
      <dc:creator>Yu Ting LIU</dc:creator>
      <dc:date>2004-11-07T21:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSH compiling error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416808#M563297</link>
      <description>Hi Yu,&lt;BR /&gt;&lt;BR /&gt;You would need to specify full path to your zlib's directory. For ex.,&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=/usr/local/openssh --with-zlib=/usr/local/zlib --with-ssl-dir=/usr/local/openssl &lt;BR /&gt;&lt;BR /&gt;and then try.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 07 Nov 2004 22:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416808#M563297</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-07T22:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSH compiling error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416809#M563298</link>
      <description>But my zlib files are not under /usr/local. It scattered under /usr/local. For example libz.a is under /usr/local/lib and zlib.h is under /usr/local/include...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;Yu Ting</description>
      <pubDate>Sun, 07 Nov 2004 22:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416809#M563298</guid>
      <dc:creator>Yu Ting LIU</dc:creator>
      <dc:date>2004-11-07T22:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: SSH compiling error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416810#M563299</link>
      <description>Hmmm.. Not a very good idea. Recompiling zlib doesn't take a long time. Specify a target directory for zlib and recompile. For ex.,&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=/usr/local/zlib&lt;BR /&gt;&lt;BR /&gt;for zlib and recompile it. That would be my preference.&lt;BR /&gt;&lt;BR /&gt;Or &lt;BR /&gt;&lt;BR /&gt;try specifying /usr/local instead of /usr/local/lib in your configure for ssh and see if it improves anything.&lt;BR /&gt;&lt;BR /&gt;./configure --with-zlib=/usr/local&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 07 Nov 2004 22:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416810#M563299</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-07T22:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSH compiling error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416811#M563300</link>
      <description>Thanks a lot! OpenSSH Compiling is successful now.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;Yu Ting</description>
      <pubDate>Mon, 08 Nov 2004 03:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compiling-error/m-p/3416811#M563300</guid>
      <dc:creator>Yu Ting LIU</dc:creator>
      <dc:date>2004-11-08T03:23:02Z</dc:date>
    </item>
  </channel>
</rss>

