Opened 12 years ago

Last modified 11 years ago

#38393 closed defect

couchdb fails during start after Xcode 4.6.1 — at Version 1

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

Description (last modified by larryv (Lawrence Velázquez))

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 (1)

comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Owner: changed from macports-tickets@… to jeff@…
Port: couchdb added

Thanks for the ticket. In the future, please Cc relevant port maintainers and use WikiFormatting in your ticket descriptions.

Note: See TracTickets for help on using tickets.