Skip to content
Prev 3403 / 15075 Next

[BioC] Mac os x graphviz-Rgraphviz problem

Just add one thing to what Kasper already said: I suspect that the issue
is that the  .so from graphviz are not visible to the loader.  You can fix
up the LD_LIBRARY_PATH in someway: "make install" from graphviz has some
msgs like

=============================================================
PATH="$PATH:/sbin" ldconfig -n /home/vital-it/lilong/bin/graphviz-2.12/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/vital-it/lilong/bin/graphviz-2.12/lib
......
==============================================================

that hints how to do it.  I didn't see "ldconfig" quoted in the msg...

Li