rpm -i doesn't work
error: Failed to resolve symbol ima_hooks: Symbol not found: nspr_use_zone_allocator
This appears to be because the shared libs in /usr/lib/rpm-plugins got stripped, making it impossible to load them.
Commands to reproduce:
apk add rpm
wget https://cdn.azul.com/zulu/bin/zulu11.39.15-ca-jdk11.0.7-linux.i686.rpm
rpm -i zulu11.39.15-ca-jdk11.0.7-linux.i686.rpm
Edited by Theodore Dubois