#48780: cmake @3.3.1_0 requires newer cUrl version and crash --------------------------+-------------------------------- Reporter: alexandre@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: cmake | --------------------------+-------------------------------- Comment (by macports@…): I cannot reproduce this here... I have curl @7.44.0 and the version of libcurl.4.dylib is 9.0.0 : {{{ otool -l /opt/local/lib/libcurl.4.dylib Load command 3 cmd LC_ID_DYLIB cmdsize 56 name /opt/local/lib/libcurl.4.dylib (offset 24) time stamp 1 Wed Dec 31 19:00:01 1969 current version 9.0.0 compatibility version 9.0.0 }}} The prebuilt binary packages distributed by MacPorts are of the same version: {{{ wget http://packages.macports.org/curl/curl-7.44.0_0+ssl.darwin_14.x86_64.tbz2 tar xvjf curl-7.44.0_0+ssl.darwin_14.x86_64.tbz2 otool -l opt/local/lib/libcurl.4.dylib Load command 3 cmd LC_ID_DYLIB cmdsize 56 name /opt/local/lib/libcurl.4.dylib (offset 24) time stamp 1 Wed Dec 31 19:00:01 1969 current version 9.0.0 compatibility version 9.0.0 }}} I have no problems with cmake @3.3.1 either. I suggest that you verify whether your port "curl" is up-to-date: {{{ port sync port upgrade --force curl }}} If the problem persists, please tell us which version of the curl port is installed with: {{{ port installed curl }}} -- Ticket URL: <https://trac.macports.org/ticket/48780#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X