Actually I probably should have noticed this earlier
The Houdini 6.0.286 environment has been initialized.
gnuyen@joe:~$ echo $LD_LIBRARYN32_PATH
gnuyen@joe:~$ echo $LD_LIBRARY_PATH
/usr/hfs6/dsolib

home/gnuyen/lib

home/gnuyen/cvs/nebula/bin/linuxd

usr/aw/maya4.5/lib:
gnuyen@joe:~$ export LD_LIBRARY_PATH=/usr/hfs6/mozilla:$LD_LIBRARY_PATH
gnuyen@joe:~$ houdini &
14093
gnuyen@joe:~$ Spawn Error: : No such file or directory
Error running ./hbrowser
Argument list:
0: ./hbrowser
Error: Could not communicate to browser when waiting for launch
Error: Could not communicate to open a window
Note the stuff on the end? I also added /usr/hfs6/mozilla to my path and that didn't make any difference, neither did adding a symlink to hbrowser in /usr/hfs6/bin
I should note that I'm using bash, and source the houdini_setup_bash script which apparently isn't used that much as it had a bug in it? I had to change line 104 from
if ; then
to
if ; then
or something like that (i forget exactly). This change shouldn't make much of a diff since that section of code doesn't do anything useful
Also I should note, that the behavior has since regressed to not showing the source at all, just showing a blank page. This was the behavior that was initially showing, but once it showed the text of the html source in the help pane