linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Adam T. Bowen" <adamb@agitate.org.uk>
To: Beginner <dermot@sciencephoto.com>
Cc: linux-admin@vger.kernel.org
Subject: Re: Package update
Date: Wed, 10 Jan 2007 16:06:06 +0000	[thread overview]
Message-ID: <45A50EEE.7020602@agitate.org.uk> (raw)
In-Reply-To: <45A4F263.31945.1FD2BAFB@dermot.sciencephoto.com>

Beginner wrote:
> Fedora Core 4
> 
> I am stuck in a vicious circle trying to update libxml2. My installed 
> version is 2.6.20 which I 
> understand is broken and I need version 2.6.27. 
> 
[snip]
> 
> At this point I thought I'd tried to install the 2.6.27 rpm manually 
> but  there are dependency failures:

Where did you get the RPM?  Is it specifically for FC4?  It doesn't look
like it.  I had a look around and can't find an RPM of this libxml2
version for FC4.  You could build your own from the source RPM.  I had a
look at the spec file and it will build the devel and python packages
you will need too (although the dependency tree might snowball once you
attempt to replace these extra packages).

Another option would be to build it from source.  If you just need it
for a particular project, you could locally install a version for that
project:

    ./configure --prefix=/opt/myproject/libxml2

which would avoid muddying the RPM system (which can be very nasty).

Cheers

Adam

> error: Failed dependencies:
>         libc.so.6(GLIBC_2.4) is needed by libxml2-2.6.27-1.i386
>         rtld(GNU_HASH) is needed by libxml2-2.6.27-1.i386
>         libxml2 = 2.6.20 is needed by (installed) libxml2-python-
> 2.6.20-1.FC4.i386
>         libxml2 = 2.6.20 is needed by (installed) libxml2-devel-
> 2.6.20-1.FC4.i386
> 
> I am using glibc.i686  2.3.6-3.
> 
> I am very nervous about trying to update glibc, especially as there 
> doesn't seem to be a version available to yum so it could take care 
> of the dependency.
> 
> Does anyone have any ideas about how to proceed? I know FC5 has glibc 
> 2.4.11+ and libxml 2.6.23 but I really want to avoid a complete OS 
> upgrade.  
> 
> TIA,
> Dp.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2007-01-10 16:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-10 14:04 Package update Beginner
2007-01-10 16:06 ` Adam T. Bowen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45A50EEE.7020602@agitate.org.uk \
    --to=adamb@agitate.org.uk \
    --cc=dermot@sciencephoto.com \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).