trfins trfins wrote:
> 
> make test for openca-base fails until i remove use strict from a lot
> of files (not all) in openca-base-1.0.2/src/common/lib/cmds and after
> that many sub tests fail. I get messages on the lines of
> trying to substitute uninitialized variables (s///).
> 

Hi all,

my solution for make test on Fedora 10:

To run tests, except src/modules/openca-openssl/t/1.t

edit src/common/lib/cmds/Makefile (perl -c fails for some files)
   comment lines 197, 198, 199 to 
         #for cmd in $(CMDS); do \
         #$(PERL) -c $$PERL5OPT $$cmd; \
         #done;
or remove use strict

edit src/modules/Makefile (bad lib path)
   change line 110 to "PERL5LIB="$$PERL5LIB:../$$file/blib/lib"; \"

cp src/modules/openca-openssl/blib/arch/auto/OpenCA/OpenSSL/OpenSSL.*
src/modules/openca-openssl/blib/lib/auto/OpenCA/OpenSSL/

edit src/modules/openca-openssl/t/1.t 
   comment line 74 to "#$fail = 1;"

make test 

Regards

Peter Matuska

-- 
View this message in context: 
http://www.nabble.com/Request-for-better-documentation--clear-explanation-of-openCA-installation-procedure.-tp23633770p23648183.html
Sent from the openca-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to