<?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: configure error no acceptable C compiler found in path in Red Hat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699084#M42391</link>
    <description>If this is redhat, then the command you need to install gcc (not really needed in this case, but will probably be needed for something else) is:&lt;BR /&gt;&lt;BR /&gt;# yum install gcc&lt;BR /&gt;&lt;BR /&gt;If you want apache, then the command to install that would be:&lt;BR /&gt;&lt;BR /&gt;# yum install httpd</description>
    <pubDate>Thu, 14 Oct 2010 17:25:33 GMT</pubDate>
    <dc:creator>Alan_152</dc:creator>
    <dc:date>2010-10-14T17:25:33Z</dc:date>
    <item>
      <title>configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699077#M42384</link>
      <description>To All:&lt;BR /&gt;&lt;BR /&gt;I want to install Apache 2.2.16 (httpd-2.2.16) on Red Hat (Linux VM).  When I try to configure as follows:&lt;BR /&gt;&lt;BR /&gt;./configure \  --prefix=/usr/local/apache2 \  --with-mpm=prefork \  --enable-ssl \   --disable-charset-lite \  --disable-include \  --disable-env \  --enable-setenvif \  --disable-status \  --disable-autoindex \  --disable-asis \  --disable-cgi \  --disable-negotiation \  --disable-imap \  --disable-actions \  --disable-userdir \  --disable-alias \  --disable-so&lt;BR /&gt;&lt;BR /&gt;I get an error at the end:&lt;BR /&gt;&lt;BR /&gt;configure: error: no acceptable C compiler found in $PATH&lt;BR /&gt;&lt;BR /&gt;I have check several issues such as:&lt;BR /&gt;&lt;BR /&gt;$PATH: /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/libexec/gcc&lt;BR /&gt;&lt;BR /&gt;# rpm –qa | grep gcc &lt;BR /&gt;libgcc-4.1.2-42.el5&lt;BR /&gt;libgcc-4.1.2-42.el5&lt;BR /&gt;compat-libgcc-296-2.96-138&lt;BR /&gt;&lt;BR /&gt;From this point I’m in a daze as to my next move, whether I should look into if my compiler is supporting or if a different version of gcc is needed.&lt;BR /&gt;&lt;BR /&gt;Please advice asap, thanks in advance.&lt;BR /&gt;&lt;BR /&gt;T. Hall&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2010 19:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699077#M42384</guid>
      <dc:creator>Tito Hall</dc:creator>
      <dc:date>2010-10-13T19:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699078#M42385</link>
      <description>&lt;!--!*#--&gt;&amp;gt; # rpm --qa | grep gcc&lt;BR /&gt;&amp;gt; libgcc-4.1.2-42.el5&lt;BR /&gt;&amp;gt; libgcc-4.1.2-42.el5&lt;BR /&gt;&amp;gt; compat-libgcc-296-2.96-138&lt;BR /&gt;&lt;BR /&gt;Those are C run-time libraries, which are&lt;BR /&gt;used by compiled programs.  The compiler&lt;BR /&gt;itself is not in that list.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] or if a different version of gcc is&lt;BR /&gt;&amp;gt; needed.&lt;BR /&gt;&lt;BR /&gt;_Some_ version of GCC is needed.  You don't&lt;BR /&gt;seem to have one.&lt;BR /&gt;&lt;BR /&gt;      type gcc&lt;BR /&gt;      gcc --version&lt;BR /&gt;&lt;BR /&gt;On my Debian system, it's "/usr/bin/gcc".  I&lt;BR /&gt;don't know where Red Hat puts it, but that&lt;BR /&gt;PATH looks as if it hits all the popular&lt;BR /&gt;spots.  Knowing nothing, I'd guess that you&lt;BR /&gt;need a plain "gcc" rpm, not only "libgcc"&lt;BR /&gt;stuff.</description>
      <pubDate>Wed, 13 Oct 2010 20:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699078#M42385</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-13T20:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699079#M42386</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I want to install Apache 2.2.16&lt;BR /&gt;&amp;gt; (httpd-2.2.16) [...]&lt;BR /&gt;&lt;BR /&gt;If all you want is to _install_ Apache, then&lt;BR /&gt;you shouldn't need a C compiler, only a&lt;BR /&gt;complete Apache kit for your OS+hardware&lt;BR /&gt;combination.  If you want to _build_ Apache&lt;BR /&gt;from a source kit, _then_ you need a C&lt;BR /&gt;compiler.</description>
      <pubDate>Wed, 13 Oct 2010 20:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699079#M42386</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-13T20:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699080#M42387</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Iâ  m very green to this process but ultimately I want to install Apache 2.2.16 like you detected. Base on the information I collected online itâ  s pretty consistent that in order to install an Apache HTTP server 2.* (htppd-2.2.16) on Unix and Unix-like (Linux) system I have to follow these steps: download, extract, configure, compile, install, customize and test (&lt;A href="http://httpd.apache.org/docs/2.0/install.html)." target="_blank"&gt;http://httpd.apache.org/docs/2.0/install.html).&lt;/A&gt; Even after following these steps Iâ  m consistently coming up with errors like mention above. &lt;BR /&gt;&lt;BR /&gt;Researching the errors its been mention that I may need a compiler or a certain gcc. So, again Iâ  m blindly following examples and if Iâ  m suspecting that I downloaded a complete Apache Kit from their website; however, if Iâ  m making adjustments instead of accepting default settings in the configuration then I might need a C compiler, right?&lt;BR /&gt;&lt;BR /&gt;By the way thanks for responding, Iâ  m in this on my own so itâ  s refreshing to bounce ideas off of someone else!&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2010 15:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699080#M42387</guid>
      <dc:creator>Tito Hall</dc:creator>
      <dc:date>2010-10-14T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699081#M42388</link>
      <description>2.2.3 is available as an RHEL rpm.. takes 20 seconds to install..&lt;BR /&gt;&lt;BR /&gt;if you absolutely must have the latest version then download from apache.org and compile yourself.&lt;BR /&gt;&lt;BR /&gt;be sure to read all the release information especially the co-requisites, pre-requisites and specific compiler requirements.&lt;BR /&gt;&lt;BR /&gt;be prepared to spend some time doing this.</description>
      <pubDate>Thu, 14 Oct 2010 15:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699081#M42388</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-10-14T15:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699082#M42389</link>
      <description>If 2.2.3 is easier and is compatible with apache I'll just go with that.&lt;BR /&gt;&lt;BR /&gt;Thanks for the assistance.</description>
      <pubDate>Thu, 14 Oct 2010 16:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699082#M42389</guid>
      <dc:creator>Tito Hall</dc:creator>
      <dc:date>2010-10-14T16:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699083#M42390</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] if I'm making adjustments instead of&lt;BR /&gt;&amp;gt; accepting default settings in the&lt;BR /&gt;&amp;gt; configuration then I might need a C&lt;BR /&gt;&amp;gt; compiler, right? &lt;BR /&gt;&lt;BR /&gt;No.  Read this again:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If all you want is to _install_ Apache, then&lt;BR /&gt;&amp;gt; you shouldn't need a C compiler, only a&lt;BR /&gt;&amp;gt; complete Apache kit for your OS+hardware&lt;BR /&gt;&amp;gt; combination.  If you want to _build_ Apache&lt;BR /&gt;&amp;gt; from a source kit, _then_ you need a C&lt;BR /&gt;&amp;gt; compiler.&lt;BR /&gt;&lt;BR /&gt;_Configuring_ Apache is something which is&lt;BR /&gt;done after it's (built and) installed.&lt;BR /&gt;&lt;BR /&gt;Not trying to be unkind, but if this much&lt;BR /&gt;isn't clear, then your chances of building&lt;BR /&gt;Apache yourself are pretty poor.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If 2.2.3 is easier and is compatible with&lt;BR /&gt;&amp;gt; apache I'll just go with that.&lt;BR /&gt;&lt;BR /&gt;"compatible with apache"?  He's talking about&lt;BR /&gt;a version _of_ Apache.  Until you know more,&lt;BR /&gt;you should stick with pre-built RPM kits for&lt;BR /&gt;your system, and avoid source kits which&lt;BR /&gt;require more work than simple installation&lt;BR /&gt;(steps like, say, "configure" and "compile").</description>
      <pubDate>Thu, 14 Oct 2010 16:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699083#M42390</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-14T16:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699084#M42391</link>
      <description>If this is redhat, then the command you need to install gcc (not really needed in this case, but will probably be needed for something else) is:&lt;BR /&gt;&lt;BR /&gt;# yum install gcc&lt;BR /&gt;&lt;BR /&gt;If you want apache, then the command to install that would be:&lt;BR /&gt;&lt;BR /&gt;# yum install httpd</description>
      <pubDate>Thu, 14 Oct 2010 17:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699084#M42391</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2010-10-14T17:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699085#M42392</link>
      <description>Let me retract my statement and repeat what they ask me to do:&lt;BR /&gt;&lt;BR /&gt;â  The first step in order to install Apache with SSL/TLS support is to configure and install the Apache 2 web server, and create a user and group named "apache". A secure way of installing Apache's 2.0 has already been published on SecurityFocus in the article Securing Apache 2.0: Step-by-Step. The only difference to that process is to enable mod_ssl and mod_setenvif, which is required to provide compatibility with some versions of MS Internet Explorer, as follows (changes shown in bold):&lt;BR /&gt;&lt;BR /&gt;./configure \  --prefix=/usr/local/apache2 \  --with-mpm=prefork \  --enable-ssl \   --disable-charset-lite \  --disable-include \  --disable-env \  --enable-setenvif \  --disable-status \  --disable-autoindex \  --disable-asis \  --disable-cgi \  --disable-negotiation \  --disable-imap \  --disable-actions \  --disable-userdir \  --disable-alias \  --disable-so&lt;BR /&gt;&lt;BR /&gt;Nevertheless, after this step my original error stated above occurs.</description>
      <pubDate>Thu, 14 Oct 2010 17:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699085#M42392</guid>
      <dc:creator>Tito Hall</dc:creator>
      <dc:date>2010-10-14T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699086#M42393</link>
      <description>Alan,&lt;BR /&gt;&lt;BR /&gt;Just for sake of argument I tired yum install for both httpd and httpd-2.2.16&lt;BR /&gt;&lt;BR /&gt;[root@uncc49ers ~]# yum install httpd&lt;BR /&gt;Loading "rhnplugin" plugin&lt;BR /&gt;Loading "security" plugin&lt;BR /&gt;This system is not registered with RHN.&lt;BR /&gt;&lt;BR /&gt;RHN support will be disabled.&lt;BR /&gt;Setting up Install Process&lt;BR /&gt;Parsing package install arguments&lt;BR /&gt;No package httpd available.&lt;BR /&gt;Nothing to do&lt;BR /&gt;[root@uncc49ers ~]# yum install httpd-2.2.16&lt;BR /&gt;Loading "rhnplugin" plugin&lt;BR /&gt;Loading "security" plugin&lt;BR /&gt;This system is not registered with RHN.&lt;BR /&gt;RHN support will be disabled.&lt;BR /&gt;Setting up Install Process&lt;BR /&gt;Parsing package install arguments&lt;BR /&gt;No package httpd-2.2.16 available.&lt;BR /&gt;Nothing to do&lt;BR /&gt;[root@uncc49ers ~]# &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2010 17:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699086#M42393</guid>
      <dc:creator>Tito Hall</dc:creator>
      <dc:date>2010-10-14T17:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699087#M42394</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] they ask me to do: &lt;BR /&gt;&lt;BR /&gt;Who are "they"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ./configure [...]&lt;BR /&gt;&lt;BR /&gt;Ok.  That is building Apache from a source&lt;BR /&gt;kit.  To do that, you need a C compiler&lt;BR /&gt;(GCC), so you'll need to install that first.&lt;BR /&gt;Apache probably has many other prerequisites,&lt;BR /&gt;too, all of which you'll need to install,&lt;BR /&gt;too.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] my original error stated above occurs.&lt;BR /&gt;&lt;BR /&gt;You need to install GCC.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; This system is not registered with RHN.&lt;BR /&gt;&lt;BR /&gt;If you expect to get this kind of service&lt;BR /&gt;from Red Hat, then you may need to pay for&lt;BR /&gt;it.</description>
      <pubDate>Thu, 14 Oct 2010 23:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699087#M42394</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-14T23:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699088#M42395</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you only want to install apache you don't need to build it yourself from source. You can download a pre-compiled binary, which is much easier than compile it yourself.&lt;BR /&gt;&lt;BR /&gt;Look for an apache binary rpm package, you can download it e.g. from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://xenia.sote.hu/ftp/mirrors/www.apache.org//httpd/binaries/rpm/x86_64/" target="_blank"&gt;http://xenia.sote.hu/ftp/mirrors/www.apache.org//httpd/binaries/rpm/x86_64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;other links to binaries and the source:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/download.cgi#apache22" target="_blank"&gt;http://httpd.apache.org/download.cgi#apache22&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Viktor</description>
      <pubDate>Fri, 15 Oct 2010 11:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699088#M42395</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-10-15T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: configure error no acceptable C compiler found in path in Red Hat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699089#M42396</link>
      <description>&lt;!--!*#--&gt;&amp;gt; If you only want to install apache you&lt;BR /&gt;&amp;gt; don't need to build it yourself from&lt;BR /&gt;&amp;gt; source. [...]&lt;BR /&gt;&lt;BR /&gt;Good luck with that argument.  It didn't work&lt;BR /&gt;when I tried it (twice).&lt;BR /&gt;&lt;BR /&gt;Did you look at his proposed "./configure"&lt;BR /&gt;options (with all the "--disable-*" options)?&lt;BR /&gt;I doubt that most available kits will have&lt;BR /&gt;been built with "--disable-cgi", for example.&lt;BR /&gt;&lt;BR /&gt;Whether it's reasonable to expect such a&lt;BR /&gt;novice to build Apache from the source is a&lt;BR /&gt;different question.  I don't think that&lt;BR /&gt;there's much hope, but what do I know?</description>
      <pubDate>Fri, 15 Oct 2010 17:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-error-no-acceptable-c-compiler-found-in-path-in-red/m-p/4699089#M42396</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-15T17:49:17Z</dc:date>
    </item>
  </channel>
</rss>

