Hi Mark, On Wed, Jun 13, 2007 at 05:29:00PM +0100, Mark Hobbs wrote: > 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 Hmmm, weird, that should work fine (Makefile.PL actually looks for OPENSSL_PREFIX and sticks it in the path under which it looks for openssl. I am routinely using OPENSSL_PREFIX=/usr/local on a test machine here ...
> Make test for perl_modules fails as it can't find "OpenXPKI/Client.pm". Unfortunately, the tests have a good number of cross-dependencies. The trick for now is to install everything (server, clients, deployment tools) first and then run make test on them ... I don't really know whether we can solve the problem easily, so it might stay as a little annoyance. > 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. No surprise here, how would perl know that you installed your modules in /openxpki/runtime? If you use non-standard directories, > > 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 > -- Dipl.-Math. Alexander Klink | IT-Security Engineer [EMAIL PROTECTED] | working @ urn:oid:1.3.6.1.4.1.11417 ------------------------------------------------------------------------- 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
