From b9afd201a69b1e40f26a7c59d7d3675ae2c6e782 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 29 Jan 2008 18:30:33 +0000 Subject: [PATCH] Build notes for perl-DBI on AIX. --- AIX/perl-DBI/Build-notes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 AIX/perl-DBI/Build-notes 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 + +