Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi there, I'm trying to get MySQL Audit to work on a FreeBSD 6.2 system. cvsnt is working perfectly except when I try to use Audit. I've turned on tracing and the results look like this: 19:27:14: S -> server_main started 19:27:14: S -> run precommand proc server 19:27:14: S -> run_trigger() 19:27:14: S -> trigger file not found. 19:27:14: S -> LoadTrigger(info.la) 19:27:14: S -> LoadTrigger(email.la) 19:27:14: S -> Email trigger not enabled. 19:27:14: S -> Couldn't load trigger email.la 19:27:14: S -> LoadTrigger(audit.la) 19:27:14: S -> Connecting to MySql 19:27:14: S -> LibraryAccess::Load failed for '/usr/local/lib/cvsnt/database/mysql.la', error = No such file or directory 19:27:14: S -> Audit trigger database connection failed: Couldn't initialise dat abase engine. 19:27:14: S -> LoadTrigger(checkout.la) 19:27:14: S -> Checkout trigger not enabled. 19:27:14: S -> Couldn't load trigger checkout.la 19:27:14: S -> Call pre-loaded 'audit.la' 19:27:14: S -> precommand_proc() Audit trigger initialiasation failed: Couldn't initialise database engine. 19:27:14: S -> Call pre-loaded 'info.la' 19:27:14: S -> precommand_proc() 19:27:14: S -> default_trigger: parse_info(CVSROOT/precommand,%r %c,%<a,<null>) 19:27:14: S -> default_trigger: no file cvsnt server: Pre-command check failed 19:27:14: S -> run postcommand proc server 19:27:14: S -> run_trigger() I've looked in the /usr/local/lib/cvsnt/database/ directory and it is completely empty. Any ideas? Thanks, Howard