[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] OpenSSL on raq4i?
- Subject: RE: [cobalt-users] OpenSSL on raq4i?
- From: "Sim Ayers" <sim@xxxxxxxxxxxx>
- Date: Wed Oct 17 16:21:22 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Hi,
>
> Searched all the archives, Google, knowledgebase - just want to install
> an ickle Perl module called Crypt::SSLeay. When installing it says
> 'where's OpenSSL'.. and I don't know!
>
> Although OpenSSL seems to be fully installed on the Raq, it can't find
> the ssl.h file it's looking for (or even the 'openssl' directory in
> which it tries to find it). It's as if the OpenSSL installation is not
> fully complete/customised. Error from install (using CPAN):
>
> crypt_ssleay_version.h:1: openssl/ssl.h: No such file or directory
> crypt_ssleay_version.h:2: openssl/crypto.h: No such file or directory
>
> I need to find out how to get a proper OpenSSH installation, or the path
> to the one on the Raq, so I can install this module.. but I'm a bit
> scared of breaking OpenSSH altogether!
>
> Any ideas??
>
> ---
> Adam Knowles
> Internet Developer, Connectpoint New Media
Adam,
I had to do a full install of OpenSSL from source code to use
Crypt::SSLeay.
I installed OpenSSL in /usr/local/ssl. It will screw up your current HTTPS
server if you create test certs, so don't. Also, I remember going to the MIT
web site to find the fix for the install error I was getting. Something
about
changing a #define in one of the files to ELF. Probably a lot of other minor
fixes, but nothing to do with our current HTTPS server. After installing
Crypt::SSLeay and OpenSSL our clients can connect to AuthorizeNet and
Bank of America (BOFA) for credit card processing.
Sim