Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
12-17-2004, 11:29 AM
|
#1
|
Member
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438
Rep:
|
OpenOffice 2 preview runs on Slack
If you're interested:
(1) Go to http://download.openoffice.org/680/index.html and choose a mirror.
(2) DL a snapshot for Linux.
(3) Unpack the tarball somewhere. You'll get a bunch of rpm files.
(4) Use rpm2tgz to convert the rpms to Slackware packages.
(5) Use installpkg to install the tgz packages. You probably don't need all the files, but I installed everything except the distro-specific menu packages (e.g., for Suse and Redhat). The program self-installed at /opt/openoffice.org1.9.xxx.
(6) Launch the program as ordinary user from /opt/openoffice.org1.9.xxx/program/soffice. (Or .../swriter, .../scalc, .../simpress, etc.)
This worked well on my Slack Current system. I haven't noticed any interference with my existing OpenOffice 1.1.3 installation.
NOTE: (added 22july05) I've since installed many of the snapshots and previews, up through 1.9.120. The simplified procedure above works fine for the current snapshots.
Last edited by dhave; 07-22-2005 at 02:20 PM.
|
|
|
12-17-2004, 01:20 PM
|
#2
|
Member
Registered: Mar 2004
Location: Valhalla
Distribution: Slackware-current, kernel 2.6.31
Posts: 284
Rep:
|
Thanks, I'll try this. Using rpm packages converted to tgz archives very often brings to me unsolved dependancies. I will probably try this for the fun, but I'm afraid that it will fail. Do you know if it comes with the libraries it requires or will I have to solve dependacy problems? I don't have all of the libraries foer Slack installed.
|
|
|
12-17-2004, 01:23 PM
|
#3
|
Member
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438
Original Poster
Rep:
|
Quote:
Originally posted by iZvi
Using rpm packages converted to tgz archives very often brings to me unsolved dependancies. I will probably try this for the fun, but I'm afraid that it will fail. Do you know if it comes with the libraries it requires or will I have to solve dependacy problems? I don't have all of the libraries foer Slack installed.
|
I didn't have any dependency problems, but that may not be the case for others. It could help that I already have OO1.13 installed.
|
|
|
12-17-2004, 01:34 PM
|
#4
|
Member
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438
Original Poster
Rep:
|
iZvi, to better answer question:
I see a bunch of libraries in the /program subdirectory that OO installed, so I think you'll probably be O.K.
|
|
|
12-19-2004, 04:55 PM
|
#5
|
Member
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438
Original Poster
Rep:
|
If you're interested, here's someone's review of the OO v.2 preview: http://www.theinquirer.net/?article=20293 .
|
|
|
12-19-2004, 05:45 PM
|
#6
|
Senior Member
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140
|
|
|
|
02-17-2005, 12:24 PM
|
#7
|
Senior Member
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839
|
Unfortunately, I can't get 1.9.77 running that way.
(7) # /opt/openoffice.org1.9.65/program/configimport --spool
tells me that there is no spool directory found.
Trying to run OOo, nevertheless, gives me this:
gargamel@host:~$ /opt/openoffice.org1.9.77/program/soffice
*** glibc detected *** free(): invalid pointer: 0x413e4c94 ***
/opt/openoffice.org1.9.77/program/soffice: line 235: 11019 Abgebrochen "$sd_prog/$sd_binary" "$@"
Any idea, what's wrong? I am on Slack 10.1, and have the same difficulty with OOo 1.1.4. In 10.0 it worked.
gargamel
|
|
|
02-28-2005, 03:55 PM
|
#8
|
Member
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438
Original Poster
Rep:
|
I slightly edited the instructions in the initial post to work with OpenOffice 2 beta candidate, which was just released. The filename is OOo_2.0bc_LinuxIntel_install.tar.gz and is available at http://download.openoffice.org/680/index.html .
|
|
|
03-05-2005, 11:23 AM
|
#9
|
Member
Registered: Feb 2005
Location: Denver, CO
Distribution: Slack 12, tweaked just so (though I'm also a fan of Ubuntu)
Posts: 198
Rep:
|
I've just downloaed the Beta from OO.o (OOo_2.0beta_LinuxIntel_install.tar.gz), and while it's still a whole pile of RPMs, when I run rpm2tgz on them, I get a whole bunch of empty packages. Anyone else run into this problem?
|
|
|
03-05-2005, 12:27 PM
|
#10
|
Senior Member
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288
Rep:
|
i managed to install it with no problems.
put the rpms into a folder and
rpm2tgz *
pkgtool > current
and then just go to /opt/openoffice/programs/soffice
I have to admit its a beauty.. a big improvement over 1.3
|
|
|
03-05-2005, 12:37 PM
|
#11
|
Member
Registered: Feb 2005
Location: Denver, CO
Distribution: Slack 12, tweaked just so (though I'm also a fan of Ubuntu)
Posts: 198
Rep:
|
Quote:
Originally posted by xushi
put the rpms into a folder and
rpm2tgz *
pkgtool > current
|
I unpacked the RPMS, they all look good, plenty large enough to look legit, but the results of running rpm2tgz give me a bunch of files that look like this in pkgtool:
Code:
Package Name: ==>openofficeorg-calc-1.9.79-1.i586<==
Size: Compressed: 0 K, uncompressed: 10 K.
It's like that for every single package.
Am I using a bogus version of rpm2tgz, maybe? It's the stock version from Slack 10.1
|
|
|
03-05-2005, 02:31 PM
|
#12
|
Member
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438
Original Poster
Rep:
|
cavalier, I can't figure out what's going wrong for you. I did a google groups search and did find a couple of posts about empty tgz files being produced by rpm2tgz. Unfortunately, there was no resolution mentioned.
The tgz files rpm2tgz produced for me are very similar in size to the rpms. I cd'd to the RPMS directory that was created when I unpacked the big OOo2 beta tar.gz file. Then I changed the extension of the distro-specific rpms that I didn't want to convert. Then, as user, I did "rpm2tgz *.rpm". It takes a couple of minutes, but it worked fine.
I'd be happy to upload my OOo2 beta tgz files if somebody knows of a host that can accept them. (This assumes that the OOo license permits this; I'm not sure, but I assume it does.)
|
|
|
03-05-2005, 03:47 PM
|
#13
|
Member
Registered: Feb 2005
Location: Denver, CO
Distribution: Slack 12, tweaked just so (though I'm also a fan of Ubuntu)
Posts: 198
Rep:
|
Quote:
Originally posted by clawhead
I'd be happy to upload my OOo2 beta tgz files if somebody knows of a host that can accept them.
|
clawhead, I've got my own domain/hosted space. My bandwidth limitations won't let me share them with the world at large, but if you wanted to upload them for me, I'd sure appreciate it. Email me at ==>removed<== and I'll give you the site, userid and password.
UPDATE: Thanks to clawhead, this is no longer a problem. Still not sure why rpm2tgz is such a flop on my machine, but I'm past that with my OO install.
Last edited by cavalier; 03-05-2005 at 07:20 PM.
|
|
|
03-06-2005, 12:17 AM
|
#14
|
Member
Registered: Jan 2004
Location: Tacoma, WA
Distribution: Slackware 14
Posts: 265
Rep:
|
I followed the instructions posted by clawhead, with the exception I used pkgtool to install the tgz files with; and omitted the
# /opt/openoffice.org1.9.xx/program/configimport --spool
# /opt/openoffice.org1.9.xx/program/update-mime-data "openoffice1.9
steps.
So far it has worked and I do not have a prevous version of OO installed.
Thanks for taking the time to post those instructions.
-J
|
|
|
03-06-2005, 01:57 AM
|
#15
|
Member
Registered: Feb 2005
Distribution: Slackware
Posts: 52
Rep:
|
Thx for the guide clawhead. I have OO 2 working just fine now.
|
|
|
All times are GMT -5. The time now is 01:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|