I am playing around with FSL PALM and am having issues running it through Octave (v.5.2.0). I have followed the brainder.org/tag/palm blog post about installation of Octave through flatpak.
PALM opens in Octave but is failing when trying to read the input.
Reading input 1/1: int_4D_all.nii
error: multifile2mat: /home/admin/Documents/palm-alpha119/fileio/@file_array/private/file2mat.mex: failed to load: liboctinterp.so.6: cannot open shared object file: No such file or directory
error: called from
subsref>multifile2mat at line 179 column 26
subsref>subfun at line 99 column 7
subsref at line 65 column 7
subsref>rec at line 221 column 15
subsref at line 45 column 11
palm_ready at line 56 column 19
palm_takeargs at line 1648 column 76
palm_core at line 33 column 12
palm at line 81 column 1
Someone posted a similar issue on the FSL mailing list but it shows no response to the issue.
When tracking this path /home/admin/Documents/palm-alpha119/fileio/@file_array/private/file2mat.mex
the file exists. I think it is an issue of this octave dependcy liboctinterp.so.6
. But I am unsure how to resolve it.
Has any one encounter this issue or know of a solution?