Date: prev next · Thread: first prev next last
2018 Archives by date, by thread · List index


Qualche tempo fa' avevo segnalato il problema in oggetto.
Come da subject, oggi, indagando più a fondo il problema, ho trovato la soluzione, che trascrivo
qui sotto.
Ringrazio anch'io Italo Vignoli che, in conversazione privata, mi ha confermato non trattarsi di un baco in LibreOffice still.

-----------------------------------------------------------
-----------------------------------------------------------

Sistema:
slackware current 64 bit del 8 aprile 2018

Problema: le versione di libreoffice successive alla 6.0.1.1 mi davano il seguente errore:

loading component library <file:///opt/libreoffice6.0/program/../program/libsdlo.so> failed.


Cercando in rete ho trovato la soluzione:

bash-4.4$ sudo ldd /opt/libreoffice6.0/program/libsdlo.so | grep not
  libavahi-common.so.3 => not found
  libavahi-client.so.3 => not found

bash-4.4$ ls /usr/lib/libavahi*
ls: impossibile accedere a '/usr/lib/*avah*': File o directory non esistente
bash-4.4$ ls /usr/lib64/libavahi*
ls: impossibile accedere a '/usr/lib64/*avah*': File o directory non esistente
bash-4.4$ ls /lib/libavahi*
ls: impossibile accedere a '/lib/*avah*': File o directory non esistente
bash-4.4$ ls /lib64/libavahi*
ls: impossibile accedere a '/lib64/*avah*': File o directory non esistente

bash-4.4$ find /lib -name "libavahi*"
bash-4.4$ find /usr/lib64 -name "libavahi*"
bash-4.4$ find /lib -name "libavahi*"
bash-4.4$ find /usr/lib64 -name "libavahi*"

bash-4.4$ ls /var/log/packages/*avah*
bash-4.4$ ls: impossibile accedere a '/var/log/packages/*avah*'

Installato il pacchetto avahi con le dipendenze mancanti, il modulo draw di libreoffice è tornato
a funzionare perfettamente.
Di seguito il report.
Il programma slpkg l'ho trovato dal sito slonly.

bash-4.4$ sudo slpkg -F avahi

Packages with name matching [ avahi ]

+==============================================================================
| Repository Package                                                      Size
+==============================================================================
  slonly avahi-0.6.32-x86_64-1_slonly.txz                            420 K

Found summary
===============================================================================
Total found 1 packages in 1 repositories.

bash-4.4$ sudo slpkg -s slonly avahi
Reading package lists... Done
Resolving dependencies... Done

The following packages will be automatically installed or upgraded
with new version:

+==============================================================================
| Package                 New Version        Arch    Build Repos          Size
+==============================================================================
Installing:
  avahi                   0.6.32             x86_64  1 slonly        420 K
Installing for dependencies:
  libdaemon               0.14               x86_64  1 slonly         28 K

Installing summary
===============================================================================
Total 2 packages.
2 packages will be installed, 0 will be upgraded and 0 will be reinstalled.
Need to get 448 Kb of archives.
After this process, 2.42 Mb of additional disk space will be used.


[1/1][ Download ] --> libdaemon-0.14-x86_64-1_slonly.txz

--2018-08-22 10:56:33-- https://slackonly.com/pub/packages/current-x86_64/libraries/libdaemon/libdaemon-0.14-x86_64-1_slonly.txz Risoluzione di slackonly.com (slackonly.com)... 45.58.49.216, 2602:ffc5::ffc6:f752
Connessione a slackonly.com (slackonly.com)|45.58.49.216|:443... connesso.
Richiesta HTTP inviata, in attesa di risposta... 200 OK
Lunghezza: 27100 (26K)
Salvataggio in: "/var/slpkg/packages/libdaemon-0.14-x86_64-1_slonly.txz"

libdaemon-0.14-x86_64-1_slonly. 100%[=====================================================>] 26,46K  --.-KB/s    in 0s

2018-08-22 10:56:33 (78,3 MB/s) - "/var/slpkg/packages/libdaemon-0.14-x86_64-1_slonly.txz" salvato [27100/27100]


[1/1][ Download ] --> avahi-0.6.32-x86_64-1_slonly.txz

--2018-08-22 10:56:33-- https://slackonly.com/pub/packages/current-x86_64/network/avahi/avahi-0.6.32-x86_64-1_slonly.txz Risoluzione di slackonly.com (slackonly.com)... 45.58.49.216, 2602:ffc5::ffc6:f752
Connessione a slackonly.com (slackonly.com)|45.58.49.216|:443... connesso.
Richiesta HTTP inviata, in attesa di risposta... 200 OK
Lunghezza: 427516 (417K)
Salvataggio in: "/var/slpkg/packages/avahi-0.6.32-x86_64-1_slonly.txz"

avahi-0.6.32-x86_64-1_slonly.tx 100%[=====================================================>] 417,50K   544KB/s    in 0,8s

2018-08-22 10:56:35 (544 KB/s) - "/var/slpkg/packages/avahi-0.6.32-x86_64-1_slonly.txz" salvato [427516/427516]


+==============================================================================
| MD5SUM check for libdaemon-0.14-x86_64-1_slonly.txz [ PASSED ]
+==============================================================================

[ installing ] --> libdaemon-0.14-x86_64-1_slonly.txz

+==============================================================================
| Installing new package /var/slpkg/packages/libdaemon-0.14-x86_64-1_slonly.txz
+==============================================================================

Verifying package libdaemon-0.14-x86_64-1_slonly.txz.
Installing package libdaemon-0.14-x86_64-1_slonly.txz:
PACKAGE DESCRIPTION:
# libdaemon (Unix daemonizing library)
#
# libdaemon is a lightweight C library that eases the
# writing of Unix daemons.
#
# Homepage: http://0pointer.de/lennart/projects/libdaemon/
#
Executing install script for libdaemon-0.14-x86_64-1_slonly.txz.
Package libdaemon-0.14-x86_64-1_slonly.txz installed.


Completed!


+==============================================================================
| MD5SUM check for avahi-0.6.32-x86_64-1_slonly.txz [ PASSED ]
+==============================================================================

[ installing ] --> avahi-0.6.32-x86_64-1_slonly.txz

+==============================================================================
| Installing new package /var/slpkg/packages/avahi-0.6.32-x86_64-1_slonly.txz
+==============================================================================

Verifying package avahi-0.6.32-x86_64-1_slonly.txz.
Installing package avahi-0.6.32-x86_64-1_slonly.txz:
PACKAGE DESCRIPTION:
# avahi (service discovery aka zeroconf)
#
# Avahi is an Implementation the DNS Service Discovery and Multicast
# DNS specifications for Zeroconf Computing. It uses D-BUS for
# communication between user applications and a system daemon. The
# daemon is used to coordinate application efforts in caching replies,
# necessary to minimize the traffic imposed on networks. This kind of
# technology  is already found  in  Apple MacOS X (branded Rendezvous
# Bonjour and sometimes Zeroconf) and is very convenient.
#
Executing install script for avahi-0.6.32-x86_64-1_slonly.txz.
Reloading system message bus configuration...
Package avahi-0.6.32-x86_64-1_slonly.txz installed.


Completed!

+==============================================================================
| Total 2 packages installed and 0 package upgraded
+==============================================================================
| Package libdaemon-0.14 installed successfully
| Package avahi-0.6.32 installed successfully
+==============================================================================

--------------------------------------------------------
--------------------------------------------------------


Nel caso possa servire a chi abbia problemi simili.


--
Ferrari Renato Maria
Linux Registered User #219791
Linux Registered Machine #104061
email: renatoferrari@tiscali.it
posta certificata: renatomaria.ferrari.dogm@pec.mi.omceo.it


--
Come cancellarsi: E-mail users+unsubscribe@it.libreoffice.org
Problemi? https://it.libreoffice.org/supporto/mailing-lists/come-cancellarsi/
Linee guida per postare + altro: https://wiki.documentfoundation.org/Local_Mailing_Lists/it
Archivio della lista: https://listarchives.libreoffice.org/it/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.