Just began trying out Prince and am testing it on my MacOSX system with MAMP installed for PHP. Running from command line works perfect but my end solution would be php which I am trying to get to work. Get the following error from my php page.
Don't know enough to interpret this. Anyone know?
Failure
array(4) {
[0]=>
array(1) {
[0]=>
string(47) ": Symbol not found: __cg_jpeg_resync_to_restart"
}
[1]=>
array(1) {
[0]=>
string(130) "ferenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO"
}
[2]=>
array(1) {
[0]=>
string(55) "pected in: /Applications/MAMP/Library/lib/libJPEG.dylib"
}
[3]=>
array(1) {
[0]=>
string(0) ""
}
}
Don't know enough to interpret this. Anyone know?