Hello Servie.
Have you checked that the directory, where gcc is located, is in your PATH environment variable? You can check by doing either of this: echo $PATH or: type gcc In order to add the directory where gcc is located, before running make, do this: PATH=$PATH:<directory_where_gcc_is_located> export PATH Then run make again. / Anders On Sat, 4 Dec 2004, Servie Platon wrote: > Hi openssl gurus and experts, > > I am new to this list and openssl in general and I > apologize for asking a simple question. > > I was trying to compile openssl from source - > openssl-0.0.7e.tar.gz which I have downloaded from the > openssl site. > > Things were going on smoothly after I issued the > command # make > > I got an error message: > make[1]: gcc: Command not found > make[1]: *** [cryptlib.o] Error 127 > make[1]: Leaving directory > '/var/tmp/openssl-0.9.7e/crypto' > make: ***[sub_all] Error 1 > > What does this error mean? I made sure that the gcc > rpm or package is installed on my system but still I > am getting this error message. I even tried looking at > the error 127 at the list archive but could not find > the answer yet. > > Any help on this matter would be highly appreciated. > > Thanks in advance. > > Sincerely, > Servie > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Find what you need with new enhanced search. > http://info.mail.yahoo.com/mail_250 > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]