11 Mar
2003
11 Mar
'03
2:16 p.m.
-----Original Message----- From: Adnan [mailto:adnanm@gerrys.net] Sent: Tuesday, March 11, 2003 9:08 AM To: syslog-ng@lists.balabit.hu Subject: [syslog-ng]ERROR on installing ... checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH
Apparently you do not have cc or gcc in your path. the configure script cannot find your compiler. Do this: find / -name gcc and this: find / -name cc If it didn't find either one, then you have to install an RPM of a compiler first. The best one is gcc. If it found gcc, then make a note of the path to it, and add it to your PATH statement. Then try again... Good luck, Michael Breton Commtel