Bug 86031

Summary: /usr/lib/openoffice/program/soffice invokes inexistent binary
Product: [Retired] Red Hat Linux Reporter: guilde.nt
Component: openoffice.orgAssignee: Dan Williams <dcbw>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-27 16:16:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description guilde.nt 2003-03-12 17:50:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212

Description of problem:
If /usr/local/bin/word -> /usr/lib/openoffice/program/soffice, then
at line 122 in soffice the programme /usr/lib/openoffice/program/word.bin is
invoked instead of soffice.bin.
  The fix is simple : replace $0 with $sd_script on that line :

cd ..
sd_binary=`basename "$sd_script"`".bin" # was $0
sd_inst="`pwd`"

Version-Release number of selected component (if applicable):
openoffice-1.0.1-8

How reproducible:
Always

Steps to Reproduce:
1.ln -s /usr/lib/openoffice/program/soffice /usr/local/bin/word
2./usr/local/bin/word
3.
    

Actual Results:  /usr/local/bin/word: line 260:
/usr/lib/openoffice/program/word.bin: No such file or directory
/usr/local/bin/word: line 260: exec: /usr/lib/openoffice/program/word.bin:
cannot execute: No such file or directory


Additional info:

Comment 1 Dan Williams 2004-02-27 16:16:23 UTC
Please try current OOo 1.1.0, and reopen if problem still occurs