system
(system)
November 29, 2013, 1:29pm
1
Hi Peter,
Do you the following package installed from the Ubuntu repositories?
libquicktime2
If not, try installing it and see if that fixes your issue. If it doesn't,
you may need to create a symbolic link from libquicktime.so to
libquicktime2.so (or something along those lines).
hth,
Andy
system
(system)
November 30, 2013, 9:28am
2
Hi Alex and Andrew, please see individual responses below.
Alex: Of course.
At the terminal I've entered "export MNE_ROOT=~/mne
$MNE_ROOT/bin/mne_setup_sh
I get the response: MNE software location set to: /home/orcasha/mne
MATLAB software not available
Then I try to run mne_analyze:
cd $MNE_ROOT/bin
./mne_analyze
and get the error:
./mne_analyze: error while loading shared libraries: libquicktime.so: cannot open shared object file: No such file or directory
Andrew: I installed the libquicktime2 package (sudo apt-get install libquicktime2) but it unfortunately didn't help.
Thanks for your assistance so far.
Peter
system
(system)
November 30, 2013, 9:39am
3
hi Peter,
At the terminal I've entered "export MNE_ROOT=~/mne
$MNE_ROOT/bin/mne_setup_sh
don't the forget the ".' you should type:
. $MNE_ROOT/bin/mne_setup_sh
ie. starting with ". "
let me know if it works
Best,
Alex
system
(system)
November 30, 2013, 9:55am
4
Hi Peter,
Have you tried linking libquicktime to libquicktime2? See
here<http://askubuntu.com/questions/56339/how-to-create-a-soft-or-symbolic-link >
.
Andy
system
(system)
December 1, 2013, 1:47am
5
Hello again Alex and Andrew,
Alex: That didn't work unfortunately.
Andrew: I'm incredibly sorry to ask, but how do I do this? I'm not even sure where libquicktime is kept to be honest.
Peter
system
(system)
December 1, 2013, 8:33pm
6
hi Peter,
do you confirm that you have libquicktime.so in your MNE/lib folder?
here is what I get on my box after configuring MNE:
$ cd $MNE_ROOT
$ ls lib
libgfortran.so.1 libquicktime.so lqt_mjpeg.so
$ echo $LD_LIBRARY_PATH
/cal/homes/gramfort/MNE//lib
what do you see when running
cd $MNE_ROOT
ls lib
echo $LD_LIBRARY_PATH
Alex
system
(system)
December 2, 2013, 12:52am
7
Hi Peter,
I ever encountered the error long time ago.
Alex's email remained me of my solution to the error.
please download the file here
http://kanboxshare.com/link/PnRUMuv6VLzS4LcIPNzSN2hvgjAN4HfJ1Bb6HRek0aLoBzKQzelXg0k7h1pV4az82aA73hXnPemVEEnazN0yzQ7VP9KKuTMoyqdEzJbLysDYkqomHDyXm
,copy it into your $MNE_ROOT/lib
and then run the function.
May it helps.
Best wishes,
2013-12-02
Jupeng Zhang, Ph.D
Associate Professor
Applied Psychology Research Center
Chengdu Medical College
Chengdu, China
email: junpeng.zhang at gmail.com
Mobile: 13708011608
junpeng.zhang
???Alexandre Gramfort <alexandre.gramfort at telecom-paristech.fr >
???2013-12-02 04:33
???Re: [Mne_analysis] mne_analyse error: libquicktime.so. mne_setup_sh run
???"Peter Goodin"<pgoodin at swin.edu.au>
???"mne_analysis at nmr.mgh.harvard.edu"<mne_analysis at nmr.mgh.harvard.edu>
hi Peter,
do you confirm that you have libquicktime.so in your MNE/lib folder?
here is what I get on my box after configuring MNE:
$ cd $MNE_ROOT
$ ls lib
libgfortran.so.1 libquicktime.so lqt_mjpeg.so
$ echo $LD_LIBRARY_PATH
/cal/homes/gramfort/MNE//lib
what do you see when running
cd $MNE_ROOT
ls lib
echo $LD_LIBRARY_PATH
Alex
system
(system)
December 3, 2013, 10:29am
8
Hi all,
Thanks so very much for all your help. Unfortunately the answer was due to error on my part.
From Alex's response of . $MNE_ROOT/bin/mne_setup_sh, I didn't include a space between the . and the variable name...
Thanks once again for all the suggestions and I look forward to using this software.
Peter