<?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: probLems when configuring apache on HP-UX11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854020#M826314</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Edit Makefile and configure files under apache directory and see the path of the gcc command. If it meets your setup leave it as it is and run configure command again.&lt;BR /&gt;&lt;BR /&gt;As you have installed gcc apache installation should be sucessful now.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Thu, 28 Nov 2002 07:56:22 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-11-28T07:56:22Z</dc:date>
    <item>
      <title>probLems when configuring apache on HP-UX11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854019#M826313</link>
      <description>Hi &lt;BR /&gt;I'm very glad to find your mail on php.net, where you post a thread on &lt;BR /&gt;configuring php on hp-ux.&lt;BR /&gt;I meet a headache while confirguring Apache, the error is as follows:&lt;BR /&gt;&lt;BR /&gt;# ./configure --prefix=/usr/apache&lt;BR /&gt;Configuring for Apache, Version 1.3.27&lt;BR /&gt;+ using installation path layout: Apache (config.layout)&lt;BR /&gt;Creating Makefile&lt;BR /&gt;Creating Configuration.apaci in src&lt;BR /&gt;Creating Makefile in src&lt;BR /&gt;+ configured for HP-UX 11 platform&lt;BR /&gt;+ setting C compiler to cc&lt;BR /&gt;+ setting C pre-processor to cc -E&lt;BR /&gt;+ checking for system header files&lt;BR /&gt;+ adding selected modules&lt;BR /&gt;+ using builtin Expat&lt;BR /&gt;+ checking sizeof various data types&lt;BR /&gt;+ doing sanity check on compiler and options&lt;BR /&gt;** A test compilation with your Makefile configuration&lt;BR /&gt;** failed. The below error output from the compilation&lt;BR /&gt;** test will give you an idea what is failing. Note that&lt;BR /&gt;** Apache requires an ANSI C Compiler, such as gcc.&lt;BR /&gt;&lt;BR /&gt;======== Error Output for sanity check ========&lt;BR /&gt;cd ..; cc -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I.&lt;BR /&gt;/lib/expat-lite -DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c&lt;BR /&gt;-lm -lpthread&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI &lt;BR /&gt;C pro&lt;BR /&gt;duct; ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI &lt;BR /&gt;C pro&lt;BR /&gt;duct; ignored.&lt;BR /&gt;(Bundled) cc: "helpers/dummy.c", line 3: warning 5: "const" will become a &lt;BR /&gt;keywor&lt;BR /&gt;d.&lt;BR /&gt;(Bundled) cc: "helpers/dummy.c", line 3: error 1000: Unexpected symbol: &lt;BR /&gt;"char".&lt;BR /&gt;(Bundled) cc: "helpers/dummy.c", line 4: warning 5: "const" will become a &lt;BR /&gt;keywor&lt;BR /&gt;d.&lt;BR /&gt;(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;============= End of Error Report =============&lt;BR /&gt;&lt;BR /&gt;Aborting!&lt;BR /&gt;&lt;BR /&gt;My system environments are HP-UX11.11, apache 1.3.12 for unix, php4.1.2, &lt;BR /&gt;mysql3.2.53.depot&lt;BR /&gt;&lt;BR /&gt;i follow the manual php.net provides: &lt;BR /&gt;&lt;A href="http://www.php.net/manual/en/install.hpux.php" target="_blank"&gt;http://www.php.net/manual/en/install.hpux.php&lt;/A&gt; ,i have installed the patches &lt;BR /&gt;as the manual said,but i didn't know how to use the patches in the right &lt;BR /&gt;path&lt;BR /&gt;&lt;BR /&gt;could you give me a complete solution?&lt;BR /&gt;&lt;BR /&gt;I have installed gcc 3.1 for hp_ux11.0, is it helpful to these errors? but &lt;BR /&gt;,after installation ,i don't know how to use gcc,is it necessary to edit &lt;BR /&gt;some apache files? &lt;BR /&gt;&lt;BR /&gt;If this disturbs you, i have to express my regret.&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2002 07:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854019#M826313</guid>
      <dc:creator>yue</dc:creator>
      <dc:date>2002-11-28T07:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: probLems when configuring apache on HP-UX11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854020#M826314</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Edit Makefile and configure files under apache directory and see the path of the gcc command. If it meets your setup leave it as it is and run configure command again.&lt;BR /&gt;&lt;BR /&gt;As you have installed gcc apache installation should be sucessful now.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 28 Nov 2002 07:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854020#M826314</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-11-28T07:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: probLems when configuring apache on HP-UX11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854021#M826315</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Simply download the hp-ux apache software depot and install using swinstall command.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/ISS_products_list.html" target="_blank"&gt;http://www.software.hp.com/ISS_products_list.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2002 08:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854021#M826315</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-11-28T08:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: probLems when configuring apache on HP-UX11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854022#M826316</link>
      <description>Hi,&lt;BR /&gt;From the error report, I can say that you don't use gcc to compile but the K&amp;amp;R HP c compiler (bundle one), that 's why it doesn't work !&lt;BR /&gt;you have installed gcc 3.1? then it should be installed in /opt/gcc or /usr/local/bin&lt;BR /&gt;To make you compilation OK,&lt;BR /&gt;You just have to change PATH :&lt;BR /&gt;and add /opt/gcc/bin or /usr/local/bin !!&lt;BR /&gt;hth&lt;BR /&gt;Benoit&lt;BR /&gt;-- Une application mal pans??e aboutit ?? une usine ?? gaze (GHG) --</description>
      <pubDate>Thu, 28 Nov 2002 11:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-configuring-apache-on-hp-ux11-11/m-p/2854022#M826316</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-11-28T11:08:43Z</dc:date>
    </item>
  </channel>
</rss>

