ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] postfix-2.0.19-alt2
Date: Thu, 22 Apr 2004 16:00:47 +0400
Message-ID: <20040422120047.GA26485@basalt.office.altlinux.org> (raw)
In-Reply-To: <20040422203944.23196373.taf@altlinux.ru>

[-- Attachment #1: Type: text/plain, Size: 1706 bytes --]

On Thu, Apr 22, 2004 at 08:39:44PM +0900, Alexei Takaseev wrote:
[...]
> > > postfix-2.0.19-alt2 поменялся способ сборки, поэтому хотелось бы
> > > услышать немножко разъяснений по нему - от каких потенциальных
> > > проблем он избавляет (и каким все же образом),
> > 
> > Общая идея - не линковаться с тем, что не используется, тогда при
> > обновлении меньше шансов поймать ошибку
> > 'cannot open shared object file: No such file or directory'
> > в случае смены soname у libdb или libcdb.
> 
> Что-то я совсем запутался. Если libdb не используется, то как оно может
> быть прилинковано? А если все же используется, то все равно смена
> версий библиотек, да таких, что требует смены soname, просто так мипо
> postfix не пройдет - как-то все равно его коснется. Или данный метод
> оранизует "свсе свое ношу с собой"?

Проще всего понять на примере:

$ ldd /usr/lib/postfix/master
	libpostfix-2.0.19.so => /usr/lib/libpostfix-2.0.19.so (0x0011b000)
	libc.so.6 => /lib/libc.so.6 (0x00153000)
	libnsl.so.1 => /lib/libnsl.so.1 (0x00273000)
	libresolv.so.2 => /lib/libresolv.so.2 (0x00287000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
$ ldd /usr/lib/postfix/smtpd
	libpostfix-2.0.19.so => /usr/lib/libpostfix-2.0.19.so (0x0011b000)
	libpostfix_dict-2.0.19.so => /usr/lib/libpostfix_dict-2.0.19.so (0x00153000)
	libc.so.6 => /lib/libc.so.6 (0x0015f000)
	libnsl.so.1 => /lib/libnsl.so.1 (0x0027e000)
	libresolv.so.2 => /lib/libresolv.so.2 (0x00292000)
	libdl.so.2 => /lib/libdl.so.2 (0x002a5000)
	libdb-4.2.so => /lib/libdb-4.2.so (0x002a8000)
	libcdb.so.0 => /usr/lib/libcdb.so.0 (0x0037b000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2004-04-22 12:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-21 16:21 Alexei Takaseev
2004-04-21 16:51 ` Dmitry V. Levin
2004-04-22 11:39   ` Alexei Takaseev
2004-04-22 12:00     ` Dmitry V. Levin [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=20040422120047.GA26485@basalt.office.altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@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 Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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