Opened 16 months ago
Last modified 16 months ago
#67803 closed defect
curl @8.2.0: libcurl.4.dylib : _SCDynamicStoreCopyProxies Symbol not found — at Version 2
Reported by: | BjarneDMat | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | curl |
Description (last modified by BjarneDMat)
Hardware: Hardware Overview: Model Name: Mac mini Model Identifier: Macmini2,1 Processor Name: Intel Core 2 Duo Boot ROM Version: MM21.009A.B00 SMC Version (system): 1.19f2 Software: System Software Overview: System Version: Mac OS X 10.6.8 (10K549) Kernel Version: Darwin 10.8.0
So, I've got a PHP script that uses php82-curl @8.2.8_0. When run w/ curl @8.2.0_0+ssl, I get the following:
dyld: Symbol not found: _SCDynamicStoreCopyProxies Referenced from: /opt/local/lib/libcurl.4.dylib Expected in: flat namespace
I've tried force re-installing both curl @8.2.0_0+ssl & php82-curl @8.2.8_0
Downgrading to curl @8.1.2_0+ssl fixes the issue:
#=> port installed | grep curl curl @8.1.2_0+ssl (active) curl-ca-bundle @8.2.0_0 (active) php82-curl @8.2.8_0 (active)
This problem is not seen on a
Hardware: Hardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro8,3 Boot ROM Version: 87.0.0.0.0 SMC Version (system): 1.70f6 Software: System Software Overview: System Version: macOS 10.15.7 (19H2) Kernel Version: Darwin 19.6.0
Change History (2)
comment:1 Changed 16 months ago by jmroot (Joshua Root)
Owner: | set to ryandesign |
---|---|
Port: | 8.2.0 removed |
Status: | new → assigned |
Summary: | libcurl.4.dylib : _SCDynamicStoreCopyProxies Symbol not found → curl @8.2.0: libcurl.4.dylib : _SCDynamicStoreCopyProxies Symbol not found |
comment:2 Changed 16 months ago by BjarneDMat
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.