Hello, Using debian-sarge i386, testing openca from cvs, 0.9.2-RC6 At the end is list of my ./configure options in total (yes, I know I have all set instead of setting head options only, I'm testing :). I'm doing with latest perl modules from CPAN uploaded with perl cpan shell, and latest expat / twig etc.
make went fine, when doing make test went fine when using --disable-external-modules. however when I uploaded again from cvs and did the same with --enable-external-modules (make without errors) with make test I have errors reporting that Convert::ASN1 in the system was not detected, and then some compilation problems with Convert::ASN1, and finally because of this make test failed. Details pasted below. For me external modules are preferable, because they're easy to install via apt. I'll try to solve this on my own, anyway any information from you welcomed :) I bought me lately a brand new machine so I'm happy with make clean && make && make test over and over again, i tried many times with different ./configure :) I'm using Convert::ASN1 0.17 from cpan. Another issue - looks like www.openca.org is quite old, including especially download section, RC6 is not mentioned at all, are they some fit-in-time problems? In general documentation is not up to date, what generates a little bit of chaos - I started testing a few days ago, unaware of many improvements and fixes which comes with latest versions, and reported already known/fixed problems, until I got myself up to date with cvs :) However You probably know about this. Now I'm going to test actual installation and set-up with "internal" modules anyway, especially with apache 2.x, anyone is doing this somewhere else? :) BTW You probably also know about it, however I found openca live-cd based on knoppix, which clears me much about openca in general :) It is available at http://www.dartmouth.edu/~deploypki/CA/InstallOpenCALiveCD.html Regards, Piotr Mentioned problem with ASN1 external is reported as: -- Encode object version 1.99_01 does not match bootstrap parameter 2.01 at /usr/lib/perl/5.8/DynaLoader.pm line 245. Compilation failed in require at ../../../modules/Convert-ASN1-0.18/blib/lib/Convert/ASN1.pm line 19. BEGIN failed--compilation aborted at ../../../modules/Convert-ASN1-0.18/blib/lib/Convert/ASN1.pm line 61. Compilation failed in require at ../../../modules/perl-ldap-0.28/blib/lib/Net/LDAP.pm line 11. BEGIN failed--compilation aborted at ../../../modules/perl-ldap-0.28/blib/lib/Net/LDAP.pm line 11. Compilation failed in require at ../../../modules/openca-ldap/blib/lib/OpenCA/LDAP.pm line 14. BEGIN failed--compilation aborted at ../../../modules/openca-ldap/blib/lib/OpenCA/LDAP.pm line 14. Compilation failed in require at initLDAP line 4. BEGIN failed--compilation aborted at initLDAP line 4. ---- (...) ---- ==> MISMATCHED content between MANIFEST and distribution files! <== t/0-signature....NOK 1# Failed test (t/0-signature.t at line 18) # Looks like you failed 1 tests of 1. t/0-signature....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/00prim.........Encode object version 1.99_01 does not match bootstrap parameter 2.01 at /usr/lib/perl/5.8/DynaLoader.pm line 245. Compilation failed in require at ../Convert-ASN1-0.18/blib/lib/Convert/ASN1.pm line 19. BEGIN failed--compilation aborted at ../Convert-ASN1-0.18/blib/lib/Convert/ASN1.pm line 61. Compilation failed in require at t/00prim.t line 7. BEGIN failed--compilation aborted at t/00prim.t line 7. t/00prim.........dubious Test returned status 2 (wstat 512, 0x200) t/01tag..........Encode object version 1.99_01 does not match bootstrap parameter 2.01 at /usr/lib/perl/5.8/DynaLoader.pm line 245. Compilation failed in require at ../Convert-ASN1-0.18/blib/lib/Convert/ASN1.pm line 19. BEGIN failed--compilati (...) ---- and total of ./configure, and yes, I know that some of the options are available also in config.xml --- #!/bin/bash ./configure \ --prefix=/usr \ --disable-external-modules \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --libexecdir=/usr/lib/OpenCA/libexec \ --datadir=/usr/share/OpenCA \ --sysconfdir=/etc \ --sharedstatedir=/usr/share/OpenCA/com \ --localstatedir=/var/OpenCA \ --libdir=/usr/lib \ --includedir=/usr/include \ --oldincludedir=/usr/include \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --enable-ocspd \ --enable-scep \ --enable-package-build=no \ --enable-engine=no \ --enable-openldap=yes \ --with-gnu-ld=yes \ --with-openssl-prefix=/usr/lib \ --with-openca-user=root \ --with-openca-group=root \ --with-openca-prefix=/usr/share/OpenCA \ --with-etc-prefix=/etc/OpenCA \ --with-lib-prefix=/usr/lib \ --with-var-prefix=/var/OpenCA \ --with-batch-prefix=batch \ --with-ca-prefix=ca \ --with-node-prefix=node \ --with-ra-prefix=ra \ --with-ldap-prefix=ldap \ --with-pub-prefix=pub \ --with-scep-prefix=scep \ --with-web-host=pwadas \ --with-httpd-user=www-data \ --with-httpd-group=www-data \ --with-httpd-fs-prefix=/etc/apache-perl \ --with-httpd-url-prefix=http://pwadas \ --with-htdocs-fs-prefix=/var/www/OpenCA \ --with-htdocs-url-prefix=http://pwadas \ --with-cgi-fs-prefix=/usr/lib/cgi-bin/OpenCA \ --with-cgi-url-prefix=http://pwadas/cgi-bin \ --with-batch-htdocs-fs-prefix=/var/www/OpenCA/batch \ --with-batch-cgi-fs-prefix=/usr/lib/cgi-bin/OpenCA/batch \ --with-ca-htdocs-fs-prefix=/var/www/OpenCA/ca \ --with-ca-cgi-fs-prefix=/usr/lib/cgi-bin/OpenCA/ca \ --with-node-htdocs-fs-prefix=/var/www/OpenCA/node \ --with-node-cgi-fs-prefix=/usr/lib/cgi-bin/OpenCA/node \ --with-ra-htdocs-fs-prefix=/var/www/OpenCA/ra \ --with-ra-cgi-fs-prefix=/usr/lib/cgi-bin/OpenCA/ra \ --with-ldap-htdocs-fs-prefix=/var/www/OpenCA/ldap \ --with-ldap-cgi-fs-prefix=/usr/lib/cgi-bin/OpenCA/ldap \ --with-pub-htdocs-fs-prefix=/var/www/OpenCA/pub \ --with-pub-cgi-fs-prefix=/usr/lib/cgi-bin/OpenCA/pub \ --with-scep-cgi-fs-prefix=/usr/lib/cgi-bin/OpenCA/scep \ --with-dist-user=pwadas \ --with-dist-group=staff \ --with-sendmail=/usr/sbin/sendmail \ --with-mailprogram="/usr/sbin/sendmail -n -t" \ --with-module-prefix=/usr/share/OpenCA/modules \ --with-ca-organization="MCG" \ --with-ca-country=PL \ --with-ca-locality=Krakow \ --with-ldap-port=389 \ --with-ldap-root="cn=admin,dc=nodomain" \ --with-ldap-root-pwd="admin" \ --enable-db \ --enable-dbi \ --disable-rbac \ --with-service-mail-account="[EMAIL PROTECTED]" \ --with-db-type=MySQL \ --with-db-name=OpenCA \ --with-db-host=localhost \ --with-db-port=3306 \ --with-db-user=root \ --with-db-passwd="" \ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel
