Opened 12 years ago

Last modified 11 years ago

#38393 closed defect

couchdb fails during start after Xcode 4.6.1 — at Initial Version

Reported by: public+macports@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: couchdb

Description

After upgrading to Xcode 4.6.1 Couchdb no longer starts. The error was:

dyld: Symbol not found: cg_png_create_info_struct

Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libPng.dylib

As a temporal solution I modified the installed launchctl file removing the DYLD_LIBRARY_PATH section

<key>DYLD_LIBRARY_PATH</key> <string>/opt/local/lib:$DYLD_LIBRARY_PATH</string>

After removing that line, the ImageIO framework seems to load just find and CouchDB server starts

Change History (0)

Note: See TracTickets for help on using tickets.