if (! $?PERL5LIB) thenif ( -e $MINC_LIB_DIR/../System/Library/Perl/5.8.6 ) then# Max OS X Tiger default:setenv PERL5LIB "$MINC_LIB_DIR/../System/Library/Perl/5.8.6"else if ( -e $MINC_LIB_DIR/../System/Library/Perl/5.8.1 ) then# Max OS X Panther default:setenv PERL5LIB "$MINC_LIB_DIR/../System/Library/Perl/5.8.1"else if ( -e $MINC_LIB_DIR/perl5/5.8.5) then# Linux default:setenv PERL5LIB "$MINC_LIB_DIR/perl5/5.8.5"else if ( -e $MINC_LIB_DIR/perl5/site_perl/5.8.3) then# Linux default:setenv PERL5LIB "$MINC_LIB_DIR/perl5/site_perl/5.8.3"endifendif
Russ,Hi, I'm wondering if you could provide more details on the failure thatyou encountered. Did an MNI utility, such as nu_correct, fail to run andcomplain about not finding MNI/Startup ? This is a typical failure ifperl cannot find the MNI perl files.Do you get the failure even after executing the statement:source /Users/Shared/freesurfer/SetUpFreeSurfer.cshThis script will setup PERL5LIB to point to the MNI tools, which shouldenable them to work.We are in the midst of preparing a new official release of Freesurfer tobe released in about two weeks, and so your input is appreciated. The MacTiger version available now was prepared for a recent Freesurfer course,and could use some improvements in terms of making it a bullet-proofinstall on the Mac. I will consider moving the MNI toolkit to/System/Library/Perl/5.8.6 so as it does not require having to source theSetUpFreeSurfer.csh file to setup a special PERL5LIB path. Also, thecurrent install path (/Users/Shared/freesurfer) is likely to change tosomething more reasonable.Do you have any other suggestions or comments?Thanks,Nickhi folks - I wanted to let you know that the tiger snapshot installerfor mac doesn't properly install the perl libraries needed for someof the MNI tools. I was able to get things to work by copying therelevant files into /System/Library/Perl/5.8.6, but I assume that youwant the installer to do this automagically.cheersruss---Russell A. Poldrack, Ph.d.Assistant ProfessorUCLA Department of PsychologyFranz Hall, Box 951563Los Angeles, CA 90095-1563phone: 310-794-1224fax: 310-206-5895email: poldrack@ucla.eduweb: www.poldracklab.org_______________________________________________Freesurfer mailing list
---
Russell A. Poldrack, Ph.d.
Assistant Professor
UCLA Department of Psychology
Franz Hall, Box 951563
Los Angeles, CA 90095-1563
phone: 310-794-1224
fax: 310-206-5895
email: poldrack@ucla.edu
web: www.poldracklab.org