Opened 4 years ago

Last modified 4 years ago

#59851 closed defect

(10.6.8 - mt-daapd) failed to configure — at Version 1

Reported by: mrkapqa Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: mt-daapd libxml2 libiconv

Description (last modified by jmroot (Joshua Root))

Hello ,

i do use a small Mac with OS X 10.6.8 as a home server. Thought of accessing the iTunes shares on a Linux computer and came upon this post here

https://zettelchen.blogspot.com/2010/01/firefly-mt-daapd-with-external-drive.html

and here

http://blog.elliottcable.name/posts/installing_the_firefly_media_server_mt_daapd_on_os_x.xhtml

the install fails on my computer

--->  Attempting to fetch mt-daapd-0.2.4.2.tar.gz from https://iweb.dl.sourceforge.net/project/mt-daapd/mt-daapd/0.2.4.2
--->  Verifying checksums for mt-daapd                                          
--->  Extracting mt-daapd
--->  Applying patches to mt-daapd
--->  Configuring mt-daapd
Error: Failed to configure mt-daapd

Change History (2)

Changed 4 years ago by mrkapqa

Attachment: mtdaapd.log added

comment:1 Changed 4 years ago by jmroot (Joshua Root)

Cc: ryandesign added
Description: modified (diff)
Keywords: mt-daapd firefly removed
Port: libxml2 libiconv added
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
	  Referenced from: /opt/local/lib/libxml2.2.dylib
	  Reason: Incompatible library version: libxml2.2.dylib requires version 9.0.0 or later, but libiconv.2.dylib provides version 8.0.0

How do you have such an old libiconv? It's compatibility version 9.0.0 for me:

% otool -L /opt/local/lib/libiconv.2.dylib 
/opt/local/lib/libiconv.2.dylib:
	/opt/local/lib/libiconv.2.dylib (compatibility version 9.0.0, current version 9.1.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11)
Note: See TracTickets for help on using tickets.