Skip to main content
Topic: Upgrade xcms error (Read 5118 times) previous topic - next topic

Upgrade xcms error

Hi, I am a mac user (OS X 10.5.8) I have already upgraded R to 2.14.0 to use the last relese of xcms and now I have some problem to load it. When I try to load xcms the R consol say:

library(xcms)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
'/Users/riccardoromoli/Library/R/2.14/library/xcms/libs/x86_64/xcms.so':
dlopen(/Users/riccardoromoli/Library/R/2.14/library/xcms/libs/x86_64/xcms.so,
6): Library not loaded: /usr/local/lib/libnetcdf.7.dylib
Referenced from:
/Users/riccardoromoli/Library/R/2.14/library/xcms/libs/x86_64/xcms.so
Reason: image not found

Errore: package/namespace load failed for ‘xcms’


I think the error is the absence of ibnetcdf.7.dylib. Do you have any idea how can I correct this error??

Best
Riccardo

Re: Upgrade xcms error

Reply #1
Riccardo,

Try this page:

viewtopic.php?f=26&t=141

this should install the netcdf library and then xcms should compile. If not let us know.

Paul
~~
H. Paul Benton
Scripps Research Institute
If you have an error with XCMS Online please send me the JOBID and submit an error via the XCMS Online contact page

 

Re: Upgrade xcms error

Reply #2
I solved the problem with the R mailing list.

The problem was with compiling the package. The bug has been fixed with the new relese. Now it is all right!! :D