Changes between Initial Version and Version 1 of Ticket #38393


Ignore:
Timestamp:
Mar 15, 2013, 9:16:33 PM (12 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38393

    • Property Owner changed from macports-tickets@… to jeff@…
    • Property Port couchdb added
  • Ticket #38393 – Description

    initial v1  
    11After upgrading to Xcode 4.6.1 Couchdb no longer starts. The error was:
    22
     3{{{
    34dyld: Symbol not found: __cg_png_create_info_struct
    45  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    56  Expected in: /opt/local/lib/libPng.dylib
     7}}}
    68
    79As a temporal solution I modified the installed launchctl file removing the DYLD_LIBRARY_PATH section
    8 
    9       <key>DYLD_LIBRARY_PATH</key>
    10       <string>/opt/local/lib:$DYLD_LIBRARY_PATH</string>
    11 
     10{{{
     11<key>DYLD_LIBRARY_PATH</key>
     12<string>/opt/local/lib:$DYLD_LIBRARY_PATH</string>
     13}}}
    1214After removing that line, the ImageIO framework seems to load just find and CouchDB server starts