|
From: Steve B. <dr...@gm...> - 2013-01-23 20:16:10
|
Hi all,
I'm trying to build a TinyCA2 and openssl certificate authority using a SafeNet LunaPCI HSM on CentOS 5.8. The directions I've found online suggest using libp11 and engine_pkcs11. I have openssl and libp11 built, but engine_pkcs isn't configuring properly. First I made an empty 'm4' directory that seems to be necessary:
-----
[root@localhost engine_pkcs11]# ./bootstrap
+ test -f Makefile
+ rm -rf '*~' autom4te.cache aclocal.m4 config.guess config.log
config.status config.sub depcomp ltmain.sh
+ autoreconf --verbose --install --force
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
aclocal: error: couldn't open directory 'm4': No such file or directory
autoreconf: aclocal failed with exit status: 1
[root@localhost engine_pkcs11]# mkdir m4
-----
Now, I get the following error:
-----
[root@localhost engine_pkcs11]# ./bootstrap
...
aclocal.m4:235: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:90: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:70: AC_PROG_LIBTOOL is expanded from...
configure.ac:115: the top level
configure.ac:11: error: possibly undefined macro: AM_CONFIG_HEADER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
-----
I have installed a recent auto(re)conf:
-----
[root@localhost engine_pkcs11]# autoreconf --version
autoreconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>,
<http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
-----
Any pointers for me? Has anyone else built a CA using my approximate hw/sw configuration? Many thanks,
-------------------------------
Steve Beaty | dr...@gm...
www.k336.org | steve.k336.org
-----------------------------
|