Opened 8 years ago

Closed 8 years ago

#50783 closed defect (fixed)

curl: needs recompile as SSLv2_client_method symbol no longer in libssl

Reported by: J.Gilbey@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: curl

Description

With the latest sync, evince is broken because the curl library needs updating:

~/texdocs $ evince integrals.pdf 

(evince:62168): EvinceDocument-WARNING **: dlopen(/opt/local/lib/evince/4/backends/libpdfdocument.so, 10): 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

Running

port upgrade -s -n --force curl

fixed the issue (but just reinstalling curl from binary didn't).

Change History (1)

comment:1 Changed 8 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Fixed in r146258. Update your ports and try again. Right now it should rebuild from source, buildbot hasn't got around to building a new binary yet.

Note: See TracTickets for help on using tickets.