<?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: Apache installation problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758490#M944893</link>
    <description>Karthiknarayan,&lt;BR /&gt;&lt;BR /&gt;I noticed that you are 0 for 24 in assigning points to your replies.  I just wanted to mention that you may wish to take a few minutes to assign points to responses that have helped you solve your problems.  This will help you build a better rapport with users in the forum and also give top forum members an incentive to answer your questions more thoroughly.&lt;BR /&gt;&lt;BR /&gt;Don't mean to whine, just a suggestion.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Jul 2002 16:26:55 GMT</pubDate>
    <dc:creator>Mike Hassell</dc:creator>
    <dc:date>2002-07-05T16:26:55Z</dc:date>
    <item>
      <title>Apache installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758484#M944887</link>
      <description>Iam installing apache 2.39 in a 10.20 machine.During installation &lt;BR /&gt;&lt;BR /&gt;After i finish ./configure and run &lt;BR /&gt;make it fails saying that &lt;BR /&gt;*******Error code 1&lt;BR /&gt;&lt;BR /&gt;Can u Help me please</description>
      <pubDate>Fri, 05 Jul 2002 12:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758484#M944887</guid>
      <dc:creator>karthiknarayan</dc:creator>
      <dc:date>2002-07-05T12:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Apache installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758485#M944888</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;error code 1 means if failed&lt;BR /&gt;&lt;BR /&gt;Are there messages before that&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                 steve Steel</description>
      <pubDate>Fri, 05 Jul 2002 13:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758485#M944888</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-05T13:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Apache installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758486#M944889</link>
      <description>I think you need a gcc or asci/c compiler I had the same issues and this helped get done what I needed.. I used gcc.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 05 Jul 2002 13:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758486#M944889</guid>
      <dc:creator>D. Jackson_1</dc:creator>
      <dc:date>2002-07-05T13:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apache installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758487#M944890</link>
      <description>Common kind of error...&lt;BR /&gt;What are all the messages aboves ??&lt;BR /&gt;As previously said, what kind of compiler do you use ? (gcc or cc K&amp;amp;R from HP ??) gcc is much more better to make it work.&lt;BR /&gt;if configure is OK, compiler is probably ok !!! But with all the messages, it should be better.&lt;BR /&gt;The output of the ./configure could be also helpful..&lt;BR /&gt;More questions than answers...&lt;BR /&gt;hope that help&lt;BR /&gt;Benoit</description>
      <pubDate>Fri, 05 Jul 2002 14:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758487#M944890</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-07-05T14:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apache installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758488#M944891</link>
      <description>Karthiknarayan,&lt;BR /&gt;&lt;BR /&gt;Without the additional error messages from the 'configure' script, I would assume that this problem is related to your C compiler.  You'll want to use the GNU C compiler, referred to as 'gcc'.  Unforunately I don't have a link to give you for a precompiled version of 'gcc' for HP-UX 10.20 as they have removed it from the porting archive.  In addition to 'gcc' you'll want to use 'gmake' or GNU Make, which is an alternate make binary.  These two should enable you to successfully compile Apache.  Here is where you can download these programs:&lt;BR /&gt;&lt;BR /&gt;GCC:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gcc.gnu.org" target="_blank"&gt;http://gcc.gnu.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;GNU Make:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.79.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.79.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;After you have installed these two binaries, be sure to include them in your PATH so the Apache 'configure' script can easily locate them:&lt;BR /&gt;&lt;BR /&gt;export PATH=%PATH%:/opt/gcc/bin:/opt/gmake/bin&lt;BR /&gt;&lt;BR /&gt;Optionally you can just download the precompiled version of Apache 2.0.35 from the porting and archive center:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache2-2.0.35/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache2-2.0.35/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I currently stick with the 1.3 tree:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache-1.3.26/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache-1.3.26/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Of course this all depends on what your needs are at compile time.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Mike</description>
      <pubDate>Fri, 05 Jul 2002 16:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758488#M944891</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2002-07-05T16:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758489#M944892</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Do you have compiler CC in your system? If you don't have CC but you have gcc on your system make sure the Makefile under the apache source dir has the following entry,&lt;BR /&gt;&lt;BR /&gt;CC= gcc&lt;BR /&gt;&lt;BR /&gt; Make sure the path for gcc is setup.&lt;BR /&gt;&lt;BR /&gt; The output of ./Configure command will help you to find out where you are having problem.&lt;BR /&gt; &lt;BR /&gt;  Can you post the output of ./Configure command.</description>
      <pubDate>Fri, 05 Jul 2002 16:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758489#M944892</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-07-05T16:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apache installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758490#M944893</link>
      <description>Karthiknarayan,&lt;BR /&gt;&lt;BR /&gt;I noticed that you are 0 for 24 in assigning points to your replies.  I just wanted to mention that you may wish to take a few minutes to assign points to responses that have helped you solve your problems.  This will help you build a better rapport with users in the forum and also give top forum members an incentive to answer your questions more thoroughly.&lt;BR /&gt;&lt;BR /&gt;Don't mean to whine, just a suggestion.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jul 2002 16:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-installation-problem/m-p/2758490#M944893</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2002-07-05T16:26:55Z</dc:date>
    </item>
  </channel>
</rss>

