Andre Luiz Tietbohl Ramos
2025-Dec-21 10:12 UTC
[R] TTR curl issue on R 4.5.2 running OSX 11.7.1
Hello, I'm having a problem running R on the system described above. R informs the message below, Error: package or namespace load failed for ?TTR? in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/curl/libs/curl.so': dlopen(/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/curl/libs/curl.so, 6): Library not loaded: /usr/lib/libssl.48.dylib Referenced from: /Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/curl/libs/curl.so Reason: image not found It seems the issue is on the /usr/lib/libssl.48.dylib that doesn't exist. In fact, there are no libssl* files. I appreciate suggestions to solve this problem. TIA, -- Andre Luiz Tietbohl Ramos, PhD [[alternative HTML version deleted]]
Dear Andre Luiz Tietbohl Ramos, ? Sun, 21 Dec 2025 07:12:28 -0300 Andre Luiz Tietbohl Ramos <andreltramos at gmail.com> ?????:> dlopen(/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/curl/libs/curl.so, > 6): Library not loaded: /usr/lib/libssl.48.dylib> It seems the issue is on the /usr/lib/libssl.48.dylib that doesn't > exist. In fact, there are no libssl* files. I appreciate suggestions > to solve this problem.If you don't get a better answer here, consider asking at R-SIG-Mac at R-project.org, but don't just post the same question a second time to the same list. (I'd like to help you, but I don't have a Mac.) Over at <https://github.com/jeroen/curl/issues/427>, Jeroen recommended installing 'curl' from source. Unfortunately, I can't figure out what went wrong because the important part of the log is omitted. Try that running install.packages('curl', type='source') again and look at the messages related to 'curl' being installed. -- Best regards, Ivan