Hello, I get this error when issuing the library command (with rpvm) in R:
================================= Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(rpvm) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/usr/local/lib/R/library/rpvm/libs/rpvm.so': /usr/local/lib/R/library/rpvm/libs/rpvm.so: cannot restore segment prot after reloc: Permission denied Error in library(rpvm) : .First.lib failed for 'rpvm' > ================================= I have successfully loaded R and PVM. Both of these are working for me. But I don't understand why I am getting the above-listed error. Can anyone provide some insight? Thanks! A Lenzo ______________________________________________ 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.