Quote:
Originally posted by dlrsims
every time I try to do anything with rpm I recieve the following error
[root@localhost root]# rpm -qa
rpm: relocation error: rpm: undefined symbol: poptAliasOptions
PS was working fine earlier ... did one rpm install for with command rpm -i libpopt-1.7-ipl1mdk.i586.rpm
|
From the
poptAliasOptions part of the error, I'd guess the earlier install broke something or you got a bad .rpm
Use:
rpm -e libpopt-1.7-ipl1mdk.i586.rpm
to remove the package.
Then try rpm -qa.
Edit: I assume you're installing the package on a Mandrake system (mdk = mandrake)? Your user thingy says Red Hat.