On Fri, 2003-07-18 at 07:07, Michael Bell wrote:
Do you know when it worked? Snapshots will be generated from CVS. So the fix should be present at minimum in CVS. We don't remove a fix intentionally.The last (and only) time I remember it working was
OpenCA-SNAP-20030515. All subsequent snapshots and releases do not
appear to work.
Hi Scott,
I checked the snapshot and compared the module area with the actual CVS code. There is only one important difference. The last snaposhots (200307*) include a new version of the MD5 module. Can you make two testinstallations - one with an actual snapshot and one with 20030515? If yes then please protocol both runs with "script". I have no idea why one should fail and the other one works.
The last snapshots including 20030515 include a check which tests for an existing module. So Digest::MD5 should not be installed by the todays snapshots if you are using Perl 5.8. The relevant code in src/modules/Makfile is:
$(MODULES.pm.3rd-party)::
@if [ ! -d $@ ]; then \
if (! $(PERL) -e 'my $$name="$@";$$name=~s/-[^-]*$$//;$$name=~s/-/::/g;eval "require $$name;";if ($$@)
{exit 1;}else{exit 0;}'); then \
set -x; \
$(GZIP) -d -c [EMAIL PROTECTED] | $(TAR) Bxvf -; \
else \
echo $@ is already present on the system; \
fi \
fi
Please remember to extract the snapshots to an empty directory. The reason is very simple. If a module is present then we don't unpack it. If an appropriate directory is present then we compile and install the module. If an old snapshot unpack an archive then the new snapshots install from the old sources and directories!
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
