Hi!
In my centos5.2 system, I have already installed openssl_0.9.8b-10.el5_2.1.rpm package. But when I try to make a CA server, the crl.pem could no be made by me, prompted like below: [r...@cncips ~]# openssl ca -gencrl -out crl.pem Using configuration from /etc/pki/tls/openssl.cnf Enter pass phrase for ../../CA/private/cakey.pem: unable to load certificate 10983:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:644:Expecting: TRUSTED CERTIFICATE And also the system will prompt this information : padlocd:VIA padlock not detected padlocd:VIA padlock not detected padlocd:VIA padlock not detected So I just try to update my openssl, for google tell me to do that. But When I install openssl-0.9.8j, use the command make test, there are some error just like below: eng_all.c:(.text+0xe): undefined reference to `ENGINE_load_4758cca' eng_all.c:(.text+0x13): undefined reference to `ENGINE_load_aep' eng_all.c:(.text+0x18): undefined reference to `ENGINE_load_atalla' eng_all.c:(.text+0x21): undefined reference to `ENGINE_load_cswift' eng_all.c:(.text+0x26): undefined reference to `ENGINE_load_chil' eng_all.c:(.text+0x2b): undefined reference to `ENGINE_load_nuron' eng_all.c:(.text+0x31): undefined reference to `ENGINE_load_sureware' eng_all.c:(.text+0x39): undefined reference to `ENGINE_load_ubsec' collect2: ld returned 1 exit status make[2]: *** [link_app.] Error 1 make[2]: Leaving directory `/usr/src/openssl-0.9.8j/test' make[1]: *** [evp_test] Error 2 make[1]: Leaving directory `/usr/src/openssl-0.9.8j/test' make: *** [tests] Error 2 Please tell me how to deal with this problem! Thanks for a lot !