Hi Alex, Sorry but your script update_svn_and_test.pl does not work here (starting it as non-root from within my home directory), and I am very much wondering how it can work for you because:
- it tries to install deployment before server, which should not be possible. This should lead to using tools from previously installed version leading to a mess. - in OpenXPKI/Tests.pm you call binaries of openxpki from the PATH, which most likely leads to using binaries from previously installed version leading to a mess. - you call openssl from the PATH, instead of pre-configured piece of openssl, which can lead to a mess. I fixed all of the above, removed all previously installed openxpki*, added appropriate PERL5LIB for just installed perl modules to be correctly found, added just installed deployment utilities to the beginning of the PATH, moved openssl-0.9.8 to the beginning of the PATH, PREFIX and DEPLOYMENT_PREFIX point to within my home dir. The above edits helped to move much further, than before these edits, but still the script hangs during t/60_workflow. See logs: http://www7.openxpki.org/stderr.log http://www7.openxpki.org/0978_output.txt Using perl v5.8.8 built for i386-freebsd-64int . Your advice would be appreciated. All the best, Sergei ------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-devel
