On Tue, Apr 10, 2012 at 1:02 PM, Alec Leamas <leamas.alec(a)gmail.com> wrote:
What happens if you run the perl test directly in the spec file?
Something
like
%prep
...
perl -e 'use DateTime::Format::ISO8601;'
echo "Found, status: $?"
Well I just tried but now for some reason I'm getting an ssl handshake
error when I try "make build":
OpenSSL.SSL.Error: [('SSL routines', 'SSL3_READ_BYTES', 'sslv3 alert
certificate expired'), ('SSL routines', 'SSL3_WRITE_BYTES', 'ssl
handshake failure')]
make: *** [plague] Error 1
I haven't changed anything on my end so I'm not sure what's going on.
Richard