Opened 9 years ago
Closed 9 years ago
#50789 closed defect (duplicate)
curl @7.47.1 prebuilt binary issue
Reported by: | steeves@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | curl |
Description
When using the prebuilt curl binary from macports R runs into issues when attempting to reference the libcurl shared library.
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/Users/msteeves/Library/R/3.2/library/curl/libs/curl.so': dlopen(/Users/msteeves/Library/R/3.2/library/curl/libs/curl.so, 6): Symbol not found: _SSLv2_client_method Referenced from: /opt/local/lib/libcurl.4.dylib Expected in: /opt/local/lib/libssl.1.0.0.dylib in /opt/local/lib/libcurl.4.dylib
If I install the binary curl and then R, I can get this error when calling "install.packages", or when attempting to build the "curl" package in R. If I uninstall the binary curl then everything works as expected without error, and if I install the curl package from source ("port install -s curl"), then the error also does not appear in that case as well.
Change History (2)
comment:1 Changed 9 years ago by steeves@…
comment:2 Changed 9 years ago by mf2k (Frank Schima)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
In the future, please Cc the port maintainers (port info --maintainers curl
), if any.
Duplicate of #50783.
Note: See
TracTickets for help on using
tickets.
Apologies, I missed ticket 50783 that is the same underlying issue as this ticket. I just retested with the new binary package, and everything appears to be sorted out.