problems with static link of rpm in glibc cvs?

Damjan arhiv@freemail.org.mk
Mon Oct 23 13:01:00 GMT 2000


> Ulrich,
>     I should mean too that these crashes in rpm under the glibc cvs 
> from 10/21 are rather odd as well. I can use rpm to build rpms fine
> but when I install rpms is when the segfaults order. Also the segfaults
> occur at various times depending on which rpm is being installed.
> Someones before the install even starts...sometimes at the very end of
> the installation. 

Perhaps, what is segfaulting are %preinst and %postinst scripts in the
rpm.

You can see what scripts are in a rpm with:

	rpm -qp --scripts _rpm_package_.rpm

and you can try to install without scripts, with:

	rpm -i --noscripts _rpm_package_.rpm

-- 
Damjan Georgievski		|           Дамјан Георгиевски
Skopje, Macedonia		|           Скопје, Македонија



More information about the Libc-alpha mailing list