Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th June 2012, 06:16 PM
Nikhil Parmar Offline
Registered User
 
Join Date: Nov 2011
Location: India
Posts: 69
unknownopera
Unable to start the installed LibreOffice 3.5

Hello friends,
I recently installed libreoffice from the .tar file. It installaled correclty but when i click on any of the application of libreoffice(LibreOffice Writer), it doesnt start. Sometimes it shows that JavaRuntime Required.

I read the same thing in the Readme File in the libreoffice .tar file. After installing libre office Now i installed Java too but still it Doesnt start.

Help me, in correcting this problem. OR mention the command to UNINSTALL the existing LibreOffice so that i reinstall it.

Thank You.
Reply With Quote
  #2  
Old 26th June 2012, 09:40 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,611
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

Libreoffice is in the fedora repository (latest version, I believe) and should be in the default install already. Even if not, you can install using yum.

Anyway, just to make sure you have java, what is the output of the following command?
Code:
rpm -qa | grep -i java
Do you have openjdk or Oracle java?
Reply With Quote
  #3  
Old 27th June 2012, 05:25 AM
Nikhil Parmar Offline
Registered User
 
Join Date: Nov 2011
Location: India
Posts: 69
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

Quote:
Originally Posted by nonamedotc View Post
Libreoffice is in the fedora repository (latest version, I believe) and should be in the default install already. Even if not, you can install using yum.

Anyway, just to make sure you have java, what is the output of the following command?
Code:
rpm -qa | grep -i java
Do you have openjdk or Oracle java?
Sorry for late reply:
My output is :

java-1.7.0-openjdk-src-1.7.0.3-2.2.1.fc17.8.x86_64
libobasis3.5-javafilter-3.5.4-2.x86_64
java-1.7.0-openjdk-1.7.0.3-2.2.1.fc17.8.x86_64
java-1.7.0-openjdk-javadoc-1.7.0.3-2.2.1.fc17.8.noarch
libobasis3.5-extension-javascript-script-provider-3.5.4-2.x86_64
tzdata-java-2012c-1.fc17.noarch
java-1.7.0-openjdk-devel-1.7.0.3-2.2.1.fc17.8.x86_64
java-1.7.0-openjdk-demo-1.7.0.3-2.2.1.fc17.8.x86_64
Reply With Quote
  #4  
Old 27th June 2012, 07:26 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,611
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

It does look like you have java installed.

Code:
 yum list libreoffice*
and from the list, you can choose and install using ..

Code:
yum install libreoffice-package
I mention this mainly because you had mentioned that you used the tarballs. While I have done that before in SL 6.2 and have not had any problems, this might actually get you a working office package ....
Reply With Quote
  #5  
Old 28th June 2012, 10:37 AM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,717
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

What's the error message when you try to start libreoffice from a terminal window?

Apparantly Fedora 16 only has libreoffice 3.4.5.2
Reply With Quote
  #6  
Old 28th June 2012, 05:45 PM
Nikhil Parmar Offline
Registered User
 
Join Date: Nov 2011
Location: India
Posts: 69
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

Sorry guys still stuck. Gets following error when executing "libreoffice3.5" command, and i m using Fedora 17
$libreoffice3.5
/opt/libreoffice3.5/program/soffice.bin: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
Reply With Quote
  #7  
Old 28th June 2012, 06:01 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,611
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

Code:
yum provides libpng12.so.0
Loaded plugins: langpacks, presto, refresh-packagekit
2:libpng-compat-1.5.10-1.fc17.i686 : Temporary backwards-compatibility copy of old libpng
Repo        : fedora
Matched from:
Provides    : libpng12.so.0
Install this package and try starting it again.
Reply With Quote
  #8  
Old 2nd July 2012, 01:21 PM
Nikhil Parmar Offline
Registered User
 
Join Date: Nov 2011
Location: India
Posts: 69
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

Sorry again for the late rep. installed the thing as

"yum install 2:libpng-compat-1.5.10-1.fc17.i686 "

But still no help.

I again fire "libreoffice3.5" command in the terminal but again same old msg:

"/opt/libreoffice3.5/program/soffice.bin: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory"
Reply With Quote
  #9  
Old 2nd July 2012, 01:32 PM
Colors Offline
Registered User
 
Join Date: Dec 2011
Location: Urziceni, Romania
Posts: 102
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

You have libreoffice installed from a tar archive and the packet which generated the error with yum. Why not install libreoffice with yum?
Reply With Quote
  #10  
Old 2nd July 2012, 01:43 PM
Nikhil Parmar Offline
Registered User
 
Join Date: Nov 2011
Location: India
Posts: 69
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

actually i downloaded the .tar file from the site then extracted it. install it with some
"yum" command.
Reply With Quote
  #11  
Old 2nd July 2012, 02:08 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,611
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

Quote:
Originally Posted by Nikhil Parmar View Post
Sorry again for the late rep. installed the thing as

"yum install 2:libpng-compat-1.5.10-1.fc17.i686 "

But still no help.

I again fire "libreoffice3.5" command in the terminal but again same old msg:

"/opt/libreoffice3.5/program/soffice.bin: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory"
Try ldconfig in a terminal and try open it again.

Quote:
Originally Posted by Colors View Post
You have libreoffice installed from a tar archive and the packet which generated the error with yum. Why not install libreoffice with yum?
Because the OP is trying to install libreoffice 3.5 which is not in F16 repos as far as I can tell. I asked the same question before without noticing the '3.5'.
Reply With Quote
  #12  
Old 2nd July 2012, 03:49 PM
Colors Offline
Registered User
 
Join Date: Dec 2011
Location: Urziceni, Romania
Posts: 102
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

He is using F17 and the current version of LibreOffice is 3.5.4.2. Maybe it was a misunderstanding.
Reply With Quote
  #13  
Old 2nd July 2012, 03:52 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,611
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

Apologies! That is the case! I have suggested installing using yum in the post #4 myself!
Reply With Quote
  #14  
Old 2nd July 2012, 04:08 PM
Colors Offline
Registered User
 
Join Date: Dec 2011
Location: Urziceni, Romania
Posts: 102
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

I saw, that is why i asked too.

---------- Post added at 06:08 PM ---------- Previous post was at 06:01 PM ----------

But anyway this command not worked for me:

$ libreoffice3.5

maybe would be enough

$ libreoffice
Reply With Quote
  #15  
Old 6th July 2012, 04:18 PM
Nikhil Parmar Offline
Registered User
 
Join Date: Nov 2011
Location: India
Posts: 69
linuxfirefox
Re: Unable to start the installed LibreOffice 3.5

i just ran the command "ldconfig", but what to do next ??
I am not a linux expert pls help !! I desperatly want my system to have a Office Suite.
Why is this problem occuring, i have never faced such problems in F14, or should i try installing using PackagetKit i.e with working Internet Connection.

Guy pls help.

Yaa and one more thing I ran both the commands "libreoffice" and "libreoffice3.5". No help :-(
Reply With Quote
Reply

Tags
installed, libreoffice, start, unable

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed F15 unable to update nickstonefan Installation and Live Media 3 29th September 2011 10:02 AM
LibreOffice 3.4 doesn't start in Fedora 15 sophiemcd Using Fedora 1 27th July 2011 12:42 PM
Fedora 12 kernel seems unable to use installed hd louiq Installation and Live Media 4 25th January 2010 05:22 PM
(yum)Unable to verify, public key for ... not installed leonard Using Fedora 3 13th October 2007 04:48 PM
Installed FC4... now unable to boot (HELP) akachrani EOL (End Of Life) Versions 3 9th July 2005 11:38 PM


Current GMT-time: 04:55 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat