[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Problem installing igraph via R on FreeBSD 7.3
From: |
jim smith |
Subject: |
Re: [igraph] Problem installing igraph via R on FreeBSD 7.3 |
Date: |
Wed, 23 Jun 2010 06:06:30 -0500 |
Gabor,
On Wed, 23 Jun 2010 11:32:22 +0200
Gábor Csárdi <address@hidden> wrote:
> Jim, unfortunately this is a different error, so it is useless for us.
>
> Anyway, what you can do is, to extract the .tar.gz file, try an
> install with 'R CMD INSTALL' and then check the dependencies of the
> igraph.so file:
>
> tar xzf igraph_0.5.3.tar.gz
> R CMD INSTALL igraph
> ldd igraph/src/igraph.so
>
> This will list all dynamic libraries needed for igraph, and whether
> the dynamic linker can actually find them. I suspect that it cannot
> find the proper libstdc++. If this is the case, then please find this
> library on your system and set LD_LIBRARY_PATH properly. (Or use
> another method to tell the linker about the place of the library.)
>
> Best,
> Gabor
OK. Thanks for your help--I'll report back what happens.
--
jim smith <address@hidden>
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3, jim smith, 2010/06/22
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3, Gábor Csárdi, 2010/06/22
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3, jim smith, 2010/06/22
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3, Gábor Csárdi, 2010/06/23
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3,
jim smith <=
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3, jim smith, 2010/06/23
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3, jim smith, 2010/06/23
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3, Tamas Nepusz, 2010/06/23
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3 SOLVED, jim smith, 2010/06/26
- Re: [igraph] Problem installing igraph via R on FreeBSD 7.3 SOLVED, Gábor Csárdi, 2010/06/26