From: Mikhail Zabaluev <mhz@alt-linux.org> To: devel@altlinux.ru Subject: [devel] libperl solutions Date: Wed, 30 May 2001 00:57:42 +0400 Message-ID: <20010530005742.A1588@localhost.localdomain> (raw) Доброе время суток. На тему того, как сделать апгрейды Perl безболезненными для приложений, которые используют libperl.so и заносят путь к нему в rpath. Просматриваются два решения. Первое, более консервативное: оставить все как есть, кроме privlib и archlib (пути, куда устанавливаются собственные модули и библиотеки Perl, в т.ч. и libperl.so), из которых исключить номер версии. Поскольку обновление версий контролируется rpm, это не должно вызвать проблем. Это можно сделать "легально", безо всяких патчей. Второе, более радикальное, решение: установить libperl.so в /usr/lib и снабдить ее меткой soname, соответственно скорректировать параметры для компоновки приложений в ExtUtils::Embed и в 'perl -V:ccdlflags'. Явно не то, к чему склоняют авторы. Последствия и сторонние эффекты такого расположения пока не изучены. Я склоняюсь к комбинации: сохранить расположение и rpath за вычетом номера версии, но выставить soname. Каким сделать soname - libperl.so.5? Жду ваших соображений. -- Stay tuned, MhZ JID: mookid@jabber.org ___________ Not one hundred percent efficient, of course ... but nothing ever is. -- Kirk, "Metamorphosis", stardate 3219.8 _______________________________________________ Devel mailing list Devel@linux.iplabs.ru http://www.logic.ru/mailman/listinfo/devel
next reply other threads:[~2001-05-29 20:57 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2001-05-29 20:57 Mikhail Zabaluev [this message] 2001-05-31 11:05 ` Dmitry V. Levin
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=20010530005742.A1588@localhost.localdomain \ --to=mhz@alt-linux.org \ --cc=devel@altlinux.ru \ --cc=devel@linux.iplabs.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