Intel movidius stick setup ldconfig igfxcmrt64.so is not a symbolic link










3















I exactly followed the steps here at Intel.com.

When I do sudo ldconfig I get the following error message:



/sbin/ldconfig.real: /opt/intel/common/mdf/lib64/igfxcmrt64.so is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libmfx.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libigdgmm.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-glx.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libmfxhw64.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-x11.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-drm.so.2 is not a symbolic link


I checked the opt/intel/mediasdk/lib64 directory, and it is indeed almost empty.



I tried reinstalling OpenVino, I tried reinstalling the mediaSDK component. Nothing is working.










share|improve this question
























  • Can you please, if possible, specify which version of OpenVINO gave you that problem ? If you can't editing the question to mention it was with R4 would be great.

    – Mat
    Mar 12 at 21:06















3















I exactly followed the steps here at Intel.com.

When I do sudo ldconfig I get the following error message:



/sbin/ldconfig.real: /opt/intel/common/mdf/lib64/igfxcmrt64.so is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libmfx.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libigdgmm.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-glx.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libmfxhw64.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-x11.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-drm.so.2 is not a symbolic link


I checked the opt/intel/mediasdk/lib64 directory, and it is indeed almost empty.



I tried reinstalling OpenVino, I tried reinstalling the mediaSDK component. Nothing is working.










share|improve this question
























  • Can you please, if possible, specify which version of OpenVINO gave you that problem ? If you can't editing the question to mention it was with R4 would be great.

    – Mat
    Mar 12 at 21:06













3












3








3








I exactly followed the steps here at Intel.com.

When I do sudo ldconfig I get the following error message:



/sbin/ldconfig.real: /opt/intel/common/mdf/lib64/igfxcmrt64.so is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libmfx.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libigdgmm.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-glx.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libmfxhw64.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-x11.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-drm.so.2 is not a symbolic link


I checked the opt/intel/mediasdk/lib64 directory, and it is indeed almost empty.



I tried reinstalling OpenVino, I tried reinstalling the mediaSDK component. Nothing is working.










share|improve this question
















I exactly followed the steps here at Intel.com.

When I do sudo ldconfig I get the following error message:



/sbin/ldconfig.real: /opt/intel/common/mdf/lib64/igfxcmrt64.so is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libmfx.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libigdgmm.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-glx.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libmfxhw64.so.1 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-x11.so.2 is not a symbolic link
/sbin/ldconfig.real: /opt/intel/mediasdk/lib64/libva-drm.so.2 is not a symbolic link


I checked the opt/intel/mediasdk/lib64 directory, and it is indeed almost empty.



I tried reinstalling OpenVino, I tried reinstalling the mediaSDK component. Nothing is working.







computer-vision intel openvino






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 13 at 0:06









Mat

64711127




64711127










asked Nov 15 '18 at 18:48









hegerberhegerber

467




467












  • Can you please, if possible, specify which version of OpenVINO gave you that problem ? If you can't editing the question to mention it was with R4 would be great.

    – Mat
    Mar 12 at 21:06

















  • Can you please, if possible, specify which version of OpenVINO gave you that problem ? If you can't editing the question to mention it was with R4 would be great.

    – Mat
    Mar 12 at 21:06
















Can you please, if possible, specify which version of OpenVINO gave you that problem ? If you can't editing the question to mention it was with R4 would be great.

– Mat
Mar 12 at 21:06





Can you please, if possible, specify which version of OpenVINO gave you that problem ? If you can't editing the question to mention it was with R4 would be great.

– Mat
Mar 12 at 21:06












3 Answers
3






active

oldest

votes


















3














I think Intel developer made mistake in installation package with copying the referred files instead of symmlinks. the solution is simple as well: go to the folder, delete the repeated files, and rebuild the symmlinks.






share|improve this answer






























    1














    To extend on @SunXishan answer, here is a script that converts the copied files to symlinks. This is for R5.0.1



    sudo rm /opt/intel/common/mdf/lib64/igfxcmrt64.so
    sudo ln -s /opt/intel/common/mdf/lib64/libigfxcmrt64.so /opt/intel/common/mdf/lib64/igfxcmrt64.so

    sudo rm /opt/intel/mediasdk/lib64/libva-x11.so.2
    sudo ln -s /opt/intel/mediasdk/lib64/libva-x11.so /opt/intel/mediasdk/lib64/libva-x11.so.2

    sudo rm /opt/intel/mediasdk/lib64/libva.so.2
    sudo ln -s /opt/intel/mediasdk/lib64/libva.so /opt/intel/mediasdk/lib64/libva.so.2

    sudo rm /opt/intel/mediasdk/lib64/libva-glx.so.2
    sudo ln -s /opt/intel/mediasdk/lib64/libva-glx.so /opt/intel/mediasdk/lib64/libva-glx.so.2

    sudo rm /opt/intel/mediasdk/lib64/libva-drm.so.2
    sudo ln -s /opt/intel/mediasdk/lib64/libva-drm.so /opt/intel/mediasdk/lib64/libva-drm.so.2

    sudo rm /opt/intel/mediasdk/lib64/libigdgmm.so.1
    sudo ln -s /opt/intel/mediasdk/lib64/libigdgmm.so /opt/intel/mediasdk/lib64/libigdgmm.so.1

    sudo rm /opt/intel/mediasdk/lib64/libmfx.so.1
    sudo ln -s /opt/intel/mediasdk/lib64/libmfx.so /opt/intel/mediasdk/lib64/libmfx.so.1

    sudo rm /opt/intel/mediasdk/lib64/libmfxhw64.so.1
    sudo ln -s /opt/intel/mediasdk/lib64/libmfxhw64.so /opt/intel/mediasdk/lib64/libmfxhw64.so.1





    share|improve this answer






























      0














      I decided to install the older R3 version of OpenVino instead of the newest R4 version that came out this week, and no longer had problems. Don't know if it might just be something else at play too...






      share|improve this answer






















        Your Answer






        StackExchange.ifUsing("editor", function ()
        StackExchange.using("externalEditor", function ()
        StackExchange.using("snippets", function ()
        StackExchange.snippets.init();
        );
        );
        , "code-snippets");

        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "1"
        ;
        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%2fstackoverflow.com%2fquestions%2f53326085%2fintel-movidius-stick-setup-ldconfig-igfxcmrt64-so-is-not-a-symbolic-link%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        3














        I think Intel developer made mistake in installation package with copying the referred files instead of symmlinks. the solution is simple as well: go to the folder, delete the repeated files, and rebuild the symmlinks.






        share|improve this answer



























          3














          I think Intel developer made mistake in installation package with copying the referred files instead of symmlinks. the solution is simple as well: go to the folder, delete the repeated files, and rebuild the symmlinks.






          share|improve this answer

























            3












            3








            3







            I think Intel developer made mistake in installation package with copying the referred files instead of symmlinks. the solution is simple as well: go to the folder, delete the repeated files, and rebuild the symmlinks.






            share|improve this answer













            I think Intel developer made mistake in installation package with copying the referred files instead of symmlinks. the solution is simple as well: go to the folder, delete the repeated files, and rebuild the symmlinks.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 16 at 0:32









            Sun XishanSun Xishan

            312




            312























                1














                To extend on @SunXishan answer, here is a script that converts the copied files to symlinks. This is for R5.0.1



                sudo rm /opt/intel/common/mdf/lib64/igfxcmrt64.so
                sudo ln -s /opt/intel/common/mdf/lib64/libigfxcmrt64.so /opt/intel/common/mdf/lib64/igfxcmrt64.so

                sudo rm /opt/intel/mediasdk/lib64/libva-x11.so.2
                sudo ln -s /opt/intel/mediasdk/lib64/libva-x11.so /opt/intel/mediasdk/lib64/libva-x11.so.2

                sudo rm /opt/intel/mediasdk/lib64/libva.so.2
                sudo ln -s /opt/intel/mediasdk/lib64/libva.so /opt/intel/mediasdk/lib64/libva.so.2

                sudo rm /opt/intel/mediasdk/lib64/libva-glx.so.2
                sudo ln -s /opt/intel/mediasdk/lib64/libva-glx.so /opt/intel/mediasdk/lib64/libva-glx.so.2

                sudo rm /opt/intel/mediasdk/lib64/libva-drm.so.2
                sudo ln -s /opt/intel/mediasdk/lib64/libva-drm.so /opt/intel/mediasdk/lib64/libva-drm.so.2

                sudo rm /opt/intel/mediasdk/lib64/libigdgmm.so.1
                sudo ln -s /opt/intel/mediasdk/lib64/libigdgmm.so /opt/intel/mediasdk/lib64/libigdgmm.so.1

                sudo rm /opt/intel/mediasdk/lib64/libmfx.so.1
                sudo ln -s /opt/intel/mediasdk/lib64/libmfx.so /opt/intel/mediasdk/lib64/libmfx.so.1

                sudo rm /opt/intel/mediasdk/lib64/libmfxhw64.so.1
                sudo ln -s /opt/intel/mediasdk/lib64/libmfxhw64.so /opt/intel/mediasdk/lib64/libmfxhw64.so.1





                share|improve this answer



























                  1














                  To extend on @SunXishan answer, here is a script that converts the copied files to symlinks. This is for R5.0.1



                  sudo rm /opt/intel/common/mdf/lib64/igfxcmrt64.so
                  sudo ln -s /opt/intel/common/mdf/lib64/libigfxcmrt64.so /opt/intel/common/mdf/lib64/igfxcmrt64.so

                  sudo rm /opt/intel/mediasdk/lib64/libva-x11.so.2
                  sudo ln -s /opt/intel/mediasdk/lib64/libva-x11.so /opt/intel/mediasdk/lib64/libva-x11.so.2

                  sudo rm /opt/intel/mediasdk/lib64/libva.so.2
                  sudo ln -s /opt/intel/mediasdk/lib64/libva.so /opt/intel/mediasdk/lib64/libva.so.2

                  sudo rm /opt/intel/mediasdk/lib64/libva-glx.so.2
                  sudo ln -s /opt/intel/mediasdk/lib64/libva-glx.so /opt/intel/mediasdk/lib64/libva-glx.so.2

                  sudo rm /opt/intel/mediasdk/lib64/libva-drm.so.2
                  sudo ln -s /opt/intel/mediasdk/lib64/libva-drm.so /opt/intel/mediasdk/lib64/libva-drm.so.2

                  sudo rm /opt/intel/mediasdk/lib64/libigdgmm.so.1
                  sudo ln -s /opt/intel/mediasdk/lib64/libigdgmm.so /opt/intel/mediasdk/lib64/libigdgmm.so.1

                  sudo rm /opt/intel/mediasdk/lib64/libmfx.so.1
                  sudo ln -s /opt/intel/mediasdk/lib64/libmfx.so /opt/intel/mediasdk/lib64/libmfx.so.1

                  sudo rm /opt/intel/mediasdk/lib64/libmfxhw64.so.1
                  sudo ln -s /opt/intel/mediasdk/lib64/libmfxhw64.so /opt/intel/mediasdk/lib64/libmfxhw64.so.1





                  share|improve this answer

























                    1












                    1








                    1







                    To extend on @SunXishan answer, here is a script that converts the copied files to symlinks. This is for R5.0.1



                    sudo rm /opt/intel/common/mdf/lib64/igfxcmrt64.so
                    sudo ln -s /opt/intel/common/mdf/lib64/libigfxcmrt64.so /opt/intel/common/mdf/lib64/igfxcmrt64.so

                    sudo rm /opt/intel/mediasdk/lib64/libva-x11.so.2
                    sudo ln -s /opt/intel/mediasdk/lib64/libva-x11.so /opt/intel/mediasdk/lib64/libva-x11.so.2

                    sudo rm /opt/intel/mediasdk/lib64/libva.so.2
                    sudo ln -s /opt/intel/mediasdk/lib64/libva.so /opt/intel/mediasdk/lib64/libva.so.2

                    sudo rm /opt/intel/mediasdk/lib64/libva-glx.so.2
                    sudo ln -s /opt/intel/mediasdk/lib64/libva-glx.so /opt/intel/mediasdk/lib64/libva-glx.so.2

                    sudo rm /opt/intel/mediasdk/lib64/libva-drm.so.2
                    sudo ln -s /opt/intel/mediasdk/lib64/libva-drm.so /opt/intel/mediasdk/lib64/libva-drm.so.2

                    sudo rm /opt/intel/mediasdk/lib64/libigdgmm.so.1
                    sudo ln -s /opt/intel/mediasdk/lib64/libigdgmm.so /opt/intel/mediasdk/lib64/libigdgmm.so.1

                    sudo rm /opt/intel/mediasdk/lib64/libmfx.so.1
                    sudo ln -s /opt/intel/mediasdk/lib64/libmfx.so /opt/intel/mediasdk/lib64/libmfx.so.1

                    sudo rm /opt/intel/mediasdk/lib64/libmfxhw64.so.1
                    sudo ln -s /opt/intel/mediasdk/lib64/libmfxhw64.so /opt/intel/mediasdk/lib64/libmfxhw64.so.1





                    share|improve this answer













                    To extend on @SunXishan answer, here is a script that converts the copied files to symlinks. This is for R5.0.1



                    sudo rm /opt/intel/common/mdf/lib64/igfxcmrt64.so
                    sudo ln -s /opt/intel/common/mdf/lib64/libigfxcmrt64.so /opt/intel/common/mdf/lib64/igfxcmrt64.so

                    sudo rm /opt/intel/mediasdk/lib64/libva-x11.so.2
                    sudo ln -s /opt/intel/mediasdk/lib64/libva-x11.so /opt/intel/mediasdk/lib64/libva-x11.so.2

                    sudo rm /opt/intel/mediasdk/lib64/libva.so.2
                    sudo ln -s /opt/intel/mediasdk/lib64/libva.so /opt/intel/mediasdk/lib64/libva.so.2

                    sudo rm /opt/intel/mediasdk/lib64/libva-glx.so.2
                    sudo ln -s /opt/intel/mediasdk/lib64/libva-glx.so /opt/intel/mediasdk/lib64/libva-glx.so.2

                    sudo rm /opt/intel/mediasdk/lib64/libva-drm.so.2
                    sudo ln -s /opt/intel/mediasdk/lib64/libva-drm.so /opt/intel/mediasdk/lib64/libva-drm.so.2

                    sudo rm /opt/intel/mediasdk/lib64/libigdgmm.so.1
                    sudo ln -s /opt/intel/mediasdk/lib64/libigdgmm.so /opt/intel/mediasdk/lib64/libigdgmm.so.1

                    sudo rm /opt/intel/mediasdk/lib64/libmfx.so.1
                    sudo ln -s /opt/intel/mediasdk/lib64/libmfx.so /opt/intel/mediasdk/lib64/libmfx.so.1

                    sudo rm /opt/intel/mediasdk/lib64/libmfxhw64.so.1
                    sudo ln -s /opt/intel/mediasdk/lib64/libmfxhw64.so /opt/intel/mediasdk/lib64/libmfxhw64.so.1






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Feb 26 at 5:15









                    mdsimmomdsimmo

                    8118




                    8118





















                        0














                        I decided to install the older R3 version of OpenVino instead of the newest R4 version that came out this week, and no longer had problems. Don't know if it might just be something else at play too...






                        share|improve this answer



























                          0














                          I decided to install the older R3 version of OpenVino instead of the newest R4 version that came out this week, and no longer had problems. Don't know if it might just be something else at play too...






                          share|improve this answer

























                            0












                            0








                            0







                            I decided to install the older R3 version of OpenVino instead of the newest R4 version that came out this week, and no longer had problems. Don't know if it might just be something else at play too...






                            share|improve this answer













                            I decided to install the older R3 version of OpenVino instead of the newest R4 version that came out this week, and no longer had problems. Don't know if it might just be something else at play too...







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Nov 16 '18 at 0:39









                            hegerberhegerber

                            467




                            467



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Stack Overflow!


                                • 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%2fstackoverflow.com%2fquestions%2f53326085%2fintel-movidius-stick-setup-ldconfig-igfxcmrt64-so-is-not-a-symbolic-link%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







                                這個網誌中的熱門文章

                                Barbados

                                How to read a connectionString WITH PROVIDER in .NET Core?

                                Node.js Script on GitHub Pages or Amazon S3