Systemic2 icon indicating copy to clipboard operation
Systemic2 copied to clipboard

libsystemic.so error

Open cyeonho opened this issue 7 years ago • 0 comments

I re-run the Makefile over and over but nothing is changed.

I really solve this problem for graduation thesis.

Fedora WS 26

Error in value[3L] :

Systemic could not find the libsystemic shared library (a file that is usually called "libsystemic.so" or "libsystemic.dylib").

A few possible solutions:

  • Make sure that the shared library exists in the Systemic directory. Type "ls" and check. If it is not there, then:

    • on Linux, re-run the Makefile (check the compilation instructions)
    • on Mac, re-download the binary Systemic package.
  • On Linux, use Systemic.sh to start Systemic. This script sets the library path up for you.

  • If you are running Systemic as an R package, make sure that the LD_LIBRARY_PATH environment is set up so that R can find the library. It is as easy as

export LD_LIBRARY_PATH="/path/to/systemic:$LD_LIBRARY_PATH"

from your shell, before running R.

@@libnotfound@@ Calls: source ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>

cyeonho avatar Oct 10 '17 16:10 cyeonho