LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with openoffice 2.0-Getting installed but not opening (https://www.linuxquestions.org/questions/linux-software-2/problem-with-openoffice-2-0-getting-installed-but-not-opening-568044/)

deepugopi 07-10-2007 04:34 AM

Problem with openoffice 2.0-Getting installed but not opening
 
Hi ,
I'm using Red Hat desktop version 4 (64 bit)with update 2 - it contains openooffice 1.
Recently i downloaded openoffice 2.2.i was able to install it successfully - I went to the RPMS folder & performed rpm -Uvh *rpm & then i went into desktop-integration directory & installed the redhat rpm also.
But when i tried to run the program its not responding.From GNOME nothing is showing. In KDE atleast something is trying to open. After 10-15 seconds that too failed.But I'm able to open the old openoffice one.
I tried the openoffice 2(both OO 2.0 & 2.2) by uninstalling version 1.But still it didn't work.
The rpm's inside the openoffice 2 RPMS folder is of i586.Whether that could be the reason?

Please help as soon as possible since i cant open any .odt or .ods file from openoffice 1

Expecting a quick reply
Deepu G.

Lenard 07-10-2007 04:59 AM

Works perfectly fine for me, you did exit out of the GUI Desktop session then back in after installing OpenOffice 2.X via the rpms???

You should verify and (if need be) that you did in fact remove the older version 1 openoffice packages: rpm -e <the version 1 OOo packages here>

$ uname -a
Linux Aspire5100 2.6.20.14 #3 SMP Thu Jun 14 12:41:34 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/*release
Red Hat Enterprise Linux Client release 5 (Tikanga)

$ rpm -qa --qf="%{n}-%{v}-%{r}.%{arch}\n" 'openoffice*' | sort
openoffice.org-calc-2.2.1-9161.i586
openoffice.org-core01-2.2.1-9161.i586
openoffice.org-core02-2.2.1-9161.i586
openoffice.org-core03-2.2.1-9161.i586
openoffice.org-core03u-2.2.1-9161.i586
openoffice.org-core04-2.2.1-9161.i586
openoffice.org-core04u-2.2.1-9161.i586
openoffice.org-core05-2.2.1-9161.i586
openoffice.org-core05u-2.2.1-9161.i586
openoffice.org-core06-2.2.1-9161.i586
openoffice.org-core07-2.2.1-9161.i586
openoffice.org-core08-2.2.1-9161.i586
openoffice.org-core09-2.2.1-9161.i586
openoffice.org-core10-2.2.1-9161.i586
openoffice.org-core-2.0.4-5.5.23.x86_64
openoffice.org-draw-2.2.1-9161.i586
openoffice.org-emailmerge-2.2.1-9161.i586
openoffice.org-graphicfilter-2.2.1-9161.i586
openoffice.org-impress-2.2.1-9161.i586
openoffice.org-javafilter-2.2.1-9161.i586
openoffice.org-kde-integration-2.2.1-9161.i586
openoffice.org-math-2.2.1-9161.i586
openoffice.org-onlineupdate-2.2.1-9161.i586
openoffice.org-pyuno-2.2.1-9161.i586
openoffice.org-redhat-menus-2.2-9153.noarch
openoffice.org-testtool-2.2.1-9161.i586
openoffice.org-writer-2.2.1-9161.i586
openoffice.org-xsltfilter-2.2.1-9161.i586

b0uncer 07-10-2007 05:01 AM

First thing to do when something is not opening is to launch a terminal emulator/console session and start the program from there. Most programs spit their error/other information to stdout which is visible this way - you get to see what's happening.

deepugopi 10-16-2007 04:29 AM

Finally i came to know what was causing this strange thing from the following link

http://www.oooforum.org/forum/viewtopic.phtml?t=64063

I just did the following things & now everything seems fine



cd /opt/openoffice.org2.3/program
vi soffice

Search for the the following line:

java_ld_library_path=`"$sd_prog/javaldx" $BOOTSTRAPVARS`

and replace it with:

java_ld_library_path=""



Hopes this post will help someone like me ....


All times are GMT -5. The time now is 11:48 AM.