LinuxQuestions.org
Help answer threads with 0 replies.
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 04-14-2022, 09:03 AM   #1
zdolar
Member
 
Registered: Jul 2009
Location: Slovenija
Distribution: Slackware
Posts: 177

Rep: Reputation: 38
libreoffice missing libicui18n.so.69


Slackware64-current today updated

Installed libreoffice-7.3.2-x86_64-1alien worked.
Today I started it after a few weeks and failed with the following error:
Code:
root@zbook libreoffice
/usr/lib64/libreoffice/program/soffice.bin: error while loading shared libraries: libicui18n.so.69: cannot open shared object file: No such file or directory
but the missing library is installed:
Code:
root@zbook ls -la /usr/lib/libicui18n.so.69
lrwxrwxrwx 1 root root 18 17.03.2022 18:30:38 /usr/lib/libicui18n.so.69 -> libicui18n.so.69.1

root@zbook ls -la /usr/lib/libicui18n.so.69.1
-rwxr-xr-x 1 root root 3534768 03.11.2021 05:41:29 /usr/lib/libicui18n.so.69.1
I reinstalled Libreoffice and the error persist.

Last edited by zdolar; 04-14-2022 at 09:05 AM.
 
Old 04-14-2022, 09:08 AM   #2
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
I am guessing those are 32 bit libraries not 64 bit libraries. 64 bit library installation place is /usr/lib64. I think you got the 32 bit compat libraries but not the 64 bit libraries installed.
 
Old 04-14-2022, 09:13 AM   #3
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
It looks like an architecture mismatch. Probably you run a 64-bit package on an 32-bit system.

PS ozanbaba was faster. Anyway this library should be installed in /usr/lib64 in a 64-bit system.

Last edited by Didier Spaier; 04-14-2022 at 09:17 AM.
 
Old 04-14-2022, 09:22 AM   #4
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,791

Rep: Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470
You need this:
https://slackware.nl/people/alien/sl..._64-1alien.txz

Eric's ChangeLog.txt
Code:
Tue Apr 12 07:21:41 UTC 2022
icu4c-compat: updated to 71.1 to be in sync with -current again.
and Pat's ChangeLog.txt
Code:
Mon Apr 11 20:49:27 UTC 2022
l/icu4c-71.1-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
 
5 members found this post helpful.
Old 04-16-2022, 11:47 AM   #5
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
libreoffice-7.3.2 doesn't on my Slackware64 -current system:

Code:
root@drakstart64:~/Téléchargements# libreoffice
Unspecified Application Error
I have the 3 compat packages from alien installed: boost, icu4c and pango.

I run from root.
If I run from the menu nothing happens?
 
Old 04-16-2022, 12:28 PM   #6
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 590

Rep: Reputation: Disabled
Quote:
Originally Posted by nobodino View Post
libreoffice-7.3.2 doesn't on my Slackware64 -current system:

Code:
root@drakstart64:~/Téléchargements# libreoffice
Unspecified Application Error
I have the 3 compat packages from alien installed: boost, icu4c and pango.

I run from root.
If I run from the menu nothing happens?
Nobodino, I think that running applications as root is never recommended because the results are undetermined. The developers of applications will not test the use-case of running them as root.
Look here for the answer to your error: https://www.google.com/search?q=libr....slackbook.org - I don't think it has anything to do with running as root.
 
Old 04-16-2022, 02:31 PM   #7
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
I'm running my system as root for years and never had that kind of problem.
 
1 members found this post helpful.
Old 04-16-2022, 04:54 PM   #8
Regnad Kcin
Member
 
Registered: Jan 2014
Location: Beijing
Distribution: Slackware 64 -current .
Posts: 663

Rep: Reputation: 460Reputation: 460Reputation: 460Reputation: 460Reputation: 460
running current and aliens' compat packages boost, icu4c, poppler.
dont know about any pango-compat

7.3.2 starts and runs just fine.
Quote:
Version: 7.3.2.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.17; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
SlackBuild for 7.3.2 by Eric Hameleers
Calc: threaded
i usually dont run it as root but you can.

Last edited by Regnad Kcin; 04-16-2022 at 05:05 PM.
 
Old 04-16-2022, 08:09 PM   #9
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,105

Rep: Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281
Quote:
Originally Posted by nobodino View Post
I'm running my system as root for years and never had that kind of problem.
Interesting.
Over the years I've personally seen applications that will not run as root or will issue a warning not to run them as root. Sooner or later if a user keeps running as root, the system will hand them their head.
 
Old 04-17-2022, 02:35 AM   #10
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,973

Rep: Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551
Quote:
Originally Posted by nobodino View Post
libreoffice-7.3.2 doesn't on my Slackware64 -current system:

Code:
root@drakstart64:~/Téléchargements# libreoffice
Unspecified Application Error
I have the 3 compat packages from alien installed: boost, icu4c and pango.

I run from root.
If I run from the menu nothing happens?
I do not normally run from root. I decided to give this a try. Slackware64-current, alienbob's libreoffice packages, to be specific these packages are installed.

libreoffice-7.3.2-x86_64-1alien
libreoffice-dict-en-7.3.2-x86_64-1alien
libreoffice-kde-integration-7.3.2-x86_64-1alien

I also have the following alienbob "compat" packages installed.
boost-compat-1.79.0-x86_64-1alien
icu4c-compat-71.1-x86_64-1alien
poppler-compat-21.12.0-x86_64-1alien

There is no pango-compat that I am aware of, I checked alienbob's repository. Did you mean poppler?

I normally run as a user, via the CLI, load KDE via startx. I logged out of KDE, logged out as user, logged in as root, then ran startx, opened a Konsole session, ran libreoffice, opened a spreadsheet, no errors at all.

It might be worth to mentioning that I have no lines uncommented in /etc/profile.d/libreoffice.sh.
 
1 members found this post helpful.
Old 04-17-2022, 03:14 AM   #11
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
Here what I have:

Code:
root@drakstart64:/var/log/packages# ls -la libreoffice*
-rw-r--r-- 1 root root 1228167 avril 16 18:18 libreoffice-7.3.2-x86_64-1alien
-rw-r--r-- 1 root root    8597 avril 11 13:38 libreoffice-dict-en-7.3.2-x86_64-1alien
-rw-r--r-- 1 root root    1720 avril 16 18:18 libreoffice-dict-fr-7.3.2-x86_64-1alien
-rw-r--r-- 1 root root    1233 avril 16 18:18 libreoffice-kde-integration-7.3.2-x86_64-1alien
-rw-r--r-- 1 root root  179747 avril 16 18:18 libreoffice-l10n-fr-7.3.2-x86_64-1alien
-rw-r--r-- 1 root root 2038541 avril 16 18:18 libreoffice-sdkdoc-7.3.2-noarch-1alien
Code:
root@drakstart64:/var/log/packages# ls -la *compat-*alien
-rw-r--r-- 1 root root 11296 avril 16 11:20 boost-compat-1.79.0-x86_64-1alien
-rw-r--r-- 1 root root  1952 avril 16 18:45 icu4c-compat-71.1-x86_64-1alien
-rw-r--r-- 1 root root  1669 avril 11 13:38 poppler-compat-21.12.0-x86_64-1alien
Code:
#!/bin/sh

# To force the use of a certain VCL UI interface, use one of these envvars.
#export SAL_USE_VCLPLUGIN=gen
#export SAL_USE_VCLPLUGIN=gtk3
#export SAL_USE_VCLPLUGIN=gtk3_kde5
#export SAL_USE_VCLPLUGIN=kf5
#export SAL_USE_VCLPLUGIN=qt5
nota: my system is a multilib system.

I runs normally on another machine.

Last edited by nobodino; 04-17-2022 at 03:16 AM.
 
Old 04-17-2022, 03:41 AM   #12
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,791

Rep: Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470
Quote:
Originally Posted by Windu View Post
Look here for the answer to your error: https://www.google.com/search?q=libr....slackbook.org - I don't think it has anything to do with running as root.
Quote:
Originally Posted by nobodino View Post
I'm running my system as root for years and never had that kind of problem.
Read again Windu's post. The answer was to use google to find
Code:
export MESA_LOADER_DRIVER_OVERRIDE=i965
This has also been asked and answered several times in LQ recently.
 
2 members found this post helpful.
Old 04-17-2022, 03:53 AM   #13
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
thanks, that did the trick.
 
3 members found this post helpful.
Old 04-17-2022, 10:06 AM   #14
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,973

Rep: Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551
@nobodino, glad you got it figured out.
 
Old 04-17-2022, 11:43 PM   #15
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
Code:
export MESA_LOADER_DRIVER_OVERRIDE=i965
I have a recommendation about this: Put it in libreoffice wrapper script.
 
  


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
[SOLVED] X won't start after update error while loading shared libraries libicui18n.so.65 on current TarFile Slackware 7 12-16-2020 12:22 PM
Slackware current "error while loading shared libraries: libicui18n.so.61" bvandonselaar Slackware 9 10-18-2018 04:55 PM
Problems with libicui18n.so.51 jotapdiez Slackware 7 09-30-2015 09:35 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

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

All times are GMT -5. The time now is 12:33 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