On Wednesday, October 23, 2002, at 11:52 PM, Jonathan Baumgartner wrote:

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
Problems with precompiled headers will cause your compile to take a little longer, but they don't affect the end result at all.

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/dbdadmin..........ok 4/20Error while executing createdb: Can't create databaset/dbdadmin..........NOK 5New DB not in DSN list
.... snip ...

The dbdadmin tests are testing administrative functions that need root access in order to work. It's normal for them to fail if you're using a non-root account for testing. In fact, I'd be concerned if they *didn't* fail. :-)

sherm--

If you listen to a UNIX shell, can you hear the C?



Reply via email to