LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-19-2007, 02:45 AM   #1
davidguygc
Member
 
Registered: Jul 2004
Location: Lubbock, Texas
Distribution: Slackware 12.0 with Beryl 0.2.1
Posts: 334

Rep: Reputation: 30
Need help installing OpenOffice


Sorry if this is the wrong place to be, but I figured, I need help with OpenOffice w/ Slackware, so I'll go to a Slackware forum.

Anyway, I unpacked "openoffice.org-2.0.3-i586-1kjz", and I put the folders where they should have manually (I couldn't get that script to work). Whenever I try to open one of the programs now, it will be down in the taskbar, saying that it is loading, but then just stops.

What am I doing wrong? Also, if I were to want to uninstall this stuff, how can I? There are so many random folders, I couldn't find them all again.

Thanks,
David
 
Old 03-19-2007, 03:15 AM   #2
props666999
Member
 
Registered: Oct 2003
Location: Greece
Posts: 260

Rep: Reputation: 30
Hi davidguygc

did you download the Slackware package for OpenOffice (ends in .tgz). If yes you can install it by typing the command (as root) installpkg packagename

regards
 
Old 03-19-2007, 08:09 AM   #3
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Oh, the fastest, easiest installation (and upgrades, too!) is to be found at Robby Workman's Slackware Packages at http://rlworkman.net/pkgs.

As with all Slackware packages you do "installpkg <pkg>.tgz" and, when an upgrade comes along, "upgradepkg <pkg>.tgz."

After you've installed Robby's package, you can look in /opt/openoffice.org2.x for the directories and files that are installed to help you find any that you'll need to remove from your previous effort.

Best of luck!
 
Old 03-19-2007, 09:38 AM   #4
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
tronayne: Thanks for the recommendation!

davidguygc: Regardless of whose package you decide to use, the proper way to install it is with the installpkg(8) command. If you're going to use my package, and you want to be sure that any remnants of the early tries are gone, do this:
installpkg openoffice.org-2.0.3-i586-1kjz
removepkg openoffice.org
installpkg openoffice.org-2.1.0-586-1_rlw.tgz

You mentioned that you had extracted everything manually before, so if you have a directory named /install, you can remove it.

--RW
 
Old 03-19-2007, 10:01 AM   #5
the-yikes
Member
 
Registered: Jan 2007
Posts: 151

Rep: Reputation: 30
Hi Davidguygc,
do me a favour open a console window and type in "openoffice.org-2.0" without the inverted comma's. The reason i'm asking you to do this is it sounds like openoffice is either missing some files needed to run or it cannot locate them. Copy and paste the results in the konsole window and post them here.

Have fun, you loose nothing by trying but you will gain understanding!

Cheers
The Yikes
 
Old 03-19-2007, 10:07 AM   #6
the-yikes
Member
 
Registered: Jan 2007
Posts: 151

Rep: Reputation: 30
Oh by the way tronayne, excellent link and robw810, fantastic site well layed out easy to navigate and highly informative, keep up the outstanding work!
Oh! p.s your dogs look adorable! cool pics!
p.p.s Congrat's on you future arrival, kids are amazing i have a 4 year old son who LOVES slackware

Last edited by the-yikes; 03-19-2007 at 10:12 AM.
 
Old 03-19-2007, 11:41 AM   #7
davidguygc
Member
 
Registered: Jul 2004
Location: Lubbock, Texas
Distribution: Slackware 12.0 with Beryl 0.2.1
Posts: 334

Original Poster
Rep: Reputation: 30
This is what typing "openoffice.org-2.0" did:

Code:
bash-3.1# openoffice.org-2.0
/opt/openoffice.org2.0/program/javaldx: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory
/opt/openoffice.org2.0/program/soffice.bin: error while loading shared libraries: libvcl680li.so: cannot open shared object file: No such file or directory
 
Old 03-19-2007, 11:52 AM   #8
davidguygc
Member
 
Registered: Jul 2004
Location: Lubbock, Texas
Distribution: Slackware 12.0 with Beryl 0.2.1
Posts: 334

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by robw810
davidguygc: Regardless of whose package you decide to use, the proper way to install it is with the installpkg(8) command. If you're going to use my package, and you want to be sure that any remnants of the early tries are gone, do this:
installpkg openoffice.org-2.0.3-i586-1kjz
removepkg openoffice.org
installpkg openoffice.org-2.1.0-586-1_rlw.tgz
That did the trick! For future reference, what are tell-tale signs that I need to use installpkg? the *.tgz extension? Or is that like a zip file?

BTW, I'm a lot less nooby than I started out lol.

Thanks for everyone's input!
-David
 
Old 03-19-2007, 12:10 PM   #9
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,645

Rep: Reputation: 146Reputation: 146
A tgz file IS a tar.gz file (like a zip file, yes). If you type "less <pkgname>" (it shows the package content) you should see a folder named "install" inside and usually two files "slack-desc" and maybe also "doinst.sh" in it. If you see those it should be ok to use installpkg.
Some source packages have a tgz extension too but don't contain this folder and files -- on those you cannot use installpkg to install them.

EDIT: fixed typo

Last edited by titopoquito; 03-19-2007 at 12:11 PM.
 
Old 03-19-2007, 12:15 PM   #10
davidguygc
Member
 
Registered: Jul 2004
Location: Lubbock, Texas
Distribution: Slackware 12.0 with Beryl 0.2.1
Posts: 334

Original Poster
Rep: Reputation: 30
Ok, thanks a lot for the info, I'll remember it.
 
Old 03-19-2007, 02:57 PM   #11
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by the-yikes
robw810, fantastic site well layed out easy to navigate and highly informative, keep up the outstanding work!
Oh! p.s your dogs look adorable! cool pics!
p.p.s Congrat's on you future arrival, kids are amazing i have a 4 year old son who LOVES slackware
Thanks for the kind words - feedback is always good to hear

RW
 
Old 03-19-2007, 03:39 PM   #12
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I believe there is another thread like this one:
http://www.linuxquestions.org/questi...all+openoffice
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing OpenOffice binarybob0001 Linux - Software 7 04-20-2007 08:07 AM
Installing OpenOffice in MEPISLite darrelljon Linux - Newbie 1 03-14-2007 07:56 AM
Installing openoffice in suse 10.2 kantor_98 Linux - Software 10 02-19-2007 04:25 AM
OpenOffice help- installing new version linuxnewguyT55 Red Hat 4 11-11-2003 11:38 AM
OpenOffice installing Waldi Slackware 1 04-02-2003 05:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration