From: Andreas J. <an...@io...> - 2013-01-24 12:22:16
|
If you use the release *.tar.gz file, you don't need to ./bootstrap it. Instead simple run configure, everything you need should be included already. Good luck, Andreas 2013/1/23 Steve Beaty <dr...@gm...>: > 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 > ----------------------------- > > > > > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Opensc-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensc-devel |