nautilus: symbol lookup error: /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0: undefined symbol:...
I upgraded to Ubuntu 18.04 and I can't get nautilus to work, I get the following error when I launch it from the command line:
nautilus: symbol lookup error: /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0: undefined symbol: sqlite3_bind_pointer
I tried uninstalling and purging and reinstalling nautilus, sqlite3, and gnome and it didn't work. Please help !! I found this bug reported elsewhere, however, I didn't find a solution for it.
nautilus sqlite3
add a comment |
I upgraded to Ubuntu 18.04 and I can't get nautilus to work, I get the following error when I launch it from the command line:
nautilus: symbol lookup error: /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0: undefined symbol: sqlite3_bind_pointer
I tried uninstalling and purging and reinstalling nautilus, sqlite3, and gnome and it didn't work. Please help !! I found this bug reported elsewhere, however, I didn't find a solution for it.
nautilus sqlite3
I'm having the same issue. Nautilus doesn't launch from the GUI, with no on screen error, and I get this issue when running it from the command line.
– Matt Ellen
Nov 8 at 17:47
add a comment |
I upgraded to Ubuntu 18.04 and I can't get nautilus to work, I get the following error when I launch it from the command line:
nautilus: symbol lookup error: /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0: undefined symbol: sqlite3_bind_pointer
I tried uninstalling and purging and reinstalling nautilus, sqlite3, and gnome and it didn't work. Please help !! I found this bug reported elsewhere, however, I didn't find a solution for it.
nautilus sqlite3
I upgraded to Ubuntu 18.04 and I can't get nautilus to work, I get the following error when I launch it from the command line:
nautilus: symbol lookup error: /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0: undefined symbol: sqlite3_bind_pointer
I tried uninstalling and purging and reinstalling nautilus, sqlite3, and gnome and it didn't work. Please help !! I found this bug reported elsewhere, however, I didn't find a solution for it.
nautilus sqlite3
nautilus sqlite3
edited Oct 26 at 12:24
NIMISHAN
85321119
85321119
asked Oct 26 at 7:00
Lorena Malpica
112
112
I'm having the same issue. Nautilus doesn't launch from the GUI, with no on screen error, and I get this issue when running it from the command line.
– Matt Ellen
Nov 8 at 17:47
add a comment |
I'm having the same issue. Nautilus doesn't launch from the GUI, with no on screen error, and I get this issue when running it from the command line.
– Matt Ellen
Nov 8 at 17:47
I'm having the same issue. Nautilus doesn't launch from the GUI, with no on screen error, and I get this issue when running it from the command line.
– Matt Ellen
Nov 8 at 17:47
I'm having the same issue. Nautilus doesn't launch from the GUI, with no on screen error, and I get this issue when running it from the command line.
– Matt Ellen
Nov 8 at 17:47
add a comment |
1 Answer
1
active
oldest
votes
This problem was solved for me following the recommendation under this link posted by
sunnysharan369.
https://ubuntuforums.org/showthread.php?t=2393754
1.) wget https://sqlite.org/2018/sqlite-autoconf-3250200.tar.gz
2.) tar -xvf sqlite-autoconf-3250200.tar.gz
3.) cd sqlite-autoconf-3250200
4.) ./configure
5.) make
6.) sudo make install
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%2f1087345%2fnautilus-symbol-lookup-error-usr-lib-x86-64-linux-gnu-tracker-2-0-libtracker%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
This problem was solved for me following the recommendation under this link posted by
sunnysharan369.
https://ubuntuforums.org/showthread.php?t=2393754
1.) wget https://sqlite.org/2018/sqlite-autoconf-3250200.tar.gz
2.) tar -xvf sqlite-autoconf-3250200.tar.gz
3.) cd sqlite-autoconf-3250200
4.) ./configure
5.) make
6.) sudo make install
add a comment |
This problem was solved for me following the recommendation under this link posted by
sunnysharan369.
https://ubuntuforums.org/showthread.php?t=2393754
1.) wget https://sqlite.org/2018/sqlite-autoconf-3250200.tar.gz
2.) tar -xvf sqlite-autoconf-3250200.tar.gz
3.) cd sqlite-autoconf-3250200
4.) ./configure
5.) make
6.) sudo make install
add a comment |
This problem was solved for me following the recommendation under this link posted by
sunnysharan369.
https://ubuntuforums.org/showthread.php?t=2393754
1.) wget https://sqlite.org/2018/sqlite-autoconf-3250200.tar.gz
2.) tar -xvf sqlite-autoconf-3250200.tar.gz
3.) cd sqlite-autoconf-3250200
4.) ./configure
5.) make
6.) sudo make install
This problem was solved for me following the recommendation under this link posted by
sunnysharan369.
https://ubuntuforums.org/showthread.php?t=2393754
1.) wget https://sqlite.org/2018/sqlite-autoconf-3250200.tar.gz
2.) tar -xvf sqlite-autoconf-3250200.tar.gz
3.) cd sqlite-autoconf-3250200
4.) ./configure
5.) make
6.) sudo make install
answered Dec 9 at 19:02
mwausb
11
11
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1087345%2fnautilus-symbol-lookup-error-usr-lib-x86-64-linux-gnu-tracker-2-0-libtracker%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
I'm having the same issue. Nautilus doesn't launch from the GUI, with no on screen error, and I get this issue when running it from the command line.
– Matt Ellen
Nov 8 at 17:47