kitetrix Posted July 13, 2003 Share Posted July 13, 2003 After source the houdini_setup_bash scritp, i try to exec hselect and the next i get hselect: relocation error: /usr/hfs6/dsolib/libHoudiniUT.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference what im doing wrong Quote Link to comment Share on other sites More sharing options...
Marc Posted July 13, 2003 Share Posted July 13, 2003 Well, its definitely a library issue. Either RH9 is missing something that Houdini is looking for, or Houdini is compiledfor a different version and is looking for something totally incorrect . Either way, I think you should post this on the SESI forum, the programmers are always on there and only come here occasionally. And they're the ones who'll best be able to answer this question. Cheers marc P.S. If you would be so kind as to post the answer once you've got it. I'm sure there's plenty of people who would like to install Houdini with RH9.. Quote Link to comment Share on other sites More sharing options...
stevenong Posted July 13, 2003 Share Posted July 13, 2003 Hi there, RH9 is not supported and also the threading model is different. To get Houdini running, you have to set the LD_ASSUME_KERNEL environment variable which is a Linux specific variable. setenv LD_ASSUME_KERNEL 2.4.1 Good luck! Cheers! steven Quote Link to comment Share on other sites More sharing options...
capinXcrunch Posted July 20, 2003 Share Posted July 20, 2003 http://groups.google.com/groups?hl=en&lr=&...%3DN%26tab%3Dwg Found that interesting. -cheers Quote Link to comment Share on other sites More sharing options...
mandark Posted September 22, 2003 Share Posted September 22, 2003 Hi, I am facing the same problem. The very same problem also occurs while installing Maya on linux. it can be corrected using the same method by adding the line in the maya startup script. Wonder where this line goes in houdini. Maybe in houdini_startup_bash ? Please help as to where to add this line. I have followed the google thread but its not making any sense. Thanks. Quote Link to comment Share on other sites More sharing options...
tallkien Posted September 22, 2003 Share Posted September 22, 2003 You could put it in a simple houdini launch script if you don't want to source houdini_setup everytime you run houdini, Thats what I used to do. Gentoo doesn't need this variable #!/bin/tcsh setenv LD_ASSUME_KERNEL 2.4.1 cd /usr/hfs6.1 source houdini_setup houdini I prefer csh for whatever reason, at least for houdini for bash export LD_ASSUME_KERNEL="2.4.1" Its safe to put this in your .bashrc file also cheers Quote Link to comment Share on other sites More sharing options...
ykcosmo Posted December 15, 2003 Share Posted December 15, 2003 hwo to make such a scrip?? can you show me a full way? sorry, I am new to linux Quote Link to comment Share on other sites More sharing options...
tallkien Posted December 15, 2003 Share Posted December 15, 2003 su or login as root cd /usr/local/bin open your text editor of choice and copy the text exactly as you see above, save the file as eg. starthoudini or something chmod 755 starthoudini (to make it executable) run starthoudini from any shell Quote Link to comment Share on other sites More sharing options...
ykcosmo Posted December 16, 2003 Share Posted December 16, 2003 thx and, how to automaticly run a server, such as alfred server when I login as a user? Quote Link to comment Share on other sites More sharing options...
ykcosmo Posted December 16, 2003 Share Posted December 16, 2003 ok. I have done that. and the alt key is the biggest problme for me now. how can I use alt key under red hat linux 8.0 with KDE? thx! Quote Link to comment Share on other sites More sharing options...
tallkien Posted December 18, 2003 Share Posted December 18, 2003 Somewhere in your menubar/desktop configuration there is an option to use Alt or Meta as your Modifier key, Set it to Meta, then you should be able to use Alt Quote Link to comment Share on other sites More sharing options...
ykcosmo Posted December 19, 2003 Share Posted December 19, 2003 thank you .I have done it. 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.