igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Problems installing igraph with R 3.0 in Ubuntu 12.10


From: Gábor Csárdi
Subject: Re: [igraph] Problems installing igraph with R 3.0 in Ubuntu 12.10
Date: Wed, 13 Nov 2013 12:14:10 -0500

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
<address@hidden> 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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

[Prev in Thread] Current Thread [Next in Thread]