On 11/22/02 at 9:45 AM, [EMAIL PROTECTED] (Charlie Minow) wrote: > Hi, > > I've tried and tried and can't get DBD::mysql to work on my > powerbook. When I try to use it in a perl script i get a bunch of errors > that start like this: > > dyld: perl Undefined symbols: > _mysql_affected_rows > _mysql_close > _mysql_create_db > _mysql_data_seek > ...... and about 20 more just like these. > > I'm trying to install DBD::mysql from source code on 10.1.5 (because > I think I recall that once when I used CPAN it replaced my stock Perl > install with a new version). I've been able to do this on two Linux > servers, but for some reason I can't figure out what's going on on my > laptop. >
Is MySQL installed and working itself? How did you install it? (from source?) Which Perl are you using? The one from OS X 10.1.5 or another? Do you have DBI installed? This link provided some helpful info for me to get DBD::mysql going: http://duke.usask.ca/~dalglb/macosx/
