Difference between revisions of "HIP:PMP:DBI"

From Earlham CS Department
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
== Download Development Kit Project CD Image ==
 +
[[http://www.embeddedarm.com/linux/main.htm TS-Linux Main]]
 +
* mount the image (it has a lot of stuff on it)
 +
* find image-dev-3.02 and mount it
 +
* make a local copy of it's contents
 +
* chroot into it
 +
 
== Install Latest TS Perl ==
 
== Install Latest TS Perl ==
 
[[http://www.embeddedarm.com/linux/apps.htm TS-Linux Applications]]
 
[[http://www.embeddedarm.com/linux/apps.htm TS-Linux Applications]]

Revision as of 19:31, 5 August 2006

Download Development Kit Project CD Image

[TS-Linux Main]

  • mount the image (it has a lot of stuff on it)
  • find image-dev-3.02 and mount it
  • make a local copy of it's contents
  • chroot into it

Install Latest TS Perl

[TS-Linux Applications]

  • untar in root directory

Download DBD and Dependencies

[From CPAN]

  • DBD-Pg
  • DBI
  • Storable
  • PathTools
  • Test-Simple
  • Scalar-List-Utils
  • Test-Harness

[From PostgreSQL]

  • postgresql

Diagram of Dependiencies

                    ------
                   |DBD-Pg|
                       |
                      ---        ----------
                     |DBI|  --  |postgresql|
                       |
 --------          ---------          -----------
|Storable|   --   |PathTools|   --   |Test-Simple|
                       |                   |
               -----------------      ------------
              |Scalar-List-Utils|    |Test-Harness|