Jump to content

HDK plugin loading troubleshooting


Recommended Posts

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 by stkeg
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...