Link to home
Start Free TrialLog in
Avatar of thomasbonham
thomasbonhamFlag for United States of America

asked on

MySQL on the MAC OS X 10.4

I'm unable to get the MySQL drivers to install on my Mac OS X 10.4.9. I was able to create a driver from the download that I put on my desktop for dev.mysql.com. I just the following error when I try to create DSN.


[iODBC][Driver Manager]dlopen(/usr/lib/libmyodbc3.dylib, 6): image not found
[iODBC][Driver Manager]Specified driver could not be loaded

This is not my first options. I can't get the perl DBD::mysql to load right. If I tell it where the mysql_config is it errors on the make, if I don't tell it where the mysql_config is it will give warning on the perl MakeFIle.PL and then not pass the make test.

Thanks for any help.

Thomas
Avatar of Adam314
Adam314

Have you tried installing using CPAN?
eg:   perl -MCPAN -e 'install DBD::mysql"
Avatar of thomasbonham

ASKER

I have tried that first and I have tried instilling by hand. No look.

thanks,
did you try to install it using darwin ports?
No, I have never heard of that. Do you mind tell me more about it.

thanks,

thomas
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial