From b799789692e0e45e2772576fc0361a64a71d5a4d Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 24 Mar 2008 19:01:39 +0000 Subject: [PATCH] Initial version - Required for fsp.pm for LWP.pm --- AIX/perl-Crypt-SSLeay/Build-notes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 AIX/perl-Crypt-SSLeay/Build-notes diff --git a/AIX/perl-Crypt-SSLeay/Build-notes b/AIX/perl-Crypt-SSLeay/Build-notes new file mode 100644 index 0000000..2514d3d --- /dev/null +++ b/AIX/perl-Crypt-SSLeay/Build-notes @@ -0,0 +1,19 @@ +Build Notes + +Need cc_r compiler installed on AIX build system. + +Download Crypt-SSLeay-0.57.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 Crypt-SSLeay.spec", which creates: + /opt/freeware/src/packages/RPMS/ppc/perl-Crypt-SSLeay-0.57-1.aix5.3.ppc.rpm + +