in reply to Re: Digest MD5 not compiling, err msg confusing
in thread Digest MD5 not compiling, err msg confusing

Well, this is interesting. I'm not quite sure how to interpret this...
$ which gcc /usr/bin/which: no gcc in (/usr/kerberos/bin:/usr/local/bin:/bin:/usr/ +bin:/home/racmdb2/sqllib/bin:/home/racmdb2/sqllib/adm:/home/racmdb2/s +qllib/misc:/home/racm/bin)
In our dev env the cmd outputs one line - /usr/bin/gcc. I've also found some other problems in this rebuilt box, not to be addressed here. But, if someone would explain the above, I'd appreciate it.

Replies are listed 'Best First'.
Re^3: Digest MD5 not compiling, err msg confusing
by moritz (Cardinal) on Jul 16, 2009 at 11:28 UTC
    It means that gcc is not installed (most likely, and contrary to what you thought), or is installed in a non-standard location that's not in path, or it's not executable, or there is no symlink to gcc, just a gcc-4.3 or whatever version you use.