Hello...

        This is actually the first time I've tried to get this installed
and working...

        I installed OpenCA-SNAP-20000916 with the command "make full-ca".
The web server comes up with the correct pages but when I try to go
through "Initialization" and "Generate New CA Secret Key", I get the
error "The document contains no data.  Try again later, or contact the
server's administrator."

        The error log for the server has this line in it:

Can't call method "setParams" on an undefined value at /home/httpd/cgi-ca/ca line 112.

        It seems to be unhappy with this block of code:

] local $shellPath = getRequired( 'openssl' );
] local $tmpdir    = getRequired( 'TempDir' );
] local $dbDir     = getRequired( 'dbDir' );
] local $sslcnf    = getRequired( 'sslconfig' );
] local $verify    = getRequired( 'VerifyPath' );
] local $sign      = getRequired( 'SignPath' );
] 
] local $cryptoShell = new OpenCA::OpenSSL;
] 
] $cryptoShell->setParams( SHELL =>"$shellPath",
]                          CONFIG=>"$sslcnf",
]                          TMPDIR=>"$tmpdir",
]                          VERIFY=>"$verify",
]                          SIGN  =>"$sign", );
] 
]                 ####     STDERR=>"/dev/null" );

        The error is on the "$cryptoShell->setParams(..." line.

        Mike
-- 
 Michael H. Warfield    |  (770) 985-6132   |  [EMAIL PROTECTED]
  (The Mad Wizard)      |  (678) 463-0932   |  http://www.wittsend.com/mhw/
  NIC whois:  MHW9      |  An optimist believes we live in the best of all
 PGP Key: 0xDF1DD471    |  possible worlds.  A pessimist is sure of it!


--------------------------------------------------------------
Per problemi: [EMAIL PROTECTED] oppure (anche meglio)
[EMAIL PROTECTED]  (messaggio con la sola parola HELP)
--------------------------------------------------------------

Reply via email to