Not likely, as if you look at the ones that failed, dropping/adding a
database, those are the ones that need some particular permissions. You can
modify test scripts if you like, but if the access is working, you can
probably install and get to work on it.
dave gomez
> After make, I get some warnings. Are these something I should worry
> about?
>
> /System/Library/Perl/darwin/CORE/perl.h:498: warning: Precomp
> '/usr/include/unistd.p' version number is 24 instead of 25, ignoring
> precomp
>
> After make test, it gets most of the way through, but some fail. Note
> that it is trying to use 'root' with no password again. In mysql, I
> granted all privileges to user "mysql" for test.*.
>
> t/akmisc............FAILED test 44
> Failed 1/351 tests, 99.72% okay
> t/dbdadmin..........ok 4/20Error while executing createdb: Can't create
> databaset/dbdadmin..........NOK 5New DB not in DSN list
> t/dbdadmin..........NOK 6Error while executing _DropDB: Access denied
> for user: t/dbdadmin..........ok 8/20$drh->admin('createdb') failed:
> Access denied for user: 'root@localhost' (Using password: NO)
> t/dbdadmin..........NOK 9DSN testab not in DSN list.
> t/dbdadmin..........NOK 10$drh->admin('dropdb') failed: Access denied
> for user: 'root@localhost' (Using password: NO)
> t/dbdadmin..........NOK 13$drh->admin('createdb') failed: Access denied
> for user: 'root@localhost' (Using password: NO)
> t/dbdadmin..........NOK 14DSN testac not in DSN list.
> t/dbdadmin..........NOK 15$drh->admin('dropdb') failed: Access denied
> for user: 'root@localhost' (Using password: NO)
> t/dbdadmin..........FAILED tests 5-7, 9-11, 13-15
> Failed 9/20 tests, 55.00% okay
> t/insertid..........ok
> t/mysql.............FAILED test 23
> Failed 1/68 tests, 98.53% okay
> t/mysql2............ok
> Failed Test Status Wstat Total Fail Failed List of Failed
> ------------------------------------------------------------------------
> --------
> t/akmisc.t 351 1 0.28% 44
> t/dbdadmin.t 20 9 45.00% 5-7, 9-11, 13-15
> t/mysql.t 68 1 1.47% 23
> 1 test and 14 subtests skipped.
> Failed 3/18 test scripts, 83.33% okay. 11/764 subtests failed, 98.56%
> okay.
>
> thanks,
> jon
>
>