Forum OpenACS Q&A: Response to OpenACS 4 on Mac OS X (and Darwin) HOWTO now available

Mischa,

Seems like you might have really meant to thank Russell for the
tarball...

As far as your problem, I would recommend loading up your
server's error log in emacs.

When you get an invalid command error it is likely one of two
things:

1. you are calling the command wrong (usually a mispelling).  I
don't think this is the problem here.

2. the file that the proc was supposed to be defined in failed to
load at system startup for some reason

Check your error log to see if packages/acs-bootstrap-installer/
tcl/40-db-query-dispatcher-procs.tcl loaded correctly.  If not, that
is probably where your real error lies.  Unless it is part of a set of
other errors.  What does your error log say?

Oh yeah.

If you aren't sure how to load your error log, skim http://
www.arsdigita.com/boot-camp/psets/pset1.

Are you working off the alpha tarball or the latest cvs?

Keep us posted,