My first guess would be that your compiler is not compatible with the one R was compiled with.
Btw. there is a newer R package at http://cran.r-project.org/web/packages/igraph/index.html Btw.2. the suggested way is to install igraph is to type in install.packages("igraph") at your R prompt. Gabor On Wed, Nov 13, 2013 at 12:09 PM, Hollander, Mattias de <[email protected]> wrote: > Hello, > > I am trying to install igraph with the following command but I get this > error: > > R CMD INSTALL igraph_0.6.5-1.tar.gz > > ** R > ** demo > ** inst > ** preparing package for lazy loading > ** help > *** installing help indices > ** building package indices > ** testing if installed package can be loaded > Error : .onLoad failed in loadNamespace() for 'igraph', details: > call: dyn.load(file, DLLpath = DLLpath, ...) > error: unable to load shared object > '/home/mattias/R/x86_64-pc-linux-gnu-library/3.0/igraph/libs/igraph.so': > /home/mattias/R/x86_64-pc-linux-gnu-library/3.0/igraph/libs/igraph.so: > undefined symbol: _ZNSs4_Rep20_S_empty_rep_storageE > Error: loading failed > Execution halted > ERROR: loading failed > * removing ‘/home/mattias/R/x86_64-pc-linux-gnu-library/3.0/igraph’ > > > Any suggestions how to solve this? > > Thanks! > > Mattias > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
