Opened 14 years ago

Last modified 14 years ago

#25121 closed defect

Cannot launch kmymoney2 - dyld: Library not loaded: /opt/local/lib/libjpeg.7.dylib — at Version 2

Reported by: forums@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: ryandesign@…
Port: kdelibs3

Description (last modified by ryandesign (Ryan Carsten Schmidt))

When I try to launch my compiled port for kmymoney2, it fails with the following error:

strewth:opt jeffery$ kmymoney2
dyld: Library not loaded: /opt/local/lib/libjpeg.7.dylib
  Referenced from: /opt/local/lib/libkhtml.4.dylib
  Reason: image not found
Trace/BPT trap

Any ideas what I need to do to fix this linking error?

Change History (2)

comment:1 Changed 14 years ago by forums@…

Cc: forums@… added

Cc Me!

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added; forums@… removed
Description: modified (diff)
Keywords: kmymoney2 libjpeg removed

Don't forget WikiFormatting. You don't need to Cc yourself.

There is no port kmymoney2... There is a port kmymoney...

Looks like whatever port provides libkhtml.4.dylib is still linking with libjpeg.7.dylib, and needs a revision bump to force it to re-link with libjpeg.8.dylib. Can you use

port provides /opt/local/lib/libkhtml.4.dylib

to tell us what port that is so we can increase its revision to force the rebuild?

Note: See TracTickets for help on using tickets.