According to Tetsuji Rai: While burning my CPU.
>
>
> > Huum, well considering you said you have FreeBSD experiance, you might want
> > to try "strace" to see where its all going wrong,
> > 'strace -o prog.file program'
> > will make a file of all system calls made when starting your program, which
> > might show you where its all going wrong. Take a peek at "prog.file" after
> > running the above command.
>
> Thank you. It worked. I found /usr/local/lib is not referred, and instead,
> a directory designated by the environment variable LD_LIBRARY_PATH
> (rvplayer5.0) was referred. So I erased this environment variable and
> succeeded. Actually, I've got segmentation fault after that, but this is
> another problem :-)
> Thank you very much for your help.
Ah!, well it would seem that "LD_LIBRARY_PATH" overrides my first
suggestion, you could now use 'gdb -c core' on the core file to try to find
out which stack of the program is causing the core dump, as to that telling
you how to solve the segmentation fault it wont, however it might tell you
why the program dumps core.
>
> -Tetsuji Rai
>
>
--
Regards Richard.
[EMAIL PROTECTED]
Merry Xmas to all, and may all your troubles be small (ones).