LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   SBo libreoffice 3.6.4 errors (https://www.linuxquestions.org/questions/slackware-14/sbo-libreoffice-3-6-4-errors-4175447375/)

tuubaaku 01-26-2013 09:40 PM

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?

willysr 01-26-2013 11:19 PM

Have you installed glib-networking?
That's the package that contains libgiolibproxy.so

tuubaaku 01-27-2013 02:55 PM

$ 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*

willysr 01-27-2013 06:18 PM

have you tried to use AlienBOB's package?
http://taper.alienbase.nl/mirrors/pe...s/libreoffice/

D1ver 01-27-2013 06:37 PM

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..

tuubaaku 01-27-2013 07:21 PM

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?

D1ver 01-27-2013 07:32 PM

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.

willysr 01-27-2013 07:40 PM

Strange...
I used alienBOB's package and it worked fine on all of my machines

tuubaaku 01-27-2013 07:55 PM

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.

mlangdn 01-27-2013 08:58 PM

Start it from the command line:

Code:

/usr/bin/lobase
Then when it crashes, you may see exactly what the error is.

tuubaaku 01-27-2013 09:39 PM

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...

mlangdn 01-27-2013 09:55 PM

See if something here can help you:

http://www.cyberciti.biz/tips/linux-core-dumps.html

tuubaaku 01-28-2013 09:30 PM

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.


All times are GMT -5. The time now is 11:50 PM.