JDM71

JDM71

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini and Ubuntu 6.10, Edgy May 20, 2007, 2:43 p.m.

KeithBallinger
Here's how I solved two problems installing Houdini Apprentice on ubuntu 6.10.

The problem with:
houdini.install: 765: let: not found
can be fixed by editing houdini.install. The very first line:
#!/bin/sh
should be changed to:
#!/bin/bash

It looks like ubuntu 6.10 has /bin/sh linked to /bin/dash which does not support the “let” builtin command. /bin/bash does support “let”.

The other problem can be fixed by editing sesinetd.install. The line:
gunzip -c $HERE/houdini.tar.gz | tar xf - “houdini/sbin/sesi*”
needs “–wildcards” added to the tar. It should look like this:
gunzip -c $HERE/houdini.tar.gz | tar xf - –wildcards “houdini/sbin/sesi*”

Those two changes should get houdini installed.

I continue to have trouble getting a license.

This work around works on Ubuntu Studio 7.04. The rest is following directions and pretty basic. One problem I had though was the license. It gave an error initially, but exited out and ran Houdini again. Came right up.