On Mon, 2003-02-03 at 14:40, R P Herrold wrote: > On 3 Feb 2003, seth vidal wrote: > > > So I think I know why you're having problems - you're attempting to run > > this on rhl 8.0 - specifically on rpm 4.1. I'm not sure how to handle > > this w/o making the code ugly with if statements. > > > > But, I need a good way of getting people from psyche to phoebe+ cleanly. > > hmm. > > > > *grumble* > > > > I'm going to need to install an 8.0 system to test this stuff. > > Seth -- I can set you up with sudo root rights on this box, > through a VPN, if you wish. Lemme know. > I got a machine setup. The trouble - rpm.hdr objects are mutable in rpm 4.1 - so they can't be used as a key in a hash. in rpm 4.2 they are immutable and therefore CAN be used in a hash. so - I'm not sure the solution - at the moment I'm inclined to say rhl 8.0 == you must use rpm4.0.4 libs. I'll see what I can figure out. -sv