stkeg Posted August 30, 2014 Share Posted August 30, 2014 i have a hdk plugin that compiles, but doesn't load. i have HOUDINI_DSO_ERROR=2 set. anyone have any thoughts or suggestions for things i can check for troubleshooting? Quote Link to comment Share on other sites More sharing options...
edward Posted August 31, 2014 Share Posted August 31, 2014 So you're saying that you don't see your plugin being loaded from the print out of HOUDINI_DSO_ERROR=2? Then you've probably put it in a place that Houdini doesn't look for plugins. Quote Link to comment Share on other sites More sharing options...
stkeg Posted September 3, 2014 Author Share Posted September 3, 2014 (edited) xubuntu 12.04 LTS plugin installed to: /home/username/houdini12.5/dso i have other dependencies and have put them in the usual place (/usr/include and /usr/lib) and ran ldconfig. my dependencies are shared. ubuntu 12.04 comes with gcc 4.6. i wanted to match houdini 12.5 gcc4.4 so i have both compilers installed via sudo update-alternatives --config gcc (which is pretty handy and easy compared to manually trying to have 2 gcc versions installed) when i compile with 4.4, it doesn't load. when i compile with 4.6 the plugin loads. not exactly sure why 4.6 works over 4.4. maybe somethings break when using sudo update-alternatives --config gcc? Edited September 3, 2014 by stkeg Quote Link to comment Share on other sites More sharing options...
edward Posted September 3, 2014 Share Posted September 3, 2014 It also depends on the glibc version that was used to build your particular Houdini installation. Depending the various distros, it might be that your gcc 4.4 installation is using an older glibc version. Or, that your other dependencies require gcc 4.6 to work in the first place. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.