To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47389
------- Additional comments from [EMAIL PROTECTED] Thu Apr 14 02:52:18 -0700
2005 -------
The problem is in the PATH variable which is used during
RPM package installation. RPM's PATH variable contains:
/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
But the 'normal' PATH in the console contains:
/home/robert/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin
AFAIK which is looking in the PATH, so, the which in the
console will find the 'update-desktop-database', but which
triggered from the RPM is not able to find it because of
different PATH
The PATH (for the console) is enhanced with this part
of the /etc/profile:
for dir in /var/lib/dosemu \
/usr/games \
/opt/bin \
/opt/gnome/bin \
/opt/kde3/bin \
/opt/kde2/bin \
/opt/kde/bin \
/usr/openwin/bin \
/opt/cross/bin
do
test -d $dir && PATH=$PATH:$dir
done
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]