Opened 14 years ago

Last modified 14 years ago

#23441 closed defect

Incompatible library version: rsync requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 — at Initial Version

Reported by: 2ge@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: rsync

Description

Fresh install on Snow Leopard, MacPorts 1.8.2, I installed rsync and it was working, but after I installed some other port and now php, and rsync giving me this output:

dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
  Referenced from: /opt/local/bin/rsync
  Reason: Incompatible library version: rsync requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0

> otool -L /opt/local/lib/libiconv.2.dylib
/opt/local/lib/libiconv.2.dylib:
	/opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.0)

> lipo -info /opt/local/lib/libiconv.2.dylib
Non-fat file: /opt/local/lib/libiconv.2.dylib is architecture: x86_64

I found another ticket http://trac.macports.org/ticket/20959 - but user reinstalls eveyrthing, I want solve this issue somehow without fresh reinstall (I just installed it...)

How I found out architecture of /opt/local/bin/rsync?

Change History (0)

Note: See TracTickets for help on using tickets.