error while loading shared libraries: libm.so.6: cannot stat shared object: Error 38












0















I am a Linux noob trying to compile a 32 bit program and run it on 64bit Ubuntu. It compiles fine but when I run it I get this error:
error while loading shared libraries: libm.so.6: cannot stat shared object: Error 38



I have searched for libm.so.6 and found it in /lib32 and /libx32.
Any help is appreciated.










share|improve this question























  • How did you compile the program? what is the result of ldd prog (where prog is replaced by the name of the compiled executable program)?

    – steeldriver
    Jan 18 at 12:59











  • ldd cr2hdr gives "not a dynamic executable"

    – Bryan Phillips
    Jan 18 at 18:52











  • I have tried compiling a simple "Hello, world" program. I used this to compile: gcc -m32 hello.c ; When I run ldd a.out I get this result: "not a dynamic executable". If I remove the "-m32" option it works. I am trying to compile a much more complex program to 32bit binary and have reduced the problem to the most simple example. The program requires a 32bit binary.

    – Bryan Phillips
    Jan 18 at 19:06











  • Actually the binary hello.c needs is libc.so.6 but it is basically the same problem.

    – Bryan Phillips
    Jan 18 at 19:17











  • Is the gcc-multilib package (and its dependencies) installed?

    – steeldriver
    Jan 18 at 19:29
















0















I am a Linux noob trying to compile a 32 bit program and run it on 64bit Ubuntu. It compiles fine but when I run it I get this error:
error while loading shared libraries: libm.so.6: cannot stat shared object: Error 38



I have searched for libm.so.6 and found it in /lib32 and /libx32.
Any help is appreciated.










share|improve this question























  • How did you compile the program? what is the result of ldd prog (where prog is replaced by the name of the compiled executable program)?

    – steeldriver
    Jan 18 at 12:59











  • ldd cr2hdr gives "not a dynamic executable"

    – Bryan Phillips
    Jan 18 at 18:52











  • I have tried compiling a simple "Hello, world" program. I used this to compile: gcc -m32 hello.c ; When I run ldd a.out I get this result: "not a dynamic executable". If I remove the "-m32" option it works. I am trying to compile a much more complex program to 32bit binary and have reduced the problem to the most simple example. The program requires a 32bit binary.

    – Bryan Phillips
    Jan 18 at 19:06











  • Actually the binary hello.c needs is libc.so.6 but it is basically the same problem.

    – Bryan Phillips
    Jan 18 at 19:17











  • Is the gcc-multilib package (and its dependencies) installed?

    – steeldriver
    Jan 18 at 19:29














0












0








0








I am a Linux noob trying to compile a 32 bit program and run it on 64bit Ubuntu. It compiles fine but when I run it I get this error:
error while loading shared libraries: libm.so.6: cannot stat shared object: Error 38



I have searched for libm.so.6 and found it in /lib32 and /libx32.
Any help is appreciated.










share|improve this question














I am a Linux noob trying to compile a 32 bit program and run it on 64bit Ubuntu. It compiles fine but when I run it I get this error:
error while loading shared libraries: libm.so.6: cannot stat shared object: Error 38



I have searched for libm.so.6 and found it in /lib32 and /libx32.
Any help is appreciated.







shared-library






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 18 at 3:50









Bryan PhillipsBryan Phillips

1




1













  • How did you compile the program? what is the result of ldd prog (where prog is replaced by the name of the compiled executable program)?

    – steeldriver
    Jan 18 at 12:59











  • ldd cr2hdr gives "not a dynamic executable"

    – Bryan Phillips
    Jan 18 at 18:52











  • I have tried compiling a simple "Hello, world" program. I used this to compile: gcc -m32 hello.c ; When I run ldd a.out I get this result: "not a dynamic executable". If I remove the "-m32" option it works. I am trying to compile a much more complex program to 32bit binary and have reduced the problem to the most simple example. The program requires a 32bit binary.

    – Bryan Phillips
    Jan 18 at 19:06











  • Actually the binary hello.c needs is libc.so.6 but it is basically the same problem.

    – Bryan Phillips
    Jan 18 at 19:17











  • Is the gcc-multilib package (and its dependencies) installed?

    – steeldriver
    Jan 18 at 19:29



















  • How did you compile the program? what is the result of ldd prog (where prog is replaced by the name of the compiled executable program)?

    – steeldriver
    Jan 18 at 12:59











  • ldd cr2hdr gives "not a dynamic executable"

    – Bryan Phillips
    Jan 18 at 18:52











  • I have tried compiling a simple "Hello, world" program. I used this to compile: gcc -m32 hello.c ; When I run ldd a.out I get this result: "not a dynamic executable". If I remove the "-m32" option it works. I am trying to compile a much more complex program to 32bit binary and have reduced the problem to the most simple example. The program requires a 32bit binary.

    – Bryan Phillips
    Jan 18 at 19:06











  • Actually the binary hello.c needs is libc.so.6 but it is basically the same problem.

    – Bryan Phillips
    Jan 18 at 19:17











  • Is the gcc-multilib package (and its dependencies) installed?

    – steeldriver
    Jan 18 at 19:29

















How did you compile the program? what is the result of ldd prog (where prog is replaced by the name of the compiled executable program)?

– steeldriver
Jan 18 at 12:59





How did you compile the program? what is the result of ldd prog (where prog is replaced by the name of the compiled executable program)?

– steeldriver
Jan 18 at 12:59













ldd cr2hdr gives "not a dynamic executable"

– Bryan Phillips
Jan 18 at 18:52





ldd cr2hdr gives "not a dynamic executable"

– Bryan Phillips
Jan 18 at 18:52













I have tried compiling a simple "Hello, world" program. I used this to compile: gcc -m32 hello.c ; When I run ldd a.out I get this result: "not a dynamic executable". If I remove the "-m32" option it works. I am trying to compile a much more complex program to 32bit binary and have reduced the problem to the most simple example. The program requires a 32bit binary.

– Bryan Phillips
Jan 18 at 19:06





I have tried compiling a simple "Hello, world" program. I used this to compile: gcc -m32 hello.c ; When I run ldd a.out I get this result: "not a dynamic executable". If I remove the "-m32" option it works. I am trying to compile a much more complex program to 32bit binary and have reduced the problem to the most simple example. The program requires a 32bit binary.

– Bryan Phillips
Jan 18 at 19:06













Actually the binary hello.c needs is libc.so.6 but it is basically the same problem.

– Bryan Phillips
Jan 18 at 19:17





Actually the binary hello.c needs is libc.so.6 but it is basically the same problem.

– Bryan Phillips
Jan 18 at 19:17













Is the gcc-multilib package (and its dependencies) installed?

– steeldriver
Jan 18 at 19:29





Is the gcc-multilib package (and its dependencies) installed?

– steeldriver
Jan 18 at 19:29










1 Answer
1






active

oldest

votes


















0














I have found the reason but no solution.
The reason is that the environment I am using has no 32bit support in the kernel.
The environment is UserLAnd running on Android.
The developers confirmed there is no 32bit support.



Thanks to everyone for the help.






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%2f1110742%2ferror-while-loading-shared-libraries-libm-so-6-cannot-stat-shared-object-erro%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














    I have found the reason but no solution.
    The reason is that the environment I am using has no 32bit support in the kernel.
    The environment is UserLAnd running on Android.
    The developers confirmed there is no 32bit support.



    Thanks to everyone for the help.






    share|improve this answer




























      0














      I have found the reason but no solution.
      The reason is that the environment I am using has no 32bit support in the kernel.
      The environment is UserLAnd running on Android.
      The developers confirmed there is no 32bit support.



      Thanks to everyone for the help.






      share|improve this answer


























        0












        0








        0







        I have found the reason but no solution.
        The reason is that the environment I am using has no 32bit support in the kernel.
        The environment is UserLAnd running on Android.
        The developers confirmed there is no 32bit support.



        Thanks to everyone for the help.






        share|improve this answer













        I have found the reason but no solution.
        The reason is that the environment I am using has no 32bit support in the kernel.
        The environment is UserLAnd running on Android.
        The developers confirmed there is no 32bit support.



        Thanks to everyone for the help.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 25 at 4:29









        Bryan PhillipsBryan Phillips

        1




        1






























            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110742%2ferror-while-loading-shared-libraries-libm-so-6-cannot-stat-shared-object-erro%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á

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