stefano-meschiari / Systemic2

Systemic is a C library for modeling exoplanetary radial velocities, with an R binding and a full GUI IDE.
http://www.stefanom.org/?systemic
GNU General Public License v3.0
54 stars 17 forks source link

libsystemic.so error #31

Open cyeonho opened 6 years ago

cyeonho commented 6 years ago

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:

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

from your shell, before running R.

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