Skip Menu |

This queue is for tickets about the Business-PayPal-EWP CPAN distribution.

Report information
The Basics
Id: 61508
Status: open
Priority: 0/
Queue: Business-PayPal-EWP

People
Owner: Nobody in particular
Requestors: fred [...] achieversintlinc.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: To install on Centos5 64 bit, OpenSSL 0.9.8e-fips-rhel5
To install on Centos5 64 bit, OpenSSL 0.9.8e-fips-rhel5, I had to do the following: Apply the patch noted at the end of bug "48877 Still segfaults" which is to add these lines to EWP.xs after line 100: /* p7bio now owns memBio, so don't try to free it */ memBio = NULL; run: perl Makefile.PL (There may be a way to change Makefile.PL to accomplish the following, but I'm not knowledgeable enough to know how.) edit Makefile and change lines 294 and 295 to look in /usr/lib64 Change: EXTRALIBS = -L/usr -L/usr/lib -lssl -lcrypto LDLOADLIBS = -L/usr -L/usr/lib -lssl -lcrypto To: EXTRALIBS = -L/usr -L/usr/lib64 -lssl -lcrypto LDLOADLIBS = -L/usr -L/usr/lib64 -lssl -lcrypto make make test make install
Sorry for acting on this super late. This is now fixed in 1.03. Thomas.
Subject: RE: [rt.cpan.org #61508] To install on Centos5 64 bit, OpenSSL 0.9.8e-fips-rhel5
Date: Fri, 24 Aug 2012 12:05:28 -0700
To: <bug-Business-PayPal-EWP [...] rt.cpan.org>
From: "Fred McIntyre" <fred [...] achieversintlinc.com>
Thanks. Always better late than never! I'll be installing this on two servers in the next week - first time since I did the bug report, so this was actually quite timely. Fred Show quoted text
-----Original Message----- From: Thomas Busch via RT [mailto:bug-Business-PayPal-EWP@rt.cpan.org] Sent: Friday, August 24, 2012 10:59 AM To: fred@achieversintlinc.com Subject: [rt.cpan.org #61508] To install on Centos5 64 bit, OpenSSL 0.9.8e-fips-rhel5 <URL: https://rt.cpan.org/Ticket/Display.html?id=61508 > Sorry for acting on this super late. This is now fixed in 1.03. Thomas.
From: fred [...] achieversintlinc.com
Just installed on CentOS6 64bit with OpenSSL 1.0.0. Did not install with cpan, Manual install was fine.