-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Sorry to bother you, I was updating my R and RQuantlib on my Fedora 30 computers. I recieved the following error after trying to manually install using R CMD INSTALL RQuantLib_0.4.10.tar.gz
I did not see any error messages prior to this section. And the cpp linking found the /usr/local/lib/ -lQuantLib
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘RQuantLib’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/usr/lib64/R/library/00LOCK-RQuantLib/00new/RQuantLib/libs/RQuantLib.so':
libQuantLib.so.0: cannot open shared object file: No such file or directory
Error: loading failed
Execution halted
ERROR: loading failed
- removing ‘/usr/lib64/R/library/RQuantLib’
- restoring previous ‘/usr/lib64/R/library/RQuantLib’
I have libQuantlib.so install from source at
[root@osu-lt1 RQuantLib] $ locate libQuantLib.so
/usr/local/lib/libQuantLib.so
/usr/local/lib/libQuantLib.so.0
/usr/local/lib/libQuantLib.so.0.0.0
I am sorry to both you and I appreciate the help.