MacOS 10.3 (Panther) and trying moto

"Daniel Rubin" <daniel-XBozmIJDIs5Wk0Htik3J/[email protected]> Sat, 10 Jan 2004 06:08:40 -0000 (GMT)
Newsgroups gmane.comp.lang.moto.user
Message-ID <[email protected]>
I'm keen to give moto a bash and was pleasantly surprised by the
clean compile on MacOSX. Hoping to test moto without installing it
into the /usr/local/ hierarchy I supplied another location with the
--prefix= option and seem to have most everything working but the
apache integration.

I've successfully interpreted a file using bin/moto but when trying
to start the apache supplied by Apple with the necessary changes
made in httpd.conf I get the following :

### Pre-Loading Extension 'libmx_codex_db_mysql.so' from
'/Users/daniel/app/moto/mx/codex/db/mysql/libmx_codex_db_mysql.so'
### Pre-Loading Extension 'libmx_codex_http.so' from
'/Users/daniel/app/moto/mx/codex/http/libmx_codex_http.so'
### Pre-Loading Extension 'libmx_codex_io.so' from
'/Users/daniel/app/moto/mx/codex/io/libmx_codex_io.so'
### Pre-Loading Extension 'libmx_codex_util.so' from
'/Users/daniel/app/moto/mx/codex/util/libmx_codex_util.so'
### Pre-Loading Extension 'libmx_cstdlib.so' from
'/Users/daniel/app/moto/mx/cstdlib/libmx_cstdlib.so'
### Pre-Loading Extension 'libmx_moto.so' from
'/Users/daniel/app/moto/mx/moto/libmx_moto.so'
dyld: /usr/sbin/httpd Undefined symbols:
_ArrayBoundsException_create
_ArrayBoundsException_createDefault
_IllegalArgumentException_create
_IllegalArgumentException_createDefault
.
.
.

Does anyone have any ideas about what I will need to massage to have
these symbols found correctly? Thanks.

 - Daniel

postscript: Being forced to stay connected to browse documentation
is a little crummy. Any chance that the missing (but mentioned in
README) /doc and /examples directories from the 0_20_0 source
archive are available somewhere else?