#22102 closed defect (fixed)
couchdb: Conflict with libJPEG.dylib and ApplicationServices ImageIO framework
Reported by: | mike@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | febeling@… | |
Port: | couchdb |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
$ couchdb dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libJPEG.dylib Trace/BPT trap
Change History (10)
comment:1 Changed 15 years ago by tobypeterson
Priority: | High → Normal |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 follow-up: 5 Changed 15 years ago by mike@…
No DYD_* env vars are set (both my current user and root). Any other suggestions?
comment:3 Changed 15 years ago by jmroot (Joshua Root)
Port: | couchdb added |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
comment:4 Changed 15 years ago by jmroot (Joshua Root)
Cc: | febeling@… added |
---|---|
Owner: | changed from macports-tickets@… to jwa@… |
Status: | reopened → new |
comment:5 follow-up: 6 Changed 15 years ago by alin.popa@…
Replying to mike@…:
No DYD_* env vars are set (both my current user and root). Any other suggestions?
Hi Mike,
I managed to do something about that using one of these 2 ways:
- install this: http://jan.prima.de/~jan/plok/archives/142-CouchDBX-Revival.html
- install couchdb from svn (seems to me that the current release <<0.9.1>> have a problem) : svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb cd couchdb ./bootstrap && ./configure make && sudo make install
comment:6 Changed 15 years ago by alin.popa@…
Replying to alin.popa@…:
Replying to mike@…:
No DYD_* env vars are set (both my current user and root). Any other suggestions?
Hi Mike,
I managed to do something about that using one of these 2 ways:
- install this: http://jan.prima.de/~jan/plok/archives/142-CouchDBX-Revival.html
- install couchdb from svn (seems to me that the current release <<0.9.1>> have a problem) :
svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb cd couchdb ./bootstrap && ./configure make && sudo make install
Also I found this workaround (it's all explained there):
comment:7 Changed 15 years ago by mike@…
Hi Alin, I tried the workaround and it worked. Thanks for tracking that down.
comment:8 Changed 15 years ago by jyrkiwahlstedt
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi, used the workaround to modify the Portfile, thanks!
comment:9 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:10 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | Conflict with libJPEG.dylib and ApplicationServices ImageIO framework → couchdb: Conflict with libJPEG.dylib and ApplicationServices ImageIO framework |
---|
The revision in which this was committed was r60066.
Note: See
TracTickets for help on using
tickets.
don't set DYLD_* environment variables