Re: [Catalyst] install_driver(mysql) failed:

2012-04-04 Thread Robyn Jonahs
I installed a DMG of mysql from the mysql site. I am thinking to upgrade MySQL to the current version and try to deal with the location when I do that. I will try to locate the install_name. They have tar balls along with the dmg's so I could try to build it. Thanks for the help. It is all

Re: [Catalyst] install_driver(mysql) failed:

2012-04-02 Thread Daniel J. Luke
On Apr 2, 2012, at 12:22 AM, Robyn Jonahs wrote: Ok so if I remove the link or leave it, the output from otool -L is /FOO/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/darwin-2level/auto/DBD/mysql/mysql.bundle: libmysqlclient.18.dylib (compatibility version 18.0.0, current

[Catalyst] install_driver(mysql) failed:

2012-04-01 Thread Robyn Jonahs
Hi Catalyst List and Experts, I am having trouble getting catalyst to hook up to my mysql server via $MyApp script/myapp_create.pl model DB DBIC::Schema MyApp::Schema create=static dbi:mysql:myapp 'tutorial' 'password' '{ AutoCommit = 1 }' as outlined in chapter 10 of the tutorial

Re: [Catalyst] install_driver(mysql) failed:

2012-04-01 Thread Daniel J. Luke
On Apr 1, 2012, at 2:30 PM, Robyn Jonahs wrote: DBIx::Class::Schema::Loader::make_schema_at(): DBI Connection failed: install_driver(mysql) failed: Can't load '/FOO/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/darwin-2level/auto/DBD/mysql/mysql.bundle' for module DBD::mysql:

Re: [Catalyst] install_driver(mysql) failed:

2012-04-01 Thread Robyn Jonahs
Thank you thank you thank you so much. That guided me in the correct direction. You got me to search for libmysqlclient.18.dylib which led me to http://www.blog.bridgeutopiaweb.com/post/how-to-fix-mysql-load-issues-on-mac-os-x/ which helped me to understand that I need to get the system to see

Re: [Catalyst] install_driver(mysql) failed:

2012-04-01 Thread Daniel J. Luke
On Apr 1, 2012, at 4:24 PM, Robyn Jonahs wrote: ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib I guess that works, but you usually don't want to mess around with system locations as updates from Apple might interfere with your changes there...) The

Re: [Catalyst] install_driver(mysql) failed:

2012-04-01 Thread Robyn Jonahs
Ok so if I remove the link or leave it, the output from otool -L is /FOO/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/darwin-2level/auto/DBD/mysql/mysql.bundle: libmysqlclient.18.dylib (compatibility version 18.0.0, current version 18.0.0) /usr/lib/libSystem.B.dylib