- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Net::SSLeay Perl module
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2007 09:53 PM
тАО01-05-2007 09:53 PM
Net::SSLeay Perl module
Now I'm a bit confused, because I don't know the differences between Crypto::SSLeay, Net::SSL and Net::SSLeay
My question is:
is Net::SSLeay Perl module working on Perl/OpenVMS ? (On the most recent versions of Perl for VMS).
Thank you.
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2007 07:32 AM
тАО01-08-2007 07:32 AM
Re: Net::SSLeay Perl module
My changes to Crypt::SSLeay to make the build able to locate the HP-supplied OpenSSL libraries on VMS are now in the latest release. I've never tried to build Net::SSLeay that I remember, but don't know any reason it wouldn't work. Have you tried it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2007 07:53 AM
тАО01-09-2007 07:53 AM
Re: Net::SSLeay Perl module
It requires to specify the path where OpenSSL can be found, but I didn't get success.
By looking at makefile.pl,
I suspect that it concatenate to the specified path, the common subdirs in Unix and Windows environment.
I have both HP SSL and OpenSSL from www.openssl.org
Thank you.
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2007 11:01 AM
тАО02-01-2007 11:01 AM
Re: Net::SSLeay Perl module
The test suite would need quite a makeover as well, so I haven't run it successfully, but the problems don't appear to have anything to do with the module itself, just a non-portable test suite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 04:06 AM
тАО02-02-2007 04:06 AM
Re: Net::SSLeay Perl module
I will try it in the next days.
Francesco