On Mon, 2006-03-13 at 21:55 -0700, dennis wrote:
> installed OOo_2.0.2_LinuxIntel_install_wJRE.tar.gz under RedHat 
> Enterprise 4 Linux.
> 
> when I try to run it ...
> 
> [EMAIL PROTECTED] ~]$ which soffice
> /usr/bin/soffice
> [EMAIL PROTECTED] ~]$ /usr/bin/soffice
> /usr/bin/soffice: line 233: 15493 Segmentation fault      
> "$sd_prog/$sd_binary" "$@"
> 
> Help?

You'll need to investigate it further at your end.

/usr/bin/soffice is a script, or a soft link to a script. Open it in a
text editor and go to line 233.

When you run the script, the offending line:
"$sd_prog/$sd_binary" "$@"
should be expanding to:
<somepath>/soffice.bin

You need to find out what <somepath> is and check to see if there is an
soffice.bin executable there, and try to determine if it's corrupt or
not.

If /usr/bin/soffice is a link, see where it's linked to, or if it isn't,
if you run "locate soffice.bin" it should list all known locations
(hopefully only one).

Once you find it, try running soffice.bin directly. It should run.

If it segfaults when you run it directly, try running it via strace:

strace -f <somepath>/soffice.bin

and see where it fails. WARNING: output will be copious. It would be
useful to redirect the output to a file.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to