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.
|
|
10-15-2005, 10:00 PM
|
#1
|
Member
Registered: Jun 2004
Distribution: Slackware
Posts: 241
Rep:
|
missing file for OpenOffice.org 2.0
I've been trying out the OOo 2.0 betas and release candidates by converting all of the RPMs (minus the desktop-integration packages) into one large slackware .tgz package. All of the packages after 1.9.125 (beta2) give me this error:
Code:
$ /opt/openoffice.org2.0/program/soffice
/opt/openoffice.org2.0/program/soffice.bin: error while loading shared libraries: libvcl680li.so: cannot open shared object file: No such file or directory
The file libvcl680li.so appears in 1.9.125 but isn't anywhere to be found in later versions, so I'm stuck using this version. Does anyone else have this problem?
|
|
|
10-15-2005, 11:07 PM
|
#2
|
Member
Registered: Mar 2005
Posts: 74
Rep:
|
I made a slackware package out of the openoffice2.0RC1 and it work ok
|
|
|
10-16-2005, 12:32 AM
|
#3
|
Member
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796
Rep:
|
i wasn't aware that OOo did RPMs
last time i checked it was either their installer or the source
what's wrong with stable?
|
|
|
10-16-2005, 12:56 AM
|
#4
|
Member
Registered: Jun 2004
Distribution: Slackware
Posts: 241
Original Poster
Rep:
|
Quote:
i wasn't aware that OOo did RPMs
last time i checked it was either their installer or the source
|
They have a zipped set of RPMs here for version 2.0: http://download.openoffice.org/2.0.0rc/index.html
I run rpm2tgz on the RPMs, then explodepkg and makepkg to create one superpackage.
Quote:
what's wrong with stable?
|
2.0 is looking much better than 1.x. I'm looking for bugs to report so I'd like to try the latest version. The thing is, I can't find anybody else having this exact problem, so I'm not sure if it's a problem with OOo, with converting the RPMs, or if I have a bad configuration.
|
|
|
10-16-2005, 01:55 AM
|
#5
|
Member
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796
Rep:
|
compile it from source then
|
|
|
10-16-2005, 10:01 AM
|
#6
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
|
I've had no problem using rpm2tgz on the RPM files (I didn't make one huge tgz though) and then using installpkg to install them.
|
|
|
10-18-2005, 11:03 PM
|
#7
|
Member
Registered: Jun 2004
Distribution: Slackware
Posts: 241
Original Poster
Rep:
|
Update: I just tried 2.0rc3, still no luck.
First it can't find the file "libvcl680li.so" so I symlink it to the one provided with 1.9.125. Now it complains about missing "libutl680li.so" and I do the same thing, then again for "libtl680li.so" and "libtk680li.so". Here's when I get a different error:
Quote:
$ /opt/openoffice.org2.0/program/soffice
no suitable windowing system found, exiting.
|
The missing files don't appear in any of the packages after running rpm2tgz.
|
|
|
10-19-2005, 12:24 AM
|
#8
|
Member
Registered: Jun 2004
Distribution: Slackware
Posts: 241
Original Poster
Rep:
|
Problem solved!
I had this line in /etc/fstab so that /tmp would be mounted in RAM. I guess rpm2tgz uses /tmp and it ran out of space when converting the packages without giving any error messages, leaving me a few files short.
Code:
tmpfs /tmp tmpfs size=100m,mode=1777 0 0
|
|
|
10-21-2005, 03:25 AM
|
#9
|
Member
Registered: Jul 2003
Location: Israel
Distribution: slackware current kernel 2.6.9
Posts: 70
Rep:
|
I should do only rpm2tgz and install it with installpkg and that' it? I i've installed a beta version once and I remember some more things should be done...
maybe mime-update or something similar...
|
|
|
10-21-2005, 04:54 AM
|
#10
|
Member
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879
Rep:
|
I did it with rpm2tgz, but I did not install everything. I do not want to install Java (my box is a free one), and Writer, Calc, Draw and Impress work brilliantly without it.
|
|
|
09-01-2006, 11:01 AM
|
#11
|
LQ Newbie
Registered: Sep 2006
Posts: 2
Rep:
|
i can start openoffice in xwindow in slackware10.2,but
i can start openoffice in xwindow in slackware10.2,but i cant execute 'soffice' in linux comand line,it said"display error",why
|
|
|
09-01-2006, 11:56 AM
|
#12
|
Member
Registered: May 2006
Location: Netherlands
Distribution: Slackware64
Posts: 66
Rep:
|
The problem is probably because soffice (and other commands like swriter etc)
is not in your PATH.
try following from command line:
/opt/openoffice.org2.0/program/soffice
does it work?
After I installed Open Office 2.0.3,
i had to add location of OpenOffice executables/scripts to my path.
So i just added one line to my ~/.profile:
PATH=$PATH:/opt/openoffice.org2.0/program
Now, if i do:
echo $PATH
I get:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:
/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/qt/bin:
/usr/share/texmf/bin:.:/work/debin:/work/bin:/opt/openoffice.org2.0/program.
And swriter, and soffice and all other things work.
Last edited by akus; 09-01-2006 at 12:03 PM.
|
|
|
09-01-2006, 12:01 PM
|
#13
|
Member
Registered: May 2006
Location: Netherlands
Distribution: Slackware64
Posts: 66
Rep:
|
Didn't notice at first that you said there was something about display error.
Post error message, please.
(sometimes the problem "unable to open graphical display" is because you do it as root and not as user.)
Last edited by akus; 09-01-2006 at 12:04 PM.
|
|
|
All times are GMT -5. The time now is 12:22 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
|
|