<?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 Problem when adding a module to apache server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440560#M7238</link>
    <description>Here are the errors listed below&lt;BR /&gt;&lt;BR /&gt;(Bundled) cc: warning 480 The -A option is available only in the C/ANSI C product; ignored&lt;BR /&gt;&lt;BR /&gt;(Bundled) cc: warning 480 The +Z option is available only in the C/ANSI C product; ignored&lt;BR /&gt;&lt;BR /&gt;cpp: "helpers/dummy.c", line 9: error 4052 Unknown preprocessing directive. &lt;BR /&gt;&lt;BR /&gt;These error getting while using the command below&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=&lt;DESTINATION directory=""&gt; --enable-module=so --enable-rule=SHARED_CORE&lt;/DESTINATION&gt;</description>
    <pubDate>Mon, 28 Aug 2000 18:06:30 GMT</pubDate>
    <dc:creator>mattupalli</dc:creator>
    <dc:date>2000-08-28T18:06:30Z</dc:date>
    <item>
      <title>Problem when adding a module to apache server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440560#M7238</link>
      <description>Here are the errors listed below&lt;BR /&gt;&lt;BR /&gt;(Bundled) cc: warning 480 The -A option is available only in the C/ANSI C product; ignored&lt;BR /&gt;&lt;BR /&gt;(Bundled) cc: warning 480 The +Z option is available only in the C/ANSI C product; ignored&lt;BR /&gt;&lt;BR /&gt;cpp: "helpers/dummy.c", line 9: error 4052 Unknown preprocessing directive. &lt;BR /&gt;&lt;BR /&gt;These error getting while using the command below&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=&lt;DESTINATION directory=""&gt; --enable-module=so --enable-rule=SHARED_CORE&lt;/DESTINATION&gt;</description>
      <pubDate>Mon, 28 Aug 2000 18:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440560#M7238</guid>
      <dc:creator>mattupalli</dc:creator>
      <dc:date>2000-08-28T18:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when adding a module to apache server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440561#M7239</link>
      <description>Are you compiling with an Ansi C compiler?&lt;BR /&gt;&lt;BR /&gt;I believe apache wants ANSI C.</description>
      <pubDate>Mon, 28 Aug 2000 18:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440561#M7239</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-28T18:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when adding a module to apache server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440562#M7240</link>
      <description>You may have to install gcc if you do not already have ANSI C installed... you can get gcc @&lt;BR /&gt;&lt;A href="http://eigen.ee.ualberta.ca/hppd/hpux/Gnu/gcc-2.95.2/" target="_blank"&gt;http://eigen.ee.ualberta.ca/hppd/hpux/Gnu/gcc-2.95.2/&lt;/A&gt;&lt;BR /&gt;or similar.</description>
      <pubDate>Mon, 28 Aug 2000 18:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440562#M7240</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-28T18:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when adding a module to apache server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440563#M7241</link>
      <description>Apache does not like the standard HP ANSI C compiler.  Aquire, install and use gcc.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 28 Aug 2000 18:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440563#M7241</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-28T18:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when adding a module to apache server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440564#M7242</link>
      <description>Apache has already been ported to HPUX 10.20 and 11.0.  You can get either at &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.12" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.12&lt;/A&gt;  This version became available back in March, so we are not spaekeing of old stuff either.</description>
      <pubDate>Mon, 28 Aug 2000 18:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440564#M7242</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-08-28T18:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when adding a module to apache server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440565#M7243</link>
      <description>Tim, yes you are absolutely correct. However, what he is trying to do here is configure one of the many optional modules with Apache. This one happens to be the "so" module as noted with his enable_module parameter. The "so" module provides for loading of executable code and modules into the server at start-up or restart time. &lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 28 Aug 2000 18:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440565#M7243</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-28T18:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when adding a module to apache server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440566#M7244</link>
      <description>Sorry, didn't mean to confuse things...  Guess I didn't rtq to the extent that I should have.</description>
      <pubDate>Mon, 28 Aug 2000 19:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-when-adding-a-module-to-apache-server/m-p/2440566#M7244</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-08-28T19:02:34Z</dc:date>
    </item>
  </channel>
</rss>

