RPM Fails at every install attempt
Whenever I try to install a RPM with rpm -i foo.rpm it fails. Using strace I found out that every time it tries to open linux-ld.so.2 and right after it closes with the error segmentation fault. I'm not sure what causes this, can anyone help?
|