[MacPorts] #49932: Incompatible library version: libnetcdf.7.dylib requires version 9.0.0 or later, but libcurl.4.dylib provides version 8.0.0
MacPorts
noreply at macports.org
Tue Dec 8 06:02:07 PST 2015
#49932: Incompatible library version: libnetcdf.7.dylib requires version 9.0.0 or
later, but libcurl.4.dylib provides version 8.0.0
--------------------------+--------------------------
Reporter: veit.helm@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: curl |
--------------------------+--------------------------
Comment (by ryandesign@…):
Actually before you do that we should check some things.
Are your ports up to date? Run:
{{{
sudo port selfupdate
port outdated
}}}
If any ports are outdated, run:
{{{
sudo port upgrade outdated
}}}
Check what version of curl is installed using:
{{{
port installed curl
}}}
The active one should be 7.46.0_0. Assuming it is, check what library
version it has:
{{{
otool -L /opt/local/lib/libcurl.dylib
}}}
It should be libcurl.4.dylib, compatibility version 9.0.0, current version
9.0.0.
--
Ticket URL: <https://trac.macports.org/ticket/49932#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list