Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 50535
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: Nobody in particular
Requestors: toddr [...] null.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.57
Fixed in: (no value)



Subject: not detecting CentOS openssl in /usr/bin
I just installed Crypt::SSLeay on CentOS. They appear to install openssl in /usr/bin. You do not look for it there. Could I suggest adding that as a place to look for it in? Message in question during perl Makefile.PL: --- ========================================================= =============== No installed SSL libraries found in any of the following places. /local /local/ssl /opt/ssl /usr /usr/local /usr/local/ssl /usr/local/openssl You will have to either specify a directory location at the following prompt, or rerun the Makefile.PL program and use the --lib switch to specify the path. If the path in question is considered standard on your platform, please consider filing a bug report in order to have it taken into account in a subsequent version of Crypt::SSLeay.
My bad. I mis-read the output. you're specifying prefixes in which case /usr was perfectly fine. It's OK to close this as not an issue.
Subject: Re: [rt.cpan.org #50535] not detecting CentOS openssl in /usr/bin
Date: Fri, 16 Oct 2009 23:56:43 +0200
To: bug-Crypt-SSLeay [...] rt.cpan.org
From: David Landgren <david [...] landgren.net>
Todd E. Rinaldo via RT wrote, some time around 16/10/2009 17:00: Show quoted text
> Queue: Crypt-SSLeay > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=50535 > > > My bad. I mis-read the output. you're specifying prefixes in which case /usr was perfectly fine. > > It's OK to close this as not an issue.
/usr/bin or /usr/lib ? I'll close the ticket; otherwise if something does in fact need to be done, we can special-case this. Does CentOS report a specific value in $^O? Thanks, David -- it's an anthem in a vacuum on a hyperstation, day dreaming days in a daydream nation
From: toddr [...] cpanel.net
No this was my bad. There is no error here. please close
If anything, what needs to be made clear is that the devel package is not installed (headers, etc.) In my case, what was initially confusing me was that openssl was there so I thought it just couldn't find it. To fix I had to run `yum -y install openssl-devel`
Closing because the error was due to the requestor's machine missing the openssl-devel package for the OS. -- Sinan