----- Original Message -----
From: "Oliver Bode" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 11:34 PM
Subject: Re: smime system call problem
>
> No information that I can pinpoint in the logs or the coredump.
>
> Even when I run the full path I get a core dump with the browser - but not
> with ssh - it's weird and I don't understand it.
>
>
It would be handy to see what perl is sending to STDERR and I gather you're
not seeing that.
Assuming that the '2>&1' redirect works on your OS, I'd be rewriting the
script as:
#!/usr/bin/perl -w
$out =`openssl smime -encrypt -in message.txt cert.pem 2>&1`;
print "Content-type: text/html\n\n";
print "\$out = $out\n";
See what that does when run from the browser - if you can stand another core
dump :-)
(I'm not familiar with your OS, so I probably should be remaining quiet.)
Cheers,
Rob
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]