in reply to Re^4: Cross-platform DB
in thread Cross-platform DB

You need to install DBI and DBD::SQLite. As others have asked, what perl are you using? If Activestate, then by using ppm, these dependencies are auto-magically resolved for you.

-derby

Replies are listed 'Best First'.
Re^6: Cross-platform DB
by wpahiker (Acolyte) on Feb 21, 2007 at 18:33 UTC
    On the current (windows) system I am at:
    This is perl, v5.8.8 built for MSWin32-x86-multi-thread (with 25 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Binary build 817 [257965] provided by ActiveState http://www.ActiveSta +te.com Built Mar 20 2006 17:54:25
    So, I guess I'm using activestate. As I said earlier, I'm new to all of this (windows systems). I did a search and found DBI.pm at C:\Perl\site\lib\PerlEx, so I'm not sure why it's not finding it.

    As to installing DBD::SQLite, again, I went to the site, the download was a .kit file, what do I do with a .kit file????

    I know this will turn most stomachs, but I'm a Mac person. If this didn't have to be cross-platform there would be no problem. MS doesn't like DBM records over 1k, not a problem with the Mac. I'm trying to find a working solution for both platforms.

      Don't go to the sqlite website, use ppm:

      C:> ppm >install DBD-SQLite >exit

      -derby
        Perfect! Thanks!

        Anyone know if the install on the Mac is similar? Did not see a Mac install up there.

        Again, derby, thanks.