diff --git a/AIX/perl-DBI/Build-notes b/AIX/perl-DBI/Build-notes new file mode 100644 index 0000000..873c39b --- /dev/null +++ b/AIX/perl-DBI/Build-notes @@ -0,0 +1,15 @@ +Build Notes + +Need cc_r compiler installed on AIX build system. + +Download DBI-1.55.tar.gz from CPAN. + +Use cpan2rpm to create basic spec file. (The cpan2rpm command fails but +produces the spec file first.) + +Modify the spec file. (The modified file is in this directory.) + +Run "rpm -bb DBI.spec". + - which created: /opt/freeware/src/packages/RPMS/ppc/perl-DBI-1.55-1.aix5.3.ppc.rpm + +