openssl srp分段错误(内核转储)

openssl srp分段错误(内核转储),openssl,ubuntu-16.04,Openssl,Ubuntu 16.04,我正在尝试为apache2创建一个TLS-SRP密码验证程序文件,但正在运行 touch password.srpv openssl srp -verbose -srpvfile password.srpv -add -gn 1536 mirko 我得到以下输出/错误 Trying to read SRP verifier file "password.srpv" Database initialised Database has no g N information. 14046432597

我正在尝试为apache2创建一个TLS-SRP密码验证程序文件,但正在运行

touch password.srpv
openssl srp -verbose -srpvfile password.srpv -add -gn 1536 mirko
我得到以下输出/错误

Trying to read SRP verifier file "password.srpv"
Database initialised
Database has no g N information.
140464325973656:error:02001002:system library:fopen:No such file or directory:bss_file.c:175:fopen('password.srpv.attr','rb')
Enter pass phrase for mirko:
Verifying - Enter pass phrase for mirko:
Creating
 user="mirko"
 g="1536"
 N="<NULL>"
Segmentation fault (core dumped)

Apache是否拥有文件
password.srpv
password.srpv.attr
的权限?是的,我也用sudo尝试过,我没有创建password.srpv.attr文件,如果我创建它,我会得到几乎相同的输出,唯一的区别是“140460255950488:error:0E06D06C:配置文件例程:NCONF_get_string:no value:conf_lib.c:324:group=name=unique_subject”而不是“140464325973656:error:020001002:system library:fopen:没有这样的文件或目录:bss_file.c:175:fopen('password.srpv.attr','rb')”运行“openssl srp”时会发生错误“命令,我没有配置apache端yetI在ubuntu 14.04(OpenSSL 1.0.1f 2014年1月6日)上试用过它,它正在那里工作,当我下载旧版本的源代码并运行“make”时,如果不运行“make install”,我怎么能使用它呢?”?
$ openssl version
OpenSSL 1.0.2g  1 Mar 2016