apt4rpm rpm conflict
ok im trying to install apt4rpm. first it needed:
error: Failed dependencies:
apt-server is needed by apt4rpm-0.65.1-0
perl-XML-LibXML is needed by apt4rpm-0.65.1-0
so i got them, then:
[root@localhost apt]# rpm -Uvh perl-XML-LibXML-1.55-0.dag.rh90.noarch.rpm
warning: perl-XML-LibXML-1.55-0.dag.rh90.noarch.rpm: V3 DSA signature: NOKEY, ke
y ID 6b8d79e6
error: Failed dependencies:
perl(XML::LibXML::Common) is needed by perl-XML-LibXML-1.55-0.dag.rh90
perl(XML::NamespaceSupport) is needed by perl-XML-LibXML-1.55-0.dag.rh90
perl(XML::SAX::Base) is needed by perl-XML-LibXML-1.55-0.dag.rh90
perl(XML::SAX::DocumentLocator) is needed by perl-XML-LibXML-1.55-0.dag.
rh90
perl(XML::SAX::Exception) is needed by perl-XML-LibXML-1.55-0.dag.rh90
got these, then installed these one by one, then:
[root@localhost apt]# rpm -Uvh perl-XML-SAX-Base-1.04-0.dag.rh90.noarch.rpm
warning: perl-XML-SAX-Base-1.04-0.dag.rh90.noarch.rpm: V3 DSA signature: NOKEY, key ID
6b8d79e6
Preparing... ########################################### [100%]
1:perl-XML-SAX-Base ########################################### [100%]
[root@localhost apt]# rpm -Uvh perl-XML-SAX-0.12-fr1.i386.rpm
warning: perl-XML-SAX-0.12-fr1.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
Preparing... ########################################### [100%]
file /usr/share/man/man3/XML::SAX::Base.3pm.gz from install of perl-XML-SAX-0.12-fr1 conflicts with file from package perl-XML-SAX-Base-1.04-0.dag.rh90
file /usr/share/man/man3/XML::SAX::Exception.3pm.gz from install of perl-XML-SAX-0.12-fr1 conflicts with file from package perl-XML-SAX-Base-1.04-0.dag.rh90
some kind of conflict between files i guess, so i see what happens here:
[root@localhost apt]# rpm -Uvh apt4rpm-0.65.1-0.noarch.rpm
error: Failed dependencies:
apt-server is needed by apt4rpm-0.65.1-0
perl-XML-LibXML is needed by apt4rpm-0.65.1-0
[root@localhost apt]# rpm -Uvh perl-XML-LibXML-1.55-0.dag.rh90.noarch.rpm
warning: perl-XML-LibXML-1.55-0.dag.rh90.noarch.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
perl(XML::SAX::DocumentLocator) is needed by perl-XML-LibXML-1.55-0.dag.rh90
so, as you can see everything installed fine but the perl(XML::SAX::DocumentLocator) because of some kind of conflict. does anyone have a solution for this? come on please.
m
|