List:MySQL and Perl« Previous MessageNext Message »
From:David Graham Date:October 23 2003 5:29pm
Subject:[summary] Re: Make test failure - DBD-mysql-2.9002 - Mac OS X 10.2.8
View as plain text  
John provided a number of useful suggestions, but were unnecessary in 
my case. I had just installed everything from scratch in the default 
locations, including MySQL (no password set) just to make it easier. He 
also suggested looking at the source to see what the comments say, but 
it was beyond me as I'm completely new to Perl/MySQL/etc.

In the end, I decided to take Jochen's advice and simply "go on." 
Everything appears to be fine and I have Bugzilla up and running 
perfectly. Of course, tomorrow I'm upgrading to Panther (e.g., OS X 
10.3) and I'll probably have to go through this process once again. I 
guess that's the best way for us newbie's to learn, right?

Thanks to John and Jochen for their assistance!

- Dave


-- 

david m graham
619.322.9698
http://homepage.mac.com/davidgraham/


On Monday, October 20, 2003, at 05:18  PM, John Von Essen wrote:

> For starters, did you run perl Makefile.PL with the proper arguments 
> to make sure tests will run. The test routine needs to know your mysql 
> server hostname, username, and password. By default, it uses 
> localhost, root, and NULL password. Also, make sure your lib paths are 
> correct so it can find libmysqlclient.so. Example:
>
> 	perl Makefile.PL \
> 	--libs="-L/usr/local/mysql/lib/mysql -lmysqlclient -lz" \
> 	--cflags=-I/usr/local/mysql/include/mysql \
> 	--testhost=localhost \
> 	--testuser=someuser \
> 	--testpassword=somepass
> 	make
> 	make test
> 	make install
>
> As for the tests that failed. You can look at the source to see what 
> the comments say. However, keep in mind, that it is okay if a few 
> tests to fail. The DBD driver will still install and work.

Thread
[summary] Re: Make test failure - DBD-mysql-2.9002 - Mac OS X 10.2.8David Graham23 Oct