I am trying to get a "test" OpenXPKI system up and running but would like to install it (complete with OpenXPKI specific PERL modules) into a separate directory so that I can run multiple versions if necessary.
So far I have followed the "quick start" guide in the manual and in brief: 1) Downloaded the latest source using Subversion. 2) Run the perl-modules install scripts (perl Makefile.PL make ...) 3) Run the client install scripts. To install the application in a specific directory I am using: perl Makefile.PL PREFIX=/openxpki/runtime (and this appears to work OK). The .packlist file in /openxpki/runtime/lib/perl5/site_perl/5.8.6/i686-linux/auto/OpenXPKI/.packli st looks to be complete. I have the following problems though: I am using OPENSSL_PREFIX (as I have both 097 and 098 on my system) but this does not appear to be recognised by perl Makefile.PL. I have manually changed the Makefile.PL script to point to my openssl location but this is obviously not the right way to do this. Make test for perl_modules fails as it can't find "OpenXPKI/Client.pm". Make for the client fails as it cannot find any of the pre-requisite perl modules that I am pretty sure are installed with the perl_modules make (like Debug.pm) and are listed int the packlist above. I cannot install the client. For info, the perl @INC listing printed with the error dosen't appear to reference any /openxpki/runtime directories at all. Obviously the client problem is significant but I'm not sure whether the perl_module errors are actually anything to worry about. Any pointers? Mark. This electronic transmission and any files attached to it are strictly confidential and intended solely for the addressee. If you are not the intended addressee, you must not disclose, copy or take any action in reliance of this transmission. If you have received this transmission in error, please notify us by return and delete the same. Although Diginus Ltd rigorously endeavours to maintain a virus free computer environment, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
