<?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: installation failure for apache 1.3.34 on HP UX 11.23 PA in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139192#M673604</link>
    <description>&amp;gt;Pete: Check "ll `whence gcc`" to see what the permissions really are.&lt;BR /&gt;&lt;BR /&gt;Right.  And if that has a "x", use file(1) to make sure these are PA executables.</description>
    <pubDate>Wed, 05 Nov 2008 03:22:03 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-11-05T03:22:03Z</dc:date>
    <item>
      <title>installation failure for apache 1.3.34 on HP UX 11.23 PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139188#M673600</link>
      <description>I am unable to install Apache 1.3.34 on my 11.23PA machine.I have installed GCC too.When i type ./configure the following is shown&lt;BR /&gt;&lt;BR /&gt;Configuring for Apache, Version 1.3.34&lt;BR /&gt; + Warning: Configuring Apache with default settings.&lt;BR /&gt; + This is probably not what you really want.&lt;BR /&gt; + Please read the README.configure and INSTALL files&lt;BR /&gt; + first or at least run './configure --help' for&lt;BR /&gt; + a compact summary of available options.&lt;BR /&gt; + using installation path layout: Apache (config.layout)&lt;BR /&gt; + Warning: no Perl interpreter detected for support scripts.&lt;BR /&gt; + Perhaps you need to specify one with --with-perl=FILE.&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 gcc&lt;BR /&gt; + setting C pre-processor to NOT-AVAILABLE&lt;BR /&gt; + using "tr [a-z] [A-Z]" to uppercase&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 ..; gcc  -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`     -o helpers/dummy helpers/dummy.c   -lm -lpthread&lt;BR /&gt;/usr/bin/sh: gcc: Execute permission denied.&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;&lt;BR /&gt;can i know where i have gone wrong?</description>
      <pubDate>Tue, 04 Nov 2008 14:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139188#M673600</guid>
      <dc:creator>soja</dc:creator>
      <dc:date>2008-11-04T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: installation failure for apache 1.3.34 on HP UX 11.23 PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139189#M673601</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this message already looks like the source of your problem:&lt;BR /&gt;&lt;BR /&gt;"/usr/bin/sh: gcc: Execute permission denied"&lt;BR /&gt;&lt;BR /&gt;Anyway, why not using a already compiled depot from &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; ?</description>
      <pubDate>Tue, 04 Nov 2008 14:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139189#M673601</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-11-04T14:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: installation failure for apache 1.3.34 on HP UX 11.23 PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139190#M673602</link>
      <description>&amp;gt; gcc: Execute permission denied.&lt;BR /&gt;&lt;BR /&gt;Check "ll `whence gcc`" to see what the permissions really are.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 04 Nov 2008 15:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139190#M673602</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-11-04T15:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: installation failure for apache 1.3.34 on HP UX 11.23 PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139191#M673603</link>
      <description>See also&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSSUITE" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSSUITE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSARCHIVE" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSARCHIVE&lt;/A&gt;</description>
      <pubDate>Tue, 04 Nov 2008 15:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139191#M673603</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-11-04T15:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: installation failure for apache 1.3.34 on HP UX 11.23 PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139192#M673604</link>
      <description>&amp;gt;Pete: Check "ll `whence gcc`" to see what the permissions really are.&lt;BR /&gt;&lt;BR /&gt;Right.  And if that has a "x", use file(1) to make sure these are PA executables.</description>
      <pubDate>Wed, 05 Nov 2008 03:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139192#M673604</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-05T03:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: installation failure for apache 1.3.34 on HP UX 11.23 PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139193#M673605</link>
      <description>thanks for the reply.&lt;BR /&gt;I could resolve the issue by reinstalling the GCC.</description>
      <pubDate>Wed, 05 Nov 2008 12:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139193#M673605</guid>
      <dc:creator>soja</dc:creator>
      <dc:date>2008-11-05T12:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: installation failure for apache 1.3.34 on HP UX 11.23 PA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139194#M673606</link>
      <description>i reinstalled new GCC and then could install my Apache.</description>
      <pubDate>Wed, 05 Nov 2008 12:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-failure-for-apache-1-3-34-on-hp-ux-11-23-pa/m-p/5139194#M673606</guid>
      <dc:creator>soja</dc:creator>
      <dc:date>2008-11-05T12:54:15Z</dc:date>
    </item>
  </channel>
</rss>

