Greetings, Oliver Schoett! > Oliver Schoett wrote: >> Error in dyn.load(file, DLLpath = DLLpath, ...) : >> unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll': >> No such file or directory >> During startup - Warning message: >> package ‘stats’ in options("defaultPackages") was not found
> I should add that the following command gives strange output: Such output is typical for DLL's injected by other processes, commonly seen from "antivirus" software. That assuming you're running ldd in elevated prompt. Otherwise the output could be mangled due to limited access rights. > $ ldd /usr/lib/R/library/stats/libs/stats.dll > ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x77350000) > kernel32.dll => /c/WINDOWS/system32/kernel32.dll (0x77130000) > KERNELBASE.dll => /c/WINDOWS/system32/KERNELBASE.dll (0x7fefd1d0000) > SYSFER.DLL => /c/WINDOWS/System32/SYSFER.DLL (0x74d30000) > psapi.dll => /c/WINDOWS/system32/psapi.dll (0x77510000) > ??? => ??? (0x3eb6b0000) > ??? => ??? (0x3eb6b0000) > ??? => ??? (0x3ebf50000) > ??? => ??? (0x3ebf50000) > ??? => ??? (0x3f1150000) > ??? => ??? (0x3f1150000) > ??? => ??? (0x180040000) > ??? => ??? (0x180040000) > ??? => ??? (0x3f9b20000) > ??? => ??? (0x3f9b20000) > ??? => ??? (0x3f68d0000) > ??? => ??? (0x3f68d0000) > ??? => ??? (0x3f62b0000) > ??? => ??? (0x3f62b0000) > ??? => ??? (0x3f5440000) > ??? => ??? (0x3f5440000) > ??? => ??? (0x3ec310000) > ??? => ??? (0x3ec310000) > ??? => ??? (0x3f75d0000) > ??? => ??? (0x3f75d0000) > ??? => ??? (0x3f3c40000) > ??? => ??? (0x3f3c40000) > ??? => ??? (0x3f52b0000) > ??? => ??? (0x3f52b0000) > ??? => ??? (0x3f4600000) > ??? => ??? (0x3f4600000) > ??? => ??? (0x3f2d30000) > ??? => ??? (0x3f2d30000) > ??? => ??? (0x3f08c0000) > ??? => ??? (0x3f08c0000) > ??? => ??? (0x3f2f70000) > ??? => ??? (0x3f2f70000) > ??? => ??? (0x3f3b60000) > ??? => ??? (0x3f3b60000) > ??? => ??? (0x3f5d30000) > ??? => ??? (0x3f5d30000) > ??? => ??? (0x3f3940000) > ??? => ??? (0x3f3940000) > ??? => ??? (0x3f51e0000) > ??? => ??? (0x3f51e0000) > ??? => ??? (0x3f3800000) > ??? => ??? (0x3f3800000) > ??? => ??? (0x3f7870000) > ??? => ??? (0x3f7870000) > ??? => ??? (0x3ef4b0000) > ??? => ??? (0x3ef4b0000) > ??? => ??? (0x3f71f0000) > ??? => ??? (0x3f71f0000) > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- With best regards, Andrey Repin Tuesday, March 28, 2017 17:47:13 Sorry for my terrible english...