On Sun, 27-Apr-2008 at 10:52AM -0700, [EMAIL PROTECTED] wrote:

|> I am trying to install the rpm for R
|> I  using Red Hat 4 ES on a 64bit machine
|> Kernel version  is 2,6,9-67
|> This is the error i get
|> "Failed Dependencies libg2c.so () ()(64bit) is needed by 
|> R-2.6.2-1.rh4.x86_64rpm
|> I have libf2c-3.4.6-9 installed on the box
|> any suggestions?

Try this:
yum provides libg2c*

It will tell you what rpm you need.  When you know what you need, use 

yum install compat-libf2c<whatever>.rpm

In any case, it doesn't take long to install from the source, and
there are very simple instructions in the tgz file, and you'll have a
newer release without having to wait until the 2.7.0 rpm is available..


HTH


-- 
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.   
   ___    Patrick Connolly   
 {~._.~}                         Great minds discuss ideas    
 _( Y )_                        Middle minds discuss events 
(:_~*~_:)                        Small minds discuss people  
 (_)-(_)                                   ..... Anon
          
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to