Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with new Centos installation (librprUsd.so) #427

Closed
LucaPrassoDaydreamLabs opened this issue Dec 17, 2020 · 1 comment
Closed

Comments

@LucaPrassoDaydreamLabs
Copy link

I'm running Houdini 18.5.408 on a Centos VM.
I downloaded the latest RPR 2.0.13 and copied it on a local folder.
I created the proper package JSON file

{
	"env":[
		{
			"HOUDINI_PATH":"$RPR/houdini"
		},
		{
			"PYTHONPATH":"$RPR/lib"
		},
		{
			"RPR":"/netapp/AMDRadeonProRender/hdRpr-2.0.13-Houdini-18.5.408-py3.7-centos7"
		}
	]
}

The installation folder seems OK

ls /netapp/AMDRadeonProRender/hdRpr-2.0.13-Houdini-18.5.408-py3.7-centos7
activateHoudiniPlugin  houdini  include  INSTALL.md  lib  libraries  LICENSE.md  materials  plugin  README.md  version

ls /netapp/AMDRadeonProRender/hdRpr-2.0.13-Houdini-18.5.408-py3.7-centos7/lib
Hybrid.so     libMIOpen.so.2      libNorthstar64.so         libRadeonImageFilters.so.1      libRadeonML_MIOpen.so    libRadeonML_MIOpen.so.0.9.7  libRprLoadStore64.so  libTahoe64.so
libMIOpen.so  libMIOpen.so.2.0.1  libRadeonImageFilters.so  libRadeonImageFilters.so.1.5.4  libRadeonML_MIOpen.so.0  libRadeonProRender64.so      librprUsd.so          python

but when I start Houdini I get

Houdini DSO error on '/netapp/AMDRadeonProRender/hdRpr-2.0.13-Houdini-18.5.408-py3.7-centos7/houdini/dso/RPR_for_Houdini.so'
	librprUsd.so: cannot open shared object file: No such file or directory

What am I doing wrong?

Thanks,
Luca

@LucaPrassoDaydreamLabs
Copy link
Author

Never mind... I'm a moron... I had a typo in the JSON file...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant