<?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 Compile problems installing Apache on HP-UX 11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-problems-installing-apache-on-hp-ux-11/m-p/2663759#M49012</link>
    <description>I get the following compile errors while trying to install Apache. &lt;BR /&gt;In the configure options I have set:&lt;BR /&gt;"--enable-module=most" "--enable-rule=SHARED_CORE" "--enable-shared=max" "--disable-module=ssl" &lt;BR /&gt;(disabled ssl because setting max/most caused a problem with ssl)&lt;BR /&gt;&lt;BR /&gt;The compile error is:&lt;BR /&gt;===&amp;gt; src/modules/extra&lt;BR /&gt;        gcc -c  -I../../os/unix -I../../include   -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -fpic -DSHARED_CORE -O `../../apaci` -DSHARED_MODULE mod_define.c &amp;amp;&amp;amp; mv mod_define.o mod_define.lo&lt;BR /&gt;mod_define.c:46: #error "This module requires the Extended API (EAPI) facilities."&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;Does anyone know how to progress&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Feb 2002 08:08:45 GMT</pubDate>
    <dc:creator>Geoff Hartnell</dc:creator>
    <dc:date>2002-02-13T08:08:45Z</dc:date>
    <item>
      <title>Compile problems installing Apache on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-problems-installing-apache-on-hp-ux-11/m-p/2663759#M49012</link>
      <description>I get the following compile errors while trying to install Apache. &lt;BR /&gt;In the configure options I have set:&lt;BR /&gt;"--enable-module=most" "--enable-rule=SHARED_CORE" "--enable-shared=max" "--disable-module=ssl" &lt;BR /&gt;(disabled ssl because setting max/most caused a problem with ssl)&lt;BR /&gt;&lt;BR /&gt;The compile error is:&lt;BR /&gt;===&amp;gt; src/modules/extra&lt;BR /&gt;        gcc -c  -I../../os/unix -I../../include   -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -fpic -DSHARED_CORE -O `../../apaci` -DSHARED_MODULE mod_define.c &amp;amp;&amp;amp; mv mod_define.o mod_define.lo&lt;BR /&gt;mod_define.c:46: #error "This module requires the Extended API (EAPI) facilities."&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;Does anyone know how to progress&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Feb 2002 08:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-problems-installing-apache-on-hp-ux-11/m-p/2663759#M49012</guid>
      <dc:creator>Geoff Hartnell</dc:creator>
      <dc:date>2002-02-13T08:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compile problems installing Apache on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-problems-installing-apache-on-hp-ux-11/m-p/2663760#M49013</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look for&lt;BR /&gt;&lt;BR /&gt;/APACHE/PUB/README.EAPI&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Wed, 13 Feb 2002 08:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-problems-installing-apache-on-hp-ux-11/m-p/2663760#M49013</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-02-13T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Compile problems installing Apache on HP-UX 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-problems-installing-apache-on-hp-ux-11/m-p/2663761#M49014</link>
      <description>Thanks for note on README.EAPI - there was nothing in the docs I had read so far&lt;BR /&gt;That's got me past the compile problem, but now I have 2 other problems:&lt;BR /&gt;1) after doing configure, I have to manually edit the Makefile to set the YACC path to /opt/byacc/bin/byacc - is there an option to set this path&lt;BR /&gt;2) Having done that, I get the error listed below - any ideas&lt;BR /&gt;&lt;BR /&gt;$ make&lt;BR /&gt;        gcc -c -I. -I/omg/apache22/flex-2.5.4 -g -O /omg/apache22/flex-2.5.4/ccl.c&lt;BR /&gt;        gcc -c -I. -I/omg/apache22/flex-2.5.4 -g -O /omg/apache22/flex-2.5.4/dfa.c&lt;BR /&gt;        gcc -c -I. -I/omg/apache22/flex-2.5.4 -g -O /omg/apache22/flex-2.5.4/ecs.c&lt;BR /&gt;        gcc -c -I. -I/omg/apache22/flex-2.5.4 -g -O /omg/apache22/flex-2.5.4/gen.c&lt;BR /&gt;        gcc -c -I. -I/omg/apache22/flex-2.5.4 -g -O /omg/apache22/flex-2.5.4/main.c&lt;BR /&gt;        gcc -c -I. -I/omg/apache22/flex-2.5.4 -g -O /omg/apache22/flex-2.5.4/misc.c&lt;BR /&gt;        gcc -c -I. -I/omg/apache22/flex-2.5.4 -g -O /omg/apache22/flex-2.5.4/nfa.c&lt;BR /&gt;        /opt/byacc/bin/byacc -d /omg/apache22/flex-2.5.4/parse.y&lt;BR /&gt;*** Termination signal 138&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 13 Feb 2002 09:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-problems-installing-apache-on-hp-ux-11/m-p/2663761#M49014</guid>
      <dc:creator>Geoff Hartnell</dc:creator>
      <dc:date>2002-02-13T09:39:43Z</dc:date>
    </item>
  </channel>
</rss>

