[R] ncdf,RNetCDF

2009-04-21 Thread Bala subramanian
Friends,

Someone please share your experience in installing ncdf and RNetCDF in
fedora10. I am not able make it work as it throws me the following error. My
R version is 2.8.0.

 library(ncdf)
  unable to load shared library '/usr/lib/R/library/ncdf/libs/ncdf.so':
  /usr/lib/R/library/ncdf/libs/ncdf.so: cannot restore segment prot after
reloc: Permission denied
Error in library(ncdf) : .First.lib failed for 'ncdf'

Thanks,
Bala

[[alternative HTML version deleted]]

__
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.


Re: [R] ncdf,RNetCDF

2009-04-21 Thread Andris Jankevics
Hi,

just quick googling gave me the hint that it can be ralated to SE
Linux restrictions of Fedora linux. Just try to disable SE Linux
feature.

http://www.appistry.com/community/forums/content/cannot-restore-segment-prot-after-reloc-permission-denied

Best regards,
-- 
Andris

subramanian bala.biophys...@gmail.com wrote:
 Friends,

 Someone please share your experience in installing ncdf and RNetCDF in
 fedora10. I am not able make it work as it throws me the following error. My
 R version is 2.8.0.

 library(ncdf)
  unable to load shared library '/usr/lib/R/library/ncdf/libs/ncdf.so':
  /usr/lib/R/library/ncdf/libs/ncdf.so: cannot restore segment prot after
 reloc: Permission denied
 Error in library(ncdf) : .First.lib failed for 'ncdf'

 Thanks,
 Bala

        [[alternative HTML version deleted]]

 __
 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.


__
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.


Re: [R] ncdf,RNetCDF

2009-04-21 Thread Bala subramanian
Hi Andris,

THANK YOU SO MUCH. THIS WAS THE PROBLEM INDEED. When disable SE Linux, it
worked fine.

Thank you once again,
Bala


On Tue, Apr 21, 2009 at 4:01 PM, Andris Jankevics an...@osi.lv wrote:

 Hi,

 just quick googling gave me the hint that it can be ralated to SE
 Linux restrictions of Fedora linux. Just try to disable SE Linux
 feature.


 http://www.appistry.com/community/forums/content/cannot-restore-segment-prot-after-reloc-permission-denied

 Best regards,
 --
 Andris

 subramanian bala.biophys...@gmail.com wrote:
  Friends,
 
  Someone please share your experience in installing ncdf and RNetCDF in
  fedora10. I am not able make it work as it throws me the following error.
 My
  R version is 2.8.0.
 
  library(ncdf)
   unable to load shared library '/usr/lib/R/library/ncdf/libs/ncdf.so':
   /usr/lib/R/library/ncdf/libs/ncdf.so: cannot restore segment prot after
  reloc: Permission denied
  Error in library(ncdf) : .First.lib failed for 'ncdf'
 
  Thanks,
  Bala
 
 [[alternative HTML version deleted]]
 
  __
  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.
 


[[alternative HTML version deleted]]

__
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.