It looks like freeview is in: jcrn12@jcrn12-VirtualBox:~$ /usr/local/freesurfer/bin/freeview
But when I try to use it, I can not do it, because: jcrn12@jcrn12-VirtualBox:~$ ldd freeview | grep not
ldd: ./freeview: No such file or directory.
Thank you for your help,
JC.
That is what happened:
$ ldd /usr/local/bin/freeview | grep not
ldd: /usr/local/bin/freeview: No such file or directory
$ bash
jcrn12@jcrn12-VirtualBox:~$ ldd /usr/local/bin/freeview | grep not
ldd: /usr/local/bin/freeview: No such file or directory
JC.
Hello JC,
Try this to see what libs are missing,
$ ldd /usr/local/bin/freeview | grep not