Hello Anders,

Thanks for the help and info. You have helped me solve
my problem. 

--- Ringaby Anders <[EMAIL PROTECTED]> wrote:
 
> 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

Apparently, when I made a minimal install of my FC3
test machine since it didn't have all the necessary
packages for openssl it failed to install the tar
ball. However though, I manually installed and did the
command rpm -Uvh *.rpm for all packages needed such as
gcc, cpp, cproto, etc but it did not give me any signs
that it was not installed.

So thanks to your help to check if gcc is in the path
for my environment variable. I did solve this by
manually installing the gcc rpm among others and from
here on it went on smoothly.
 
> 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
> 
I am just puzzled if doing rpm -Uvh *.rpm is not
allowed at all by FC3? AFAIK, with Red Hat distros
7.3, 8.0 or 9.0 I could install all the rpm all
together. Not very sure, if this is a new security
feature by FC3?

Again, thank you very much for the help.

Sincerely,
Servie

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to