Perl DBI doesn't work?

medazinol

Registered
I'm having some difficulties with Perl interfacing with Mysql.

I've got a Perl application that I'm trying to run on OS X (works fine under Linux) and I need to have Perl interface with Mysql.

I've downloaded DBI, Mysql DBI driver and Data Show Table drivers. I run through the perl Makefile.PL , make , make test and finally make install.
It reports an error when I run the Perl app. I've modified the directories it looks for and they are correct... but it dies...

What's gives? The test seems to connect to the database properly but it reports that it cannot locate a particular .pm file in the app..

I know 'm taking a stab here since the program is internal but its not thing really complicated...

Any thoughts or is this attributed to something perhaps broken in 10.1?
 
Back
Top