Hi,
I’ve run across the following error while trying to run qdec in my linux 64 bit computer,
qdec.bin: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
Is there any specific file that I need to download or change configuration of?
I apologise if this has been covered before in the mailing list, Any help is greatly appreciated,
Thanks,
Prapti
Hi Prapti, I think you have to modify the $LD_LIBRARY_PATH shell variable. first find where libtiff.so.3 is. Usually "locate libtiff.so.3" will tell you where the file is at. On my machine, it is in /usr/lib/ and /usr/lib64/ then LD_LIBRARY_PATH = $LD_LIBRARY_PATH:/usr/lib64/ export LD_LIBRARY_PATH qdec
This should work.
On Wed, Nov 26, 2008 at 12:19 PM, Prapti Gautam Prapti.Gautam@anu.edu.auwrote:
Hi,
I've run across the following error while trying to run qdec in my linux 64 bit computer,
qdec.bin: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
Is there any specific file that I need to download or change configuration of?
I apologise if this has been covered before in the mailing list, Any help is greatly appreciated,
Thanks,
Prapti
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
It's possible that you are running a Debian-based distro and just don't have libtiff.so.3; but you probably have libtiff.so.4, so you can create a symlink so that libtiff.so.3 points to libtiff.so.4.
I have to do this In Debian "etch" and later
mjp
On Nov 26, 2008, at 4:26 PM, "Siddharth Srivastava" siddys@gmail.com wrote:
Hi Prapti, I think you have to modify the $LD_LIBRARY_PATH shell variable. first find where libtiff.so.3 is. Usually "locate libtiff.so.3" will tell you where the file is at. On my machine, it is in /usr/lib/ and /usr/ lib64/ then LD_LIBRARY_PATH = $LD_LIBRARY_PATH:/usr/lib64/ export LD_LIBRARY_PATH qdec
This should work.
On Wed, Nov 26, 2008 at 12:19 PM, Prapti Gautam <Prapti.Gautam@anu.edu.au
wrote:
Hi,
I've run across the following error while trying to run qdec in my linux 64 bit computer,
qdec.bin: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
Is there any specific file that I need to download or change configuration of?
I apologise if this has been covered before in the mailing list, Any help is greatly appreciated,
Thanks,
Prapti
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu