> -----Original Message----- > Sent: Thursday, January 14, 2010 7:40 PM > > I'm a beginner running a raq550 on strongboilt2 (Centos 4.8) and I've >
MD runs just fine on CentOS, but 4.8 is a bit old (they're up to 5.4 now). > > [r...@home mimedefang-2.67]# ./configure > checking for gcc... no > checking for cc... no > checking for cl.exe... no > configure: error: no acceptable C compiler found in $PATH You either don't have development tools installed or they are not in your path. I don't know if any repositories remain for such an old version of CentOS, but you can try: yum groupinstall "Development Tools" > > In the mimedfang-2.67 folder there's no ./configure file > Yes there is, and you ran it above. Maybe the "./" is confusing...it simply states that you want to execute the file right here, where you are now, and not some other file by the same name located elsewhere in your path. Jason A. Bertoch Network Administrator [email protected] Electronet Broadband Communications 3411 Capital Medical Blvd. Tallahassee, FL 32308 (V) 850.222.0229 (F) 850.222.8771 _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

