hi,
i checked out revision 704 and followed the instructions here: 
http://sourceforge.net/mailarchive/forum.php?thread_id=31395367&forum_id=48958

im on slackware 11. here i describe the rest of the steps i took. sorry for 
the verbosity:

1) - install the Perl dependencies (lots of packages):

i'm not familiar with perl, so at first perl Makefile.PL shows bout 20 
missing modules. so i used the cpan command for most of them, and downloaded 
and installed a few from tarballs (after manually installing kerberos5, 
GSSAPI, and Authen::SASL).

2) - install the OpenXPKI core modules (trunk/perl-modules/core/trunk) (some 
tests failed):

ROOT /usr/src/openxpki/trunk/perl-modules/core/trunk > make clean
make: *** No rule to make target `clean'.  Stop.

ROOT /usr/src/openxpki/trunk/perl-modules/core/trunk > perl Makefile.PL
OpenSSL library: /usr/lib
OpenSSL headers: /usr/include
OpenSSL binary:  /usr/bin/openssl
OpenSSL version: OpenSSL 0.9.8d 28 Sep 2006
All modules will be installed.
This is OpenXPKI version 0.9.704
Statistics:
    LOC: 42818
    LOT: 9104
    LOA: 56285
C compiler supports -share. Adding it to LDDLFLAGS.
Checking if your kit is complete...
Warning: the following files are missing in your kit:
        t/00_cleanup/25_crypto.t
        t/00_cleanup/28_log.t
        t/00_cleanup/30_dbi.t
        t/00_cleanup/65_ui.t
Please inform the author.
Writing Makefile for OpenXPKI

ROOT /usr/src/openxpki/trunk/perl-modules/core/trunk > perl Makefile.PL
OpenSSL library: /usr/lib
OpenSSL headers: /usr/include
OpenSSL binary:  /usr/bin/openssl
OpenSSL version: OpenSSL 0.9.8d 28 Sep 2006
All modules will be installed.
This is OpenXPKI version 0.9.704
Statistics:
    LOC: 42818
    LOT: 9104
    LOA: 59009
C compiler supports -share. Adding it to LDDLFLAGS.
Writing Makefile for OpenXPKI

ROOT /usr/src/openxpki/trunk/perl-modules/core/trunk >

* so i think this is ok i think (despite the "warning about missing files in 
your kit" in the first perl Makefile.PL)

* then make. then make test gives this:

3 tests and 2 subtests skipped.
Failed 16/74 test scripts, 78.38% okay. 263/1812 subtests failed, 85.49% 
okay.
make: *** [test_dynamic] Error 255

* then make install:

ROOT /usr/src/openxpki/trunk/perl-modules/core/trunk > make install
Files found in blib/arch: installing files in blib/lib into architecture 
dependent library tree
Writing /usr/lib/perl5/site_perl/5.8.8/i486-linux/auto/OpenXPKI/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i486-linux/perllocal.pod


3) - install the Client base module (trunk/clients/perl/OpenXPKI-Client):

ROOT /usr/src/openxpki/trunk/clients/perl/OpenXPKI-Client > make clean
make: *** No rule to make target `clean'.  Stop.

ROOT /usr/src/openxpki/trunk/clients/perl/OpenXPKI-Client > perl Makefile.PL
Version 0.9.651
Checking if your kit is complete...
Looks good
Writing Makefile for OpenXPKI::Client

ROOT /usr/src/openxpki/trunk/clients/perl/OpenXPKI-Client > make
cp lib/OpenXPKI/Client/API.pm blib/lib/OpenXPKI/Client/API.pm
cp lib/OpenXPKI/Client.pm blib/lib/OpenXPKI/Client.pm
Manifying blib/man3/OpenXPKI::Client::API.3
Manifying blib/man3/OpenXPKI::Client.3

ROOT /usr/src/openxpki/trunk/clients/perl/OpenXPKI-Client > make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00.pod-coverage.....ok
t/00.pod..............ok
t/10.load.............ok 1/1# Testing OpenXPKI::Client v0.9.405
t/10.load.............ok
t/20.init-openxpki....# Locally deploying OpenXPKI
FAILED--Further testing stopped: OpenXPKI deployment environment is not 
installed
make: *** [test_dynamic] Error 9

ROOT /usr/src/openxpki/trunk/clients/perl/OpenXPKI-Client > make install
Writing 
/usr/lib/perl5/site_perl/5.8.8/i486-linux/auto/OpenXPKI/Client/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i486-linux/perllocal.pod
ROOT /usr/src/openxpki/trunk/clients/perl/OpenXPKI-Client >


4) - install the web frontend module 
(trunk/clients/perl/OpenXPKI-Client-HTML-Mason) (some tests failed):

ROOT /usr/src/openxpki/trunk/clients/perl/OpenXPKI-Client-HTML-Mason > make 
test
...
t/99_cleanup...............Can't exec "openxpkictl": No such file or 
directory at t/99_cleanup.t line 14.
t/99_cleanup...............ok 1/1# Stop OpenXPKI test server
t/99_cleanup...............ok
Failed Test               Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03_pod_coverage.t          1   256     5    1  20.00%  5
t/05_deployment.t           10  2560    18   10  55.56%  2-4 8 11-15 17
t/10_syntax.t                2   512     3    2  66.67%  2-3
t/11_login/01_anonymous.t  255 65280    18   32 177.78%  3-18
Failed 4/6 test scripts, 33.33% okay. 29/50 subtests failed, 42.00% okay.
make: *** [test_dynamic] Error 255

ROOT /usr/src/openxpki/trunk/clients/perl/OpenXPKI-Client-HTML-Mason > make 
install
Writing 
/usr/lib/perl5/site_perl/5.8.8/i486-linux/auto/OpenXPKI/Client/HTML/Mason/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i486-linux/perllocal.pod


5) - install the deployment module (trunk/deployment):

ROOT /usr/src/openxpki/trunk/deployment > ./configure
Checking required OpenXPKI Perl modules...
OpenXPKI: OK
OpenXPKI::Client: OK
Configuring for installation in /usr...
Creating template set configuration in etc/templates/default
Can't locate Template.pm in @INC (@INC contains: 
/usr/lib/perl5/5.8.8/i486-linux /usr/lib/perl5/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i486-linux /usr/lib/perl5/site_perl/5.8.8 
/usr/lib/perl5/site_perl .) at bin/openxpki-metaconf line 26.
BEGIN failed--compilation aborted at bin/openxpki-metaconf line 26.
Creating Makefile...
Can't locate Template.pm in @INC (@INC contains: 
/usr/lib/perl5/5.8.8/i486-linux /usr/lib/perl5/5.8.8 
/usr/lib/perl5/site_perl/5.8.8/i486-linux /usr/lib/perl5/site_perl/5.8.8 
/usr/lib/perl5/site_perl .) at bin/openxpki-metaconf line 26.
BEGIN failed--compilation aborted at bin/openxpki-metaconf line 26.

Initial configuration complete. You may now run

make
make install

in order to build and install the OpenXPKI administrative environment.

ROOT /usr/src/openxpki/trunk/deployment > make
make: *** No targets.  Stop.
ROOT /usr/src/openxpki/trunk/deployment > make install
make: *** No rule to make target `install'.  Stop.


* trying to find Template.pm (found nothing):

ROOT /usr/src/openxpki/trunk/deployment > find /usr/lib/perl5/ -name 
"*Template*"
ROOT /usr/src/openxpki/trunk/deployment >

-----------------------------------

the things that i note:
* "make test" for the clients kept saying "FAILED--Further testing stopped: 
OpenXPKI deployment environment is not installed".
* the README for deployment doesnt say "make"  (ie, just "make install" 
after ./configure).

because it wasnt without hitches during the intermediate steps, i dont know 
where the problem really is.
please help. perhaps suggest where i should look first.

thanks much.

_________________________________________________________________
The MSN Entertainment Guide to Golden Globes is here.  Get all the scoop. 
http://tv.msn.com/tv/globes2007/?icid=nctagline2


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
OpenXPKI-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to