Asterisk will not start on new install

I followed these instructions to get Asterisk running with FreePBX:
aussievoip.com/wiki/index.ph … PBX-Centos

When I run /etc/init.d/asterisk start asterisk never starts. I checked with ps aux. /var/log/asterisk/full shows this as the last 10 lines:
tail /var/log/asterisk/full
Sep 5 01:56:56 VERBOSE[10781] logger.c: [pbx_dundi.so]Sep 5 01:56:56 VERBOSE[10781] logger.c: [pbx_dundi.so] => (Distributed Universal Number Discovery (DUNDi))
Sep 5 01:56:56 ERROR[10781] pbx_dundi.c: Unable to load config dundi.conf
Sep 5 01:56:56 VERBOSE[10781] logger.c: [chan_mgcp.so]Sep 5 01:56:56 VERBOSE[10781] logger.c: [chan_mgcp.so] => (Media Gateway Control Protocol (MGCP))
Sep 5 01:56:56 NOTICE[10781] chan_mgcp.c: Unable to load config mgcp.conf, MGCP disabled
Sep 5 01:56:56 VERBOSE[10781] logger.c: [chan_local.so]Sep 5 01:56:56 VERBOSE[10781] logger.c: [chan_local.so] => (Local Proxy Channel)
Sep 5 01:56:56 VERBOSE[10781] logger.c: [skipping chan_oss.so]
Sep 5 01:56:56 VERBOSE[10781] logger.c: [chan_zap.so]Sep 5 01:56:56 VERBOSE[10781] logger.c: [chan_zap.so] => (Zapata Telephony)
Sep 5 01:56:56 ERROR[10781] chan_zap.c: Unable to load config zapata.conf
Sep 5 01:56:56 WARNING[10781] loader.c: chan_zap.so: load_module failed, returning -1
Sep 5 01:56:56 WARNING[10781] loader.c: Loading module chan_zap.so failed!

I’m using the latest svn Asterisk-1.2 on a fully updated CentOS 4.4 install. Can anyone tell me why this isn’t working?

it cant fine zapata.conf (in /etc/asterisk) or the file is invalid.
check /etc/asterisk. If you don’t have zapata.conf and a handful of other files, do ‘make samples’ in the asterisk source folder. This will populate your config folder (/etc/asterisk) with sample files… This will also OVERWRITE any configs you have, so be careful!