Hi,

I had the same Problems on my redhat box. Which Language has your system ?
On my system $LANG is set to $LANG=de_DE
So, I changed in SSLeay.pm line 347 the 'Invalid' statement to the german
'ungültig'. And then the installation works.

[...]
sub AUTOLOAD {

[...]

    if ($! != 0) {
        if ($! =~ /ungültig/i) {
                 ^^^^^^^^^^
            $AutoLoader::AUTOLOAD = $AUTOLOAD;
            goto &AutoLoader::AUTOLOAD;
        }
[...]


Maybe you have a Language problem.

Bye
Antonio
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to