Forum Bugs

Having trouble running Prince 7.0b1 on OS X 10.4.11

heycam
Hi there.

I'm trying to run Prince 7.0b1 on my Mac running OS X 10.4.11.

fox:~ $ prince
dyld: Library not loaded: /usr/lib/libiconv.2.dylib
  Referenced from: /usr/local/lib/prince/bin/prince
  Reason: Incompatible library version: prince requires version 7.0.0 or later, but libiconv.2.dylib provides version 5.0.0
Trace/BPT trap


So I guess my system libiconv is too old. I installed a newer libiconv into /sw using fink, and tried again:

fox:~ $ DYLD_LIBRARY_PATH=/sw/lib prince
dyld: _dyld_bind_fully_image_containing_address() error
dyld: Symbol not found: _close$UNIX2003
  Referenced from: /usr/local/lib/prince/bin/prince
  Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap


At this point I'm not sure what to do.

Thanks,

Cameron
heycam
I see Mike posted in another thread mentioning that 10.5 is required, so I guess that's the problem.
mikeday
Yes, Prince 7.0 relies on the Core Text API, and requires MacOS X 10.5. Prince 6.0 should still run on 10.4 though.