diff --git a/AIX/perl-IO-Socket-SSL/Build-notes b/AIX/perl-IO-Socket-SSL/Build-notes new file mode 100644 index 0000000..c2f3e54 --- /dev/null +++ b/AIX/perl-IO-Socket-SSL/Build-notes @@ -0,0 +1,19 @@ +Build Notes + +Need cc_r compiler installed on AIX build system. + +Download IO-Socket-SSL-1.06.tar.gz from CPAN. + +Write a copy of the gz file to /opt/freeware/src/packages/SOURCES. + +Unwrap the tar file in a temporary directory. (gunzip & tar -xvf ) + +Go to the subdirectory containing the Makefile and run "cpan2rpm ." +This will eventually fail but it does produce a spec file. + +Modify the spec file and put it in /opt/freeware/src/packages/SPECS. + +Run "rpm -bb IO-Socket-SSL.spec", which creates: + /opt/freeware/src/packages/RPMS/ppc/perl-IO-Socket-SSL-1.06-1.aix5.3.ppc.rpm + +