<?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 Web Server Requires ANSI-C compiler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490385#M801469</link>
    <description>You could also download and swinstall a ported version of Apache Web Server. You wouldn't need to compile anything, just gunzip it and swinstall.&lt;BR /&gt;&lt;BR /&gt;you can get the gzipped depot file for it here &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.17/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.17/&lt;/A&gt;</description>
    <pubDate>Thu, 08 Feb 2001 01:30:25 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2001-02-08T01:30:25Z</dc:date>
    <item>
      <title>Apache Web Server Requires ANSI-C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490380#M801464</link>
      <description>Are there freeware options vs. buying it from HP?&lt;BR /&gt;I can't compile Apache without it?</description>
      <pubDate>Tue, 06 Feb 2001 21:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490380#M801464</guid>
      <dc:creator>Bob Fohl</dc:creator>
      <dc:date>2001-02-06T21:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Web Server Requires ANSI-C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490381#M801465</link>
      <description>you could possibly use gcc compiler from &lt;A href="http://www.gnu.org." target="_blank"&gt;www.gnu.org.&lt;/A&gt;  its an open source compilier that comes standard with most linux distributions these days.  i have been told that it will compile on HPUX.  i am going to try myself one of these days.&lt;BR /&gt;&lt;BR /&gt;-jason</description>
      <pubDate>Tue, 06 Feb 2001 22:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490381#M801465</guid>
      <dc:creator>Jason Morgan_1</dc:creator>
      <dc:date>2001-02-06T22:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Web Server Requires ANSI-C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490382#M801466</link>
      <description>You can use gcc compiler. You will find it here :&lt;BR /&gt;&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;</description>
      <pubDate>Tue, 06 Feb 2001 22:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490382#M801466</guid>
      <dc:creator>Jitendra_1</dc:creator>
      <dc:date>2001-02-06T22:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Web Server Requires ANSI-C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490383#M801467</link>
      <description>Thanks,&lt;BR /&gt;I installed the gss compiler. Having a problem compiling apache?? Not sure what to do now??</description>
      <pubDate>Wed, 07 Feb 2001 23:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490383#M801467</guid>
      <dc:creator>Bob Fohl</dc:creator>
      <dc:date>2001-02-07T23:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Web Server Requires ANSI-C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490384#M801468</link>
      <description>Once you get gcc installed , you need to make sure that the package is compiled using gcc and not the default cc compiler. One way is to edit the makefile of the package and replace cc = gcc instead of cc= cc line. Otherwise put gcc in you path first , e.g. export PATH=/usr/local/bin:$PATH ( assuming gcc got installed in /usr/local/bin) and then try compiling it again.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Thu, 08 Feb 2001 00:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490384#M801468</guid>
      <dc:creator>Jitendra_1</dc:creator>
      <dc:date>2001-02-08T00:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Web Server Requires ANSI-C compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490385#M801469</link>
      <description>You could also download and swinstall a ported version of Apache Web Server. You wouldn't need to compile anything, just gunzip it and swinstall.&lt;BR /&gt;&lt;BR /&gt;you can get the gzipped depot file for it here &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.17/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.17/&lt;/A&gt;</description>
      <pubDate>Thu, 08 Feb 2001 01:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-web-server-requires-ansi-c-compiler/m-p/2490385#M801469</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2001-02-08T01:30:25Z</dc:date>
    </item>
  </channel>
</rss>

