> > I'm running setup.exe version 2.573.2.2. Every time I run it, it wants > > to upgrade libopenldap2_3_0 from version 2.3.36-1 to 2.3.39-1. If I > > accept that, then setup gets past the checksum check stage and then > > segfaults. > > This is probably the issue of a corrupt .lst.gz file. Delete > /etc/setup/libopenldap2_3_0.lst.gz and everything should work fine.
Yup, that was it: $ zcat /etc/setup/libopenldap2_3_0.lst.gz gzip: /etc/setup/libopenldap2_3_0.lst.gz: unexpected end of file I removed the file and libopenldap has now upgraded successfully. Thanks! Andrew.