Re: Received error 127 when installing Openssl

2008-09-10 Thread Ger Hobbelt
Doesn't sound to me like an OpenSSL error, rather a shell/makefile going pearshaped because you haven't got 'gcc' (the GNU C compiler) installed. Hence check your installed packages and make sure gcc and glibc are in the installed set. Then make also sure your account can actually use those. run

Received error 127 when installing Openssl

2008-09-08 Thread Ortiz-Rivera, Felipe CIV DISA GIG-CS
Hello, I am trying to upgrade openssl to latest version of 9.8h on a red hat Linux fedora core 6.0. Every time that I try to run the test or make test step of the install, I received error 127 " gcc command not found", and "crypto error 1" Not sure why I am getting this errors and how to fix the