<?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: zlib missing when compile openssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442796#M728087</link>
    <description>&lt;BR /&gt;Openssh does a poor job of searching for installed dependant packages, such as zlib. It seems to have problems with the version numbers attached to their names. Copy or link the zlib libraries (x2) from /opt/zlib&lt;VERSION&gt;/lib/ to /lib  and run configure again.&lt;/VERSION&gt;</description>
    <pubDate>Tue, 24 Oct 2000 13:13:33 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2000-10-24T13:13:33Z</dc:date>
    <item>
      <title>zlib missing when compile openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442792#M728083</link>
      <description>Hi, I need help on compiling openssh on HP 11.00 system.&lt;BR /&gt;I have installed Openssl and zlib on the system.&lt;BR /&gt;When I run ./configure I got the following message.&lt;BR /&gt;chdwhp01:# ./configure&lt;BR /&gt;loading cache ./config.cache&lt;BR /&gt;checking for gcc... no&lt;BR /&gt;checking for cc... cc&lt;BR /&gt;checking whether the C compiler (cc  ) works... yes&lt;BR /&gt;checking whether the C compiler (cc  ) is a cross-compiler... no&lt;BR /&gt;checking whether we are using GNU C... no&lt;BR /&gt;checking whether cc accepts -g... yes&lt;BR /&gt;checking host system type... hppa2.0w-hp-hpux11.00&lt;BR /&gt;checking how to run the C preprocessor... cc -E&lt;BR /&gt;checking for ranlib... ranlib&lt;BR /&gt;checking for a BSD compatible install... /opt/imake/bin/install -c&lt;BR /&gt;checking for ar... ar&lt;BR /&gt;checking for perl... /usr/contrib/bin/perl&lt;BR /&gt;checking for ent... no&lt;BR /&gt;checking for login... /usr/bin/login&lt;BR /&gt;checking for inline... no&lt;BR /&gt;checking for HPUX trusted system password database... no&lt;BR /&gt;checking for deflate in -lz... no&lt;BR /&gt;configure: error: *** zlib missing - please install first ***&lt;BR /&gt;&lt;BR /&gt;Any idea what's wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;June&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2000 19:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442792#M728083</guid>
      <dc:creator>June Cui_1</dc:creator>
      <dc:date>2000-09-05T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: zlib missing when compile openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442793#M728084</link>
      <description>Do you have the ANSI C package loaded?&lt;BR /&gt;&lt;BR /&gt;The compiler that comes by default with HP-UX is not meant fo compiling programs. It a stripped down version to do such tasks as the kernel compile.&lt;BR /&gt;&lt;BR /&gt;An option to look at is the gcc compiler. It is ANSI C compliant.</description>
      <pubDate>Tue, 05 Sep 2000 19:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442793#M728084</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-09-05T19:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: zlib missing when compile openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442794#M728085</link>
      <description>Just a wild guess here because I haven't yet compiled openssh on HP-UX.&lt;BR /&gt;But I would assume it had a configure script to create an appropriate Makefile for your system.&lt;BR /&gt;If so, check with "./configure --help|more" whether there is a flag similar to "--with-ldflags=".&lt;BR /&gt;Run a find to search where your zlib resides and provide the flag with the path to the zlib.&lt;BR /&gt;Or after configure edit the Makefile and add the path to the macro LDFLAGS.&lt;BR /&gt;Possibly you only need to give the linker a hint where to find your zlib (or other required libs to be linked against).&lt;BR /&gt;Anyway you should consult the README or INSTALL files that were in the tarball since they should stress the prerequisites.&lt;BR /&gt;But as I wrote, this is a wild guess, and you probably should forget my uncalled for comment.</description>
      <pubDate>Tue, 24 Oct 2000 12:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442794#M728085</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2000-10-24T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: zlib missing when compile openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442795#M728086</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for your job i recommed using gcc compiler. You can get it here:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.2/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.2/&lt;/A&gt;&lt;BR /&gt;And don't forget the binutils:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/binutils-2.9.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/binutils-2.9.1/&lt;/A&gt;&lt;BR /&gt;zlib can also be downloaded here:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.1.3/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.1.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 24 Oct 2000 12:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442795#M728086</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-24T12:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: zlib missing when compile openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442796#M728087</link>
      <description>&lt;BR /&gt;Openssh does a poor job of searching for installed dependant packages, such as zlib. It seems to have problems with the version numbers attached to their names. Copy or link the zlib libraries (x2) from /opt/zlib&lt;VERSION&gt;/lib/ to /lib  and run configure again.&lt;/VERSION&gt;</description>
      <pubDate>Tue, 24 Oct 2000 13:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zlib-missing-when-compile-openssh/m-p/2442796#M728087</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-10-24T13:13:33Z</dc:date>
    </item>
  </channel>
</rss>

