GPUOpen-LibrariesAndSDKs / RadeonProRenderSDK

AMD Radeon™ ProRender is a powerful physically-based path traced rendering engine that enables creative professionals to produce stunningly photorealistic images.
https://gpuopen.com/radeon-prorender-suite/
Other
220 stars 46 forks source link

Missing Libraries for Command Line tools on Ubuntu 22.04 LTS #57

Closed goetzmoritz closed 1 year ago

goetzmoritz commented 1 year ago

Hi all,

I'd like to know what to do about missing libraries that are keeping me from running the CL-Tools:

~/RadeonProRenderSDK$ RadeonProRender/binUbuntu18/RprsRender64 ./Resources/Meshes/matball.rprs config.json 
E010000: RPR plugin 'libTahoe64.so' not found.
file=../Rpr/Apps/RprsRender/main.cpp (1164)
Critical error : the program stops now.

The tutorials compiled well though but they also exit with an error:

~/RadeonProRenderSDK/tutorials/Bin$ ./05_basic_scene64 
./05_basic_scene64: error while loading shared libraries: libRadeonProRender64.so: cannot open shared object file: No such file or directory

However the $PATH includes the absolute path to all libraries. Anybody knows what to do?

goetzmoritz commented 1 year ago

Just in case somebody else has that issue: LD_LIBRARY_PATH needs to be pointing to the RadeonProRenderSDK/RadeonProRender/xxx directory