Opened 16 months ago
Last modified 16 months ago
#67803 closed defect
libcurl.4.dylib : _SCDynamicStoreCopyProxies Symbol not found — at Initial Version
Reported by: | BjarneDMat | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | curl |
Description
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)
Note: See
TracTickets for help on using
tickets.