>From the RH6.1 distro, grab the libxml, libxml10 and libxml-devel
packages. Install the three together with "rpm -Uvh *.rpm" or something
like that. This should fix up the libxml version problems for you.
After that, installing RPMs of just about any app that requires libxml
should be painless.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
On Fri, 4 Feb 2000, Roger Simmons wrote:
> How do I install dia rpm?
>
> I downloaded and am trying:
>
> rpm -Uvh dia-0.83-1mdk.i586.rpm
>
> but get the following:
>
> error: failed dependencies:
> libxml.so.1 is needed by dia-0.83-1mdk
>
>
> so I download libxml and do the following:
> rpm -Uvh libxml-1.7.3-2mdk.i586.rpm
>
> and I get the following error message:
>
>
> error: failed dependencies:
> libxml = 1.0.0 is needed by libxml-devel-1.0.0-2mdk
> libxml.so.0 is needed by gnorpm-0.8-6mdk
> libxml.so.0 is needed by gnumeric-0.25-2mdk
>
>
> so I try a simple install (not update) so that I can have
> both packages on the system at the same time and get:
> rpm -i libxml-1.7.3-2mdk.i586.rpm
>
> and I get:
>
> file /usr/bin/xml-config from install of libxml-1.7.3-2mdk conflicts
> with file from package libxml-1.0.0-2mdk
>
>
> Is it possible to install dia on mandrake using rpm at all?
>