Hi,
I am using openSUSE 11.0. I compiled and installed a software (called NCAR Command Language) in /usr/local and set up the paths as necessary. But when i run one of the executables, called 'ctrans', of the software, i get errors like this:

$: ctrans -d X11 cpex08.ncgm
ctrans: FATAL - open(/usr/local/ncarg_5.0.0/lib/ncarg/graphcaps/^Yο,O_RDONLY)
ctrans: FATAL - Can't initialize device(/usr/local/ncarg_5.0.0/lib/ncarg/graphcaps/^Yο) [ open(/usr/local/ncarg_5.0.0/lib/ncarg/graphcaps/^Yο,O_RDONLY) ]

Here's another example:

$: ctrans -d X11 agex08.ncgm
ctrans: FATAL - open(/usr/local/ncarg_5.0.0/lib/ncarg/graphcaps/^���,O_RDONLY)
ctrans: FATAL - Can't initialize device(/usr/local/ncarg_5.0.0/lib/ncarg/graphcaps/^���) [ open(/usr/local/ncarg_5.0.0/lib/ncarg/graphcaps/^���,O_RDONLY) ]

The *.ncgm files are metafiles. I don't get what these errors mean. Please give some suggestions.

Thanks!