ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Ivan Zakharyaschev <imz@linux.ru.net>
To: Sisyphus <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] libpng.so.2
Date: Mon, 11 Feb 2002 21:20:09 +0300 (MSK)
Message-ID: <Pine.LNX.4.43L.0202112108220.17240-100000@arrakis.zephyrous> (raw)
In-Reply-To: <1633637676.20020211124238@che.nsk.su>

	Hello!

On Mon, 11 Feb 2002, Denis G. Samsonenko wrote:

> У меня такой вопрос. Вот надо мне допустим установить прогу из rpm, а
> у неё зависимость на libpng.so.2, в то время как в системе стоит уже
> ноая. Сама библиотечка libpng.so.2 тоже присутствует, но в базе rpm
> она конечно не означена, т.к. старый и новый пакеты конвликтуют по
> манам. Можно ли как-нибуть решить эту проблему?

Можно, например, так (пока не выпущен libpng2):

разрешить для apt много пакетов с этим именем, дописав в
/etc/apt/apt.conf:

RPM
{
   AllowedDupPkgs {
        "libpng";
   }
}


найти пакет с libpng.so.2 (Junior 1.0: libpng-1.0.12-alt1), убедиться,
что есть под рукой пакет с libpng.so.3, произвести такие манипуляции:

$ rpm -e libpng --nodeps
$ rpm -Uhv libpng-1.0.12-alt1.i586.rpm
$ rpm -Uhv libpng-1.2.1-alt1.i586.rpm --replacefiles

(если не беспокоит, что страница png(5) будет старой, то можно обойтись
одной простой командой вместо трех:
rpm -Uhv libpng-1.0.12-alt1.i586.rpm --replacefiles)


После этого AFAIK нужно вручную обновлять libpng с помощью apt-get
install libpng#новая_версия, т.е. apt-get dist-upgrade этого делать не
будет.

Best regards,
Ivan.




      parent reply	other threads:[~2002-02-11 18:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-11  6:42 Denis G. Samsonenko
2002-02-11  7:39 ` Dmitry V. Levin
2002-02-11 18:20 ` Ivan Zakharyaschev [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=Pine.LNX.4.43L.0202112108220.17240-100000@arrakis.zephyrous \
    --to=imz@linux.ru.net \
    --cc=sisyphus@altlinux.ru \
    /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

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git