1.7.0 beta & rc1: libcurl errors
Jay Levitt
lists-macports at shopwatch.org
Tue Dec 9 05:38:25 PST 2008
Bryan Blackburn wrote:
> On Mon, Dec 08, 2008 at 03:25:19PM -0500, Jay Levitt said:
>> I know this isn't a great bug report, because I already overwrote the fail
>> case; sorry about that.
>>
>> I upgraded from a DMG-installed 1.6.0 to a built-from-source 1.7.0 beta 1.
>> I then updated a bunch of ports, but I don't think libcurl was one of
>> them. (Is there a log? I don't think there is.)
>>
>> Today, I tried using git, and got:
>>
>> dyld: Library not loaded: /opt/local/lib/libcurl.4.dylib
>> Referenced from: /opt/local/bin/git
>> Reason: Incompatible library version: git requires version 6.0.0 or
>> later, but libcurl.4.dylib provides version 5.0.0
>
> Did you happen to activate an older version of the curl port? What does
> 'port installed curl' say, as here, 7.19.2_0 is installed and libcurl has a
> compat version of 6.0.0 and current 6.1.0.
Not intentionally. I don't use curl directly, certainly not enough to know
which version I need, so it would have been installed at some point with
"port install curl", possibly later upgraded with "port upgrade curl", and
then possibly cleaned up with "port uninstall -f outdated" if I saw multiple
versions of it.
Does MacPorts log any history anywhere? I don't think it does. I do see
two directories in /opt/local/var/macports/receipts/curl:
curl% ll
total 0
drwxr-xr-x 4 root admin 136B Dec 8 15:17 7.19.2_0/
drwxr-xr-x 4 root admin 136B Dec 8 15:10 7.19.2_0+ssl/
curl% ll 7.19.2_0
total 16
-rw-r--r-- 1 root admin 3.3K Dec 8 15:17 receipt.bz2
-rw-r--r-- 1 root admin 3.3K Dec 6 09:05 receipt.bz2.mpsaved
curl% ll 7.19.2_0+ssl
total 16
-rw-r--r-- 1 root admin 3.4K Dec 8 15:10 receipt.bz2
-rw-r--r-- 1 root admin 3.4K Dec 8 15:10 receipt.bz2.mpsaved
More information about the macports-users
mailing list