Bug: Redhat 9: Compile Problem:
Karl R. Balsmeier
karl at sfdata.net
Fri Jan 23 21:50:04 CET 2004
I woke up thinking the same thing, gcc's not actually on the system. Thanks
Marc for verifying that, indeed, that's what it was.
here's what I did to fix it:
http://www.hut.fi/~tkarvine/yum-package-manager.html
installed Yum per the above link:
rpm -Uvh yum*.noarch.rpm
rpm --import /usr/share/doc/yum-*/Fedora-GPG-KEY
rpm --import /usr/share/doc/yum-*/RPM-GPG-KEY
Install gcc:
yum install gcc
I encountered a problem getting out on HTTP, which yum uses, due to a proxy
firewall, so in bash I typed:
export http_proxy=http://myproxy.mynet.com:80
Now it's crunching away and installing gcc, yum is downloading *alot* of
headers, but should complete at some reasonable time. Let's hope this will
fix the compile error, more soon....
-krb
> On Friday, January 23, 2004 2:51 AM, Karl R. Balsmeier shared with us:
>
>> help mang...
>>
>> Bug:
>> The error below is encountered when compiling from nagios-1.1.tar.gz
>> on Redhat 9.
>>
>> Command Used:
>> ./configure --prefix=/usr/local/nagios --with-cgiurl=/nagios/cgi-bin
>> --with-htmurl=/nagios/ --with-nagios-user=nagios
>> --with-nagios-grp=nagios
>>
>> Error:
>> configure: error: no acceptable cc found in $PATH
>>
>> Cross Compiler Locations:
>> /usr/bin/gcc296
>> /usr/bin/i386-redhat-linux7-gcc
>
> /usr/bin/gcc296 is for compatibility with older versions of linux I
> believe. It doesn't appear that you really have gcc installed as you
> should have /usr/bin/gcc which is the true compiler.
>
> --
> Marc
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue. ::: Messages without supporting info will risk
> being sent to /dev/null
--
Karl R. Balsmeier
Senior Systems Engineer
SFDATA.NET, LLC
Mobile 415.608.2681 Office: 415.396.0302
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list