Nov 30, 2007 #1 strikelit MIS Sep 10, 2003 88 US I am trying to install sudo on an AIX v5.3 box. and getting the following error below. I checked and do a have complier. configure: error: no acceptable C compiler found in $PATH
I am trying to install sudo on an AIX v5.3 box. and getting the following error below. I checked and do a have complier. configure: error: no acceptable C compiler found in $PATH
Nov 30, 2007 #2 p5wizard IS-IT--Management Apr 18, 2005 3,165 BE Well if you have a compiler, which one is it? what happens if you type cc or gcc at the command line [tt][blue]$ [/blue]cc ksh: cc: not found.[/tt] or [tt][blue]$ [/blue]gcc ksh: gcc: not found.[/tt] seems familiar? You need to specify the directory where cc or gcc is at in the PATH variable... HTH, p5wizard Upvote 0 Downvote
Well if you have a compiler, which one is it? what happens if you type cc or gcc at the command line [tt][blue]$ [/blue]cc ksh: cc: not found.[/tt] or [tt][blue]$ [/blue]gcc ksh: gcc: not found.[/tt] seems familiar? You need to specify the directory where cc or gcc is at in the PATH variable... HTH, p5wizard
Dec 3, 2007 #3 RMGBELGIUM MIS Jul 28, 2004 726 BE Or you could go to http://www.bullfreeware.com/ under AIX 52 there's an already built version of sudo rgds, R. Upvote 0 Downvote
Or you could go to http://www.bullfreeware.com/ under AIX 52 there's an already built version of sudo rgds, R.