How did you go about upgrading? The latest rpm on the Main Updates
repository is 2.2.1.
If you downloaded and installed from the open office site, the
command names such as oowriter, that Mandriva uses, will no
longer work.
Open Office would have been installed (by default), in /opt/openoffice.org2.3/
with two files created in /usr/bin/
$ ll /usr/bin/openo*
-rwxr-xr-x 1 root root 59 2007-08-30 13:47 /usr/bin/openoffice.org2.3*
-rwxr-xr-x 1 root root 56 2007-08-30 13:47 /usr/bin/openoffice.org2.3-printeradmin*
cat /usr/bin/openoffice.org2.3
#!/bin/sh
exec /etc/openoffice.org2.3/program/soffice "$@"
$ cat /usr/bin/openoffice.org2.3-printeradmin
#!/bin/sh
exec /etc/openoffice.org2.3/program/spadmin
Try running "openoffice.org2.3", from the command line. IF that
works, you'll have to update the menu entries, to point to the
new program.
Thanks
Inzalo