Print

Print


Hi,

It sounds like the binary you installed is not happy with your system.
Do other command line programs work?  For example, bet.

If not, then you'll need to download a different binary version or  
compile
it from source.

If other command line utilities work but the tcl/tk GUIs do not
start, then try setting the variables FSLTCLSH and FSLWISH
to point to the native versions of these on your system.

All the best,
	Mark



On 16 Nov 2006, at 17:51, Joongnam Yang wrote:

> Hi all,
>
> I installed New version of FSL on a SUSE machine and tried to run it.
> I got the following error messages (the environment variables are  
> listed
> below after the error message).
>
> Error in startup script: couldn't load file
> "/usr/local/freesurfer/lib/tcltktixblt/lib/libtix8.1.8.4.so":
> /usr/local/freesurfer/lib/tcltktixblt/lib/libtix8.1.8.4.so: wrong  
> ELF class:
> ELFCLASS64
>     while executing
> "load /usr/local/freesurfer/lib/tcltktixblt/lib/libtix8.1.8.4.so Tix"
>     ("package ifneeded" script)
>     invoked from within
> "package require Tix"
>     invoked from within
> "if { [ info exists env(TCLTKSHELL) ] &&  $env(TCLTKSHELL) ==  
> "wish" } {
>     package require Tk
>     package require Tix
>     tix configure -scheme TixGr..."
>     (file "/usr/local/fsl/tcl/fslstart.tcl" line 3)
>     invoked from within
> "source [ file dirname [ info script ] ]/fslstart.tcl"
>     (file "/usr/local/fsl/tcl/fsl.tcl" line 71)
>     invoked from within
> "source ${FSLDIR}/tcl/${origname}.tcl"
>     (file "/usr/local/fsl/bin/fsl" line 21)
>
> (the environment variables are the following,
> FSL_BIN=/usr/local/fsl/bin
> FSLMULTIFILEQUIT=TRUE
> FSLGNUPLOT=/usr/local/fsl/bin/gnuplot
> FSLMACHTYPE=x86_64-suse-linux-gcc4.1.0
> FSLTCLSH=/usr/local/fsl/bin/tclsh
> FSLMACHINELIST=
> FSLREMOTECALL=
> FSLCONFDIR=/usr/local/fsl/etc/fslconf
> FSLWISH=/usr/local/fsl/bin/wish
> FSLBROWSER=/usr/local/fsl/tcl/fslwebbrowser
> FSLDISPLAY=/usr/local/fsl/bin/display
> FSLCONVERT=/usr/local/fsl/bin/convert
> FSLDIR=/usr/local/fsl
> FSLLOCKDIR=
> FSLOUTPUTTYPE=NIFTI_GZ
> FSL_DIR=/usr/local/fsl
>
> Would someone suggest a solution?
>
> Nam.