Difference between revisions of "HIP:PMP:DBI"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
== 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]] | ||
| − | * untar in root directory | + | * the dev image comes with an old version of their ts-perl |
| + | * remove the old perl | ||
| + | find / -name *perl* -print | xargs rm -rf | ||
| + | * untar new perl in root directory | ||
== Download DBD and Dependencies== | == Download DBD and Dependencies== | ||
Revision as of 19:33, 5 August 2006
Contents
Download Development Kit Project CD Image
- 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
- the dev image comes with an old version of their ts-perl
- remove the old perl
find / -name *perl* -print | xargs rm -rf
- untar new perl in root directory
Download DBD and Dependencies
- DBD-Pg
- DBI
- Storable
- PathTools
- Test-Simple
- Scalar-List-Utils
- Test-Harness
- postgresql
Diagram of Dependiencies
------
|DBD-Pg|
|
--- ----------
|DBI| -- |postgresql|
|
-------- --------- -----------
|Storable| -- |PathTools| -- |Test-Simple|
| |
----------------- ------------
|Scalar-List-Utils| |Test-Harness|