nautilus: symbol lookup error: /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0: undefined symbol:...












2














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.










share|improve this question
























  • 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
















2














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.










share|improve this question
























  • 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














2












2








2







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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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










1 Answer
1






active

oldest

votes


















0














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






share|improve this answer





















    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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






    share|improve this answer


























      0














      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






      share|improve this answer
























        0












        0








        0






        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






        share|improve this answer












        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







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 9 at 19:02









        mwausb

        11




        11






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕