Working on Solus Linux I get following error:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/home/aaron/R/x86_64-solus-linux-gnu-library/3.4/quadprog/libs/quadprog.so':
libgfortran.so.3: cannot open shared object file: No such file or directory
when I try to install lavaan. Stated here: R v3.4.0-2 unable to find libgfortran.so.3 on Arch this is due to the most recent version of gcc which upgrades gfortran which updates libgfortran.so.3 to libgfortran.so.4.
Now I could install a old version of gcc (but I have no idea to do that under Solus) or I could ask the Developer (Yves Rosseel) of lavaan to add suppourt to the newest gfortran version and file a bu report?
What would you do?
in the meanwhile you can link the libraries and create libgfortran.so.3 as an alias of libgfortran.so.4
here's how to do it: https://www.bibliotechzw.com/blog/solved-how-to-create-aliases-in-ubuntu-16-via-the-commandline/