Error running Libreoffice 6.0.5. Did ubuntu 18.04 fix itself after I looked up the version number?
I followed these instructions:
How do I install LibreOffice 6 in Ubuntu?
In Terminal, I typed libreoffice. This error appeared:
/usr/lib/libreoffice/program/oosplash: error while loading shared
libraries: libuno_sal.so.3: cannot open shared object file: No such
file or directory
Then the Software Updater opened and I ran an update that fixed the error.
In Terminal, I typed libreoffice and the application ran.
Simultaneously, this error appeared:
func=xmlSecCheckVersionExt:file=xmlsec.c:line=188:obj=unknown:subj=unknown:error=19:invalid
version:mode=abi compatible;expected minor version=2;real minor
version=2;expected subminor version=25;real subminor version=26
At first, I thought there was something wrong, but since it mentioned something about a version, I went back to terminal and typed:
libreoffice --version
LibreOffice 6.0.5.2 00m0(Build:2)
Next, commands
soffice
The application opened without the error. I closed the application
Next, command
libreoffice
The application opened without the error.
Did Ubuntu fix itself after looking up the version number?
libreoffice
add a comment |
I followed these instructions:
How do I install LibreOffice 6 in Ubuntu?
In Terminal, I typed libreoffice. This error appeared:
/usr/lib/libreoffice/program/oosplash: error while loading shared
libraries: libuno_sal.so.3: cannot open shared object file: No such
file or directory
Then the Software Updater opened and I ran an update that fixed the error.
In Terminal, I typed libreoffice and the application ran.
Simultaneously, this error appeared:
func=xmlSecCheckVersionExt:file=xmlsec.c:line=188:obj=unknown:subj=unknown:error=19:invalid
version:mode=abi compatible;expected minor version=2;real minor
version=2;expected subminor version=25;real subminor version=26
At first, I thought there was something wrong, but since it mentioned something about a version, I went back to terminal and typed:
libreoffice --version
LibreOffice 6.0.5.2 00m0(Build:2)
Next, commands
soffice
The application opened without the error. I closed the application
Next, command
libreoffice
The application opened without the error.
Did Ubuntu fix itself after looking up the version number?
libreoffice
add a comment |
I followed these instructions:
How do I install LibreOffice 6 in Ubuntu?
In Terminal, I typed libreoffice. This error appeared:
/usr/lib/libreoffice/program/oosplash: error while loading shared
libraries: libuno_sal.so.3: cannot open shared object file: No such
file or directory
Then the Software Updater opened and I ran an update that fixed the error.
In Terminal, I typed libreoffice and the application ran.
Simultaneously, this error appeared:
func=xmlSecCheckVersionExt:file=xmlsec.c:line=188:obj=unknown:subj=unknown:error=19:invalid
version:mode=abi compatible;expected minor version=2;real minor
version=2;expected subminor version=25;real subminor version=26
At first, I thought there was something wrong, but since it mentioned something about a version, I went back to terminal and typed:
libreoffice --version
LibreOffice 6.0.5.2 00m0(Build:2)
Next, commands
soffice
The application opened without the error. I closed the application
Next, command
libreoffice
The application opened without the error.
Did Ubuntu fix itself after looking up the version number?
libreoffice
I followed these instructions:
How do I install LibreOffice 6 in Ubuntu?
In Terminal, I typed libreoffice. This error appeared:
/usr/lib/libreoffice/program/oosplash: error while loading shared
libraries: libuno_sal.so.3: cannot open shared object file: No such
file or directory
Then the Software Updater opened and I ran an update that fixed the error.
In Terminal, I typed libreoffice and the application ran.
Simultaneously, this error appeared:
func=xmlSecCheckVersionExt:file=xmlsec.c:line=188:obj=unknown:subj=unknown:error=19:invalid
version:mode=abi compatible;expected minor version=2;real minor
version=2;expected subminor version=25;real subminor version=26
At first, I thought there was something wrong, but since it mentioned something about a version, I went back to terminal and typed:
libreoffice --version
LibreOffice 6.0.5.2 00m0(Build:2)
Next, commands
soffice
The application opened without the error. I closed the application
Next, command
libreoffice
The application opened without the error.
Did Ubuntu fix itself after looking up the version number?
libreoffice
libreoffice
edited Jun 26 '18 at 15:30
Thomas Stone
asked Jun 26 '18 at 15:09
Thomas StoneThomas Stone
488
488
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Hi i stumbled upon this one:
https://bugs.documentfoundation.org/show_bug.cgi?id=118373
The first part of your question about why the error message changed:
Yes after you did a software update, some previously missing dependencies may have been declared, and thus the library libuno_sal.so.3 was installed.
The second part is a bit more mystery:
My assumption is, that Libreoffice starting from some point in time to at least version 6.0.7-0ubuntu0.18.04.2 was compiled with libxmlsec1 1.2.26 but in Ubuntu 18.04 the current version of libxmlsec1 is still 1.2.25-1build1.
Libreoffice does not load that library on every call, and if your terminal command does not load an ODS for example, you dont see this message.
If you try to open a Calc sheet for example, i assume you will still see this message, until the devs of libreoffice push a solution, to silence the warning, or solve the dependency issue.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1049904%2ferror-running-libreoffice-6-0-5-did-ubuntu-18-04-fix-itself-after-i-looked-up-t%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hi i stumbled upon this one:
https://bugs.documentfoundation.org/show_bug.cgi?id=118373
The first part of your question about why the error message changed:
Yes after you did a software update, some previously missing dependencies may have been declared, and thus the library libuno_sal.so.3 was installed.
The second part is a bit more mystery:
My assumption is, that Libreoffice starting from some point in time to at least version 6.0.7-0ubuntu0.18.04.2 was compiled with libxmlsec1 1.2.26 but in Ubuntu 18.04 the current version of libxmlsec1 is still 1.2.25-1build1.
Libreoffice does not load that library on every call, and if your terminal command does not load an ODS for example, you dont see this message.
If you try to open a Calc sheet for example, i assume you will still see this message, until the devs of libreoffice push a solution, to silence the warning, or solve the dependency issue.
add a comment |
Hi i stumbled upon this one:
https://bugs.documentfoundation.org/show_bug.cgi?id=118373
The first part of your question about why the error message changed:
Yes after you did a software update, some previously missing dependencies may have been declared, and thus the library libuno_sal.so.3 was installed.
The second part is a bit more mystery:
My assumption is, that Libreoffice starting from some point in time to at least version 6.0.7-0ubuntu0.18.04.2 was compiled with libxmlsec1 1.2.26 but in Ubuntu 18.04 the current version of libxmlsec1 is still 1.2.25-1build1.
Libreoffice does not load that library on every call, and if your terminal command does not load an ODS for example, you dont see this message.
If you try to open a Calc sheet for example, i assume you will still see this message, until the devs of libreoffice push a solution, to silence the warning, or solve the dependency issue.
add a comment |
Hi i stumbled upon this one:
https://bugs.documentfoundation.org/show_bug.cgi?id=118373
The first part of your question about why the error message changed:
Yes after you did a software update, some previously missing dependencies may have been declared, and thus the library libuno_sal.so.3 was installed.
The second part is a bit more mystery:
My assumption is, that Libreoffice starting from some point in time to at least version 6.0.7-0ubuntu0.18.04.2 was compiled with libxmlsec1 1.2.26 but in Ubuntu 18.04 the current version of libxmlsec1 is still 1.2.25-1build1.
Libreoffice does not load that library on every call, and if your terminal command does not load an ODS for example, you dont see this message.
If you try to open a Calc sheet for example, i assume you will still see this message, until the devs of libreoffice push a solution, to silence the warning, or solve the dependency issue.
Hi i stumbled upon this one:
https://bugs.documentfoundation.org/show_bug.cgi?id=118373
The first part of your question about why the error message changed:
Yes after you did a software update, some previously missing dependencies may have been declared, and thus the library libuno_sal.so.3 was installed.
The second part is a bit more mystery:
My assumption is, that Libreoffice starting from some point in time to at least version 6.0.7-0ubuntu0.18.04.2 was compiled with libxmlsec1 1.2.26 but in Ubuntu 18.04 the current version of libxmlsec1 is still 1.2.25-1build1.
Libreoffice does not load that library on every call, and if your terminal command does not load an ODS for example, you dont see this message.
If you try to open a Calc sheet for example, i assume you will still see this message, until the devs of libreoffice push a solution, to silence the warning, or solve the dependency issue.
answered Jan 11 at 1:28
GregGreg
262
262
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1049904%2ferror-running-libreoffice-6-0-5-did-ubuntu-18-04-fix-itself-after-i-looked-up-t%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown