Posted by Noha.H.Hassan on 04/12/07 09:44
Dear All,
I am using php 5, apache server and windows OS.
i had openssl installed but it kept giving me these errors !!!
error:02001003:system library:fopen:No such process
error:2006D080:BIO routines:BIO_new_file:no such file
error:0B084002:x509 certificate
routines:X509_load_cert_crl_file:system lib
error:0B065068:x509 certificate routines:BY_FILE_CTRL:loading defaults
error:020010CE:system library:fopen:reason(206)
error:2006D080:BIO routines:BIO_new_file:no such file
now that i tried to reinstall openssl things are not really working
fine
the question is since i am a newbi with all that i cant fgure out how
i can reinstall the openssl .. i have ben tying to follow the
nstructions on php.net but no success.
here is the code i am using in php
<? $result= openssl_pkcs7_verify("thefile.p7m", PKCS7_NOSIGS);
echo "$result<br/>";
while ($msg = openssl_error_string())
echo $msg . "<br />\n"; ?>
[Back to original message]
|