Announcement

Collapse
No announcement yet.

Missing lib on rocky 8

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Missing lib on rocky 8

    Hello there, I am running Rocky 8 and looks like Chaos player is looking for libva.so.1 BUT it is installed some how.
    Any idea ?

    [tang@render-1 ChaosPlayer]$ ./chaosplayer_hw
    ./chaosplayer_hw: error while loading shared libraries: libva.so.1: cannot open shared object file: No such file or directory
    [tang@render-1 ChaosPlayer]$


    xxxxxxxxx ChaosPlayer]$ sudo dnf install libva
    [sudo] password for xxxx:
    Last metadata expiration check: 0:51:43 ago on Fri 02 Sep 2022 09:56:27 AM PDT.
    Package libva-2.5.0-2.el8.x86_64 is already installed.
    Dependencies resolved.
    Nothing to do.
    Complete!



    Thank you !


  • #2
    So I have it figured it out actually, for those in the same situation...
    the libva installed is a libva.so.2 not libva.so.1

    So you need to create symlink for those lib to make it work:

    sudo ln -s /usr/lib64/libva.so.2 /usr/lib64/libva.so.1
    sudo ln -s /usr/lib64/libva-drm.so.2 /usr/lib64/libva-drm.so.1
    sudo ln -s /usr/lib64/libva-x11.so.2 /usr/lib64/libva-x11.so.1

    Cheers

    Comment


    • #3
      Ah, thanks for sharing, that's very good to know.
      Alex Yolov
      Product Manager
      V-Ray for Maya, Chaos Player
      www.chaos.com

      Comment

      Working...
      X