I'm using hipster 2014.1.3.14686:20141104. I attempted to downsize some photos instead of opening them individually in GIMP. This has worked in the past. I usually use:
for img in *.JPG > do > convert -sample 43%x43% $img scaled-$img > done It failed with ld.so.1: convert: fatal: libmtsk.so.1: open failed: No such file or directory ld.so.1: convert: fatal: relocation error: file /usr/lib/libMagickCore-6.Q16.so.1: symbol omp_get_max_threads: referenced symbol not found Killed I then tried using GraphicsMagick, and it fails too. gm mogrify -resize 43%x43% *.JPG ld.so.1: gm: fatal: libmtsk.so.1: open failed: No such file or directory ld.so.1: gm: fatal: relocation error: file /usr/lib/libGraphicsMagick.so.3: symbol omp_get_num_procs: referenced symbol not found Killed Looked in /usr/lib and don't find libmtsk.so.1. --Fred Kimball _______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
