I'm really bigginer of linux, so please someone help me please.
I tried install Houdini on Redhat WS4, and installer put all the files in /opt.
Then I try to go /opt/8.0.333/bin/houdini, but it said can't find .so files.
How can I lanch houdini? I read installation document, and it said I have to set bash file? whatever it said to do, but I don't know.
Maybe I should let the houdini know where those .so files are, I think.
Please let me know about instruction of installation of Houdini on RedhatWS4, and lanch successfuly.
installation Houdini on linux
6155 4 1- mayagasa
- Member
- 4 posts
- Joined: 7月 2005
- Offline
- JColdrick
- Member
- 4140 posts
- Joined: 7月 2005
- Offline
The process to install on any Linux platform is the same.
In your case, be sure to go to the install directory and enter:
source houdini_setup_bash
then:
houdini
If you're still getting errors, then it's probably the version you're installing doesn't match up with the particular Linux you're running. To be honest, I'm unsure about which release to run on that distro - perhaps someone else can comment about that.
Cheers,
J.C.
In your case, be sure to go to the install directory and enter:
source houdini_setup_bash
then:
houdini
If you're still getting errors, then it's probably the version you're installing doesn't match up with the particular Linux you're running. To be honest, I'm unsure about which release to run on that distro - perhaps someone else can comment about that.
Cheers,
J.C.
John Coldrick
- catlee
- Member
- 139 posts
- Joined: 7月 2005
- Offline
Sourcing houdini_setup is an important first step, it sets up LD_LIBRARY_PATH so that Houdini can find its libraries. So in your case, you can do:
cd /opt/hfs8.0.333
source houdini_setup_bash
houdini
(assuming that you're using bash. If you're using tcsh as your shell, then source houdini_setup instead)
These instructions can also be found in the Readme.txt file in Houdini's installation directory.
Redhat WS4 can probably use the RHEL4 build. Do you have a file called /usr/lib/libstdc++.so.6? If so, then you can use the RHEL4 build. If not, you're probably better off using the RH9 build.
cd /opt/hfs8.0.333
source houdini_setup_bash
houdini
(assuming that you're using bash. If you're using tcsh as your shell, then source houdini_setup instead)
These instructions can also be found in the Readme.txt file in Houdini's installation directory.
Redhat WS4 can probably use the RHEL4 build. Do you have a file called /usr/lib/libstdc++.so.6? If so, then you can use the RHEL4 build. If not, you're probably better off using the RH9 build.
- mayagasa
- Member
- 4 posts
- Joined: 7月 2005
- Offline
- uniqueloginname
- Member
- 330 posts
- Joined: 7月 2005
- Offline
-
- Quick Links