Hi List- Thanks very kindly to Johnny Gonzalez for pointing it out to me, and to Kevin Mitcham for writing it, I've been using the OpenCA Cookbook to get myself started.
Unfortunately, I'm having problems already. Perhaps I need a different perl module installed. make gives me the following error message: ========================================== ... XML-Twig-3.09/MANIFEST make[4]: Entering directory `/mnt/tmp/working/openca-0.9.2-RC6/src/modules' Checking if your kit is complete... Looks good Warning: prerequisite XML::Parser 2.23 not found. Writing Makefile for XML::Twig make[4]: Leaving directory `/mnt/tmp/working/openca-0.9.2-RC6/src/modules' make[4]: Entering directory `/mnt/tmp/working/openca-0.9.2-RC6/src/modules/XML-Twig-3.09' /usr/bin/perl5.8.4 speedup Twig.pm.slow > Twig.pm Can't locate XML/Parser.pm in @INC (@INC contains: ../Digest-SHA1-2.02/blib/lib ../IO-Socket-SSL-0.92/blib/lib ../IO-stringy-2.108/blib/lib ../MIME-tools-5.411/blib/lib ../MailTools-1.58/blib/lib ../Net-Server-0.86/blib/lib ../XML-Twig-3.09/blib/lib ../libintl-perl-1.10/blib/lib ../openca-ac/blib/lib ../openca-configuration/blib/lib ../openca-crl/blib/lib ../openca-crypto/blib/lib ../openca-db/blib/lib ../openca-dbi/blib/lib ../openca-ldap/blib/lib ../openca-log/blib/lib ../openca-openssl/blib/lib ../openca-pkcs7/blib/lib ../openca-req/blib/lib ../openca-session/blib/lib ../openca-statemachine/blib/lib ../openca-tools/blib/lib ../openca-tristatecgi/blib/lib ../openca-ui-html/blib/lib ../openca-x509/blib/lib ../openca-xml-cache/blib/lib ../perl-ldap-0.28/blib/lib ../Digest-SHA1-2.02/blib/arch ../IO-Socket-SSL-0.92/blib/arch ../IO-stringy-2.108/blib/arch ../MIME-tools-5.411/blib/arch ../MailTools-1.58/blib/arch ../Net-Server-0.86/blib/arch ../XML-Twig-3.09/blib/arch ../libintl-perl-1.10/blib/arch ../openca-ac/blib/arch ../openca-configuration/blib/arch ../openca-crl/blib/arch ../openca-crypto/blib/arch ../openca-db/blib/arch ../openca-dbi/blib/arch ../openca-ldap/blib/arch ../openca-log/blib/arch ../openca-openssl/blib/arch ../openca-pkcs7/blib/arch ../openca-req/blib/arch ../openca-session/blib/arch ../openca-statemachine/blib/arch ../openca-tools/blib/arch ../openca-tristatecgi/blib/arch ../openca-ui-html/blib/arch ../openca-x509/blib/arch ../openca-xml-cache/blib/arch ../perl-ldap-0.28/blib/arch /etc/perl /usr/lib/perl5/site_perl/5.8.4/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.4/i686-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.4/i686-linux-thread-multi /usr/lib/perl5/5.8.4 /usr/local/lib/site_perl /usr/lib/perl5/site_perl/5.8.2 .) at speedup line 5. BEGIN failed--compilation aborted at speedup line 5. make[4]: *** [Twig.pm] Fehler 2 make[4]: Leaving directory `/mnt/tmp/working/openca-0.9.2-RC6/src/modules/XML-Twig-3.09' make[3]: *** [XML-Twig-3.09] Error 2 make[3]: Leaving directory `/mnt/tmp/working/openca-0.9.2-RC6/src/modules' make[2]: *** [modules] Error 2 make[2]: Leaving directory `/mnt/tmp/working/openca-0.9.2-RC6/src/modules' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/mnt/tmp/working/openca-0.9.2-RC6/src' make: *** [src] Error 2 tombstone openca-0.9.2-RC6 # epm -q XML-Parser XML-Parser-2.34 ============================== It looks like make wants XML::Parser 2.23 and I have XML::Parser-2.34. Is this an important dependency? I mean, does 2.34 lose something that 2.23 has? If not, can someone offer any hints as to how to get around this? I configured with Kevin's configure line (or very near to it): tombstone openca-0.9.2-RC6 # ./configure --prefix=/usr/local/openra --with-httpd-user=apache --with-httpd-group=apache --with-openca-prefix=/usr/local/openra/openca --with-etc-prefix=/usr/local/openra/openca/etc --with-httpd-fs-prefix=/usr/local/openra/httpd --with-module-prefix=/usr/local/openra/modules --with-node-prefix=ra-node --with-engine=no --with-web-host=gnosys.gnosys.us --enable-ocspd --enable-dbi --enable-rbac --with-hierarchy-level=ra Or is this the problem? "Can't locate XML/Parser.pm in @INC (@INC contains: ..." I don't see XML/Parser.pm in @INC either. How do I get it there given that I do have this module installed on my system? Any thoughts? Thanks! -Kevin ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
