Quoth Michael Hipp:
> Andrew Mathews wrote:
> >Sounds like your rpm isn't built for the distro you're trying to install
> >it on, but something altogether different. Can you properly query the
> >package with rpm -qpl <packagename.rpm> and list the fileset?
> 
> It's the RPM that came in RH9 as far as I know. I don't recall upgrading 
> it unless it came via up2date. I have installed 'checkinstall', but I 
> don't think that upgrades RPM.
> 
> Yes, rpm -qpl will list the files, but oddly enough when I 'grep config' 
> the output 'wx-config' does not appear in the list from either of the 
> two packages. But I know the 'devel' package is installing it.

I'm betting that a %post-install script creates a symlink. Perhaps
a command like "rpm -q --scripts pkg.name.rpm" (if memory serves)
will tell you what you want to know? You're looking for a command
that creates a symlink. It's been awhile since I was intimate with
RPM, but symlinks created by a post-install script aren't considered
(or weren't at one time) as part of the RPM, although a properly-crafted
remove script (executed when you "rpm -e pkg.name.rpm") will remove
symlinks created when the RPM was installed.

Kurt
-- 
Limericks are art forms complex,
Their topics run chiefly to sex.
        They usually have virgins,
        And masculine urgin's,
And other erotic effects.
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to