Opened 15 years ago
Closed 15 years ago
#23277 closed defect (fixed)
curl links with c-ares if present
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | curl |
Description
$ otool -L /opt/local/lib/libcurl.dylib /opt/local/lib/libcurl.dylib: /opt/local/lib/libcurl.4.dylib (compatibility version 6.0.0, current version 6.1.0) /opt/local/lib/libcares.2.dylib (compatibility version 3.0.0, current version 3.0.0) /opt/local/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /opt/local/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.0)
curl should declare a dependency on c-ares or not link with libcares.dylib.
Change History (2)
comment:1 Changed 15 years ago by tobypeterson
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed in r63928.
Note: See
TracTickets for help on using
tickets.
It's already got a variant for c-ares, probably just needs to explicitly disable by default.