LinuxQuestions.org
Visit Jeremy's Blog.
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 01-26-2013, 09:40 PM   #1
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Rep: Reputation: 16
SBo libreoffice 3.6.4 errors


I'm trying to use Libreoffice - I installed 3.6.4 from slackbuilds.org. When I run swriter, scalc, or sbase, I get the following errors:

/opt/libreoffice3.6/program/../ure-link/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libproxy.so.1)
Failed to load module: /usr/lib/gio/modules/libgiolibproxy.so

If I run the following two commands in libreoffice3.6/ure/lib, these errors don't show up anymore:
bash-4.2# mv libstdc++.so.6 libstdc++.so.6.orig
bash-4.2# ln -s /usr/lib/libstdc++.so.6 libstdc++.so.6

I guess that's the correct solution? Should that be incorporated into the slackbuild?

Also, when I run sbase, it crashes immediately after creating a new database - no errors on the command line, just a crash. Any hints or suggestions?
 
Old 01-26-2013, 11:19 PM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,670

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
Have you installed glib-networking?
That's the package that contains libgiolibproxy.so
 
Old 01-27-2013, 02:55 PM   #3
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Original Poster
Rep: Reputation: 16
$ ls /var/log/packages/ | grep glib-networking
glib-networking-2.32.3-i486-1

$ ls -l /usr/lib/gio/modules/libg*
-rwxr-xr-x 1 root root 1.1K Aug 9 03:11 /usr/lib/gio/modules/libgiofam.la*
-rwxr-xr-x 1 root root 11K Aug 9 03:11 /usr/lib/gio/modules/libgiofam.so*
-rwxr-xr-x 1 root root 1.2K Jul 19 2012 /usr/lib/gio/modules/libgiognomeproxy.la*
-rwxr-xr-x 1 root root 16K Jul 19 2012 /usr/lib/gio/modules/libgiognomeproxy.so*
-rwxr-xr-x 1 root root 1.2K Jul 19 2012 /usr/lib/gio/modules/libgiognutls.la*
-rwxr-xr-x 1 root root 97K Jul 19 2012 /usr/lib/gio/modules/libgiognutls.so*
-rwxr-xr-x 1 root root 1.2K Jul 19 2012 /usr/lib/gio/modules/libgiolibproxy.la*
-rwxr-xr-x 1 root root 9.1K Jul 19 2012 /usr/lib/gio/modules/libgiolibproxy.so*
-rwxr-xr-x 1 root root 1.3K Jul 24 2012 /usr/lib/gio/modules/libgioremote-volume-monitor.la*
-rwxr-xr-x 1 root root 67K Jul 24 2012 /usr/lib/gio/modules/libgioremote-volume-monitor.so*
-rwxr-xr-x 1 root root 1.3K Jul 19 2012 /usr/lib/gio/modules/libgsettingsgconfbackend.la*
-rwxr-xr-x 1 root root 20K Jul 19 2012 /usr/lib/gio/modules/libgsettingsgconfbackend.so*
-rwxr-xr-x 1 root root 1.2K Jul 24 2012 /usr/lib/gio/modules/libgvfsdbus.la*
-rwxr-xr-x 1 root root 169K Jul 24 2012 /usr/lib/gio/modules/libgvfsdbus.so*
 
Old 01-27-2013, 06:18 PM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,670

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
have you tried to use AlienBOB's package?
http://taper.alienbase.nl/mirrors/pe...s/libreoffice/
 
Old 01-27-2013, 06:37 PM   #5
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
I had the same problem, which was making the GUI in libreoffice look like crap. I found the same solution you did (namely, renaming libstdc++.so.6). All the error messages went away and it seems to work fine now..
 
Old 01-27-2013, 07:21 PM   #6
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Original Poster
Rep: Reputation: 16
Yes, I did try alienBob's package - unfortunately I got an error there as well. I can start trying to troubleshoot that if I have to give up on the SBo package.

D1ver - does sbase work for you with the SBo package? And you are on 14.0, right?
 
Old 01-27-2013, 07:32 PM   #7
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Yep 14.0 64-bit. Installed libreoffice 3.6.4.3 using sbopkg.

Sbase seems to work. I can create a db and enter a few tables without anything crashing. I've never really used this program before so I didn't go much further.

Note I didn't create a symlink in /opt/libreoffice3.6/ure/lib, just renamed libstdc++.so.6.
 
Old 01-27-2013, 07:40 PM   #8
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,670

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
Strange...
I used alienBOB's package and it worked fine on all of my machines
 
Old 01-27-2013, 07:55 PM   #9
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Original Poster
Rep: Reputation: 16
hmm, I'm on SL 32-bit. Doesn't seem to make a difference whether I create the link to /usr/lib or not - either way sbase just dies with no error when I try to create or open a database.
 
Old 01-27-2013, 08:58 PM   #10
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Start it from the command line:

Code:
/usr/bin/lobase
Then when it crashes, you may see exactly what the error is.
 
Old 01-27-2013, 09:39 PM   #11
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Original Poster
Rep: Reputation: 16
Thanks - I've actually been running it from the CLI, and it doesn't show anything when it crashes, unfortunately. It'd be great if there were some option to make it more verbose...
 
Old 01-27-2013, 09:55 PM   #12
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
See if something here can help you:

http://www.cyberciti.biz/tips/linux-core-dumps.html
 
Old 01-28-2013, 09:30 PM   #13
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Original Poster
Rep: Reputation: 16
I tried alien's package again, and the error happened again. This time I realized that it was pointing to something in my local config directory, though, so I deleted that directory. Then I was able to open lobase, and things are looking OK so far.

Thanks for all the responses. Still not sure what was going on with the SBo package, but it looks like I may be OK with the alien package.
 
  


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
Nvidia-driver.SlackBuild from SBo (or: I am a bad and sloppy SBo maintainer) kingbeowulf Slackware 8 08-31-2012 02:41 AM
LXer: Build Your Business Around LibreOffice, LibreOffice Certification Program Announced LXer Syndicated Linux News 0 05-07-2012 12:10 PM
LXer: LibreOffice Tips: Inserting QurĂ¢??an text in LibreOffice Writer LXer Syndicated Linux News 0 04-16-2012 02:50 PM
[SOLVED] Many sbo repository errors rm%rf Slackware 3 09-23-2010 02:56 PM
Opera 10.01 in SBo hitest Slackware 2 11-09-2009 02:14 PM

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

All times are GMT -5. The time now is 12:27 PM.

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