* [mdk-re] ld.so
@ 2001-05-15 0:50 Andrey Brindeew
2001-05-15 1:31 ` Aleksey Novodvorsky
0 siblings, 1 reply; 5+ messages in thread
From: Andrey Brindeew @ 2001-05-15 0:50 UTC (permalink / raw)
To: ALTLinux Mailing List
Hello!
В mdk-re 7.0 был сабжевый пакет:
$ rpm -qi ld.so
Name : ld.so Relocations: (not relocateable)
Version : 1.9.5 Vendor: MandrakeSoft
Release : 13mdk Build Date: Вск 07 Ноя 1999
10:29:43
Install date: Вск 02 Июл 2000 16:01:39 Build Host:
kenobi.mandrakesoft.com
Group : System Environment/Libraries Source RPM:
ld.so-1.9.5-13mdk.src.rpm
Size : 246688 License: BSD
Packager : Chmouel Boudjnah <chmouel@mandrakesoft.com>
Summary : A dynamic loader for libc5 files.
Description :
This package contains the shared library configuration tool, ldconfig,
which
is required by many packages. It also includes the shared library loader
and dynamic loader for Linux libc 5.
$ rpm -ql ld.so
/lib/ld-linux.so.1
/lib/ld-linux.so.1.9.5
/lib/ld.so
/lib/ld.so.1.9.5
/lib/libdl.so.1.9.5
/usr/man/man1/ldd.1.bz2
/usr/man/man3/dlclose.3.bz2
/usr/man/man3/dlerror.3.bz2
/usr/man/man3/dlopen.3.bz2
/usr/man/man3/dlsym.3.bz2
/usr/man/man8/ld.so.8.bz2
/usr/man/man8/ldconfig.8.bz2
Во что оно выродилось в Spring'е?
Его хочет sybase-common и его нет в свежепоставленном Спринге. :-(
--
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely" (C) Larry Wall.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] ld.so
2001-05-15 0:50 [mdk-re] ld.so Andrey Brindeew
@ 2001-05-15 1:31 ` Aleksey Novodvorsky
2001-05-15 8:59 ` Andrey Brindeew
0 siblings, 1 reply; 5+ messages in thread
From: Aleksey Novodvorsky @ 2001-05-15 1:31 UTC (permalink / raw)
To: mandrake-russian
Andrey Brindeew wrote:
> Hello!
>
> В mdk-re 7.0 был сабжевый пакет:
> $ rpm -qi ld.so
> Name : ld.so Relocations: (not relocateable)
> Version : 1.9.5 Vendor: MandrakeSoft
> Release : 13mdk Build Date: Вск 07 Ноя 1999
> 10:29:43
> Install date: Вск 02 Июл 2000 16:01:39 Build Host:
> kenobi.mandrakesoft.com
> Group : System Environment/Libraries Source RPM:
> ld.so-1.9.5-13mdk.src.rpm
> Size : 246688 License: BSD
> Packager : Chmouel Boudjnah <chmouel@mandrakesoft.com>
> Summary : A dynamic loader for libc5 files.
> Description :
> This package contains the shared library configuration tool, ldconfig,
> which
> is required by many packages. It also includes the shared library loader
> and dynamic loader for Linux libc 5.
>
> $ rpm -ql ld.so
> /lib/ld-linux.so.1
> /lib/ld-linux.so.1.9.5
> /lib/ld.so
> /lib/ld.so.1.9.5
> /lib/libdl.so.1.9.5
> /usr/man/man1/ldd.1.bz2
> /usr/man/man3/dlclose.3.bz2
> /usr/man/man3/dlerror.3.bz2
> /usr/man/man3/dlopen.3.bz2
> /usr/man/man3/dlsym.3.bz2
> /usr/man/man8/ld.so.8.bz2
> /usr/man/man8/ldconfig.8.bz2
>
> Во что оно выродилось в Spring'е?
> Его хочет sybase-common и его нет в свежепоставленном Спринге. :-(
Этот пакет удален, так как libc5 не поддерживается. ld.so есть в glibc.
А что конкретно хочет sybase и какой он версии?
Rgrds, AEN
>
>
> --
> WBR, Andrey Brindeew.
> "No one person can understand Perl culture completely" (C) Larry Wall.
>
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@altlinux.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] ld.so
2001-05-15 1:31 ` Aleksey Novodvorsky
@ 2001-05-15 8:59 ` Andrey Brindeew
2001-05-15 11:50 ` Dmitry V. Levin
2001-05-15 15:12 ` Aleksey Novodvorsky
0 siblings, 2 replies; 5+ messages in thread
From: Andrey Brindeew @ 2001-05-15 8:59 UTC (permalink / raw)
To: mandrake-russian
On Mon, 14 May 2001 21:48:02 +0400
Aleksey Novodvorsky <aen@logic.ru> wrote:
AN> Этот пакет удален, так как libc5 не поддерживается. ld.so есть в
glibc.
AN> А что конкретно хочет sybase и какой он версии?
Sybase Adaptive Server Enterprise 11.9.2
$ rpm --requires sybase-{ase,common,monserver,openclient,sqlremote} | sort
| uniq
/bin/sh
glibc >= 2.0.7-29
kernel >= 2.0.36
ldconfig >= 1.9.5-8
ld-linux.so.2
ld.so >= 1.9.5-8
libc.so.6
libdl.so.2
libinsck.so
libm.so.6
libnsl.so.1
libsstasks6.so
libsstools6.so
libstdc++.so.2.8
sybase-common = 11.9.2
Какие пакеты нужно доставить из MDK-RE 7.0 и нужно ли вообще это?
--
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely" (C) Larry Wall.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] ld.so
2001-05-15 8:59 ` Andrey Brindeew
@ 2001-05-15 11:50 ` Dmitry V. Levin
2001-05-15 15:12 ` Aleksey Novodvorsky
1 sibling, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2001-05-15 11:50 UTC (permalink / raw)
To: ALT Linux Spring mailing list
[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]
On Tue, May 15, 2001 at 08:56:36AM +0400, Andrey Brindeew wrote:
> AN> Этот пакет удален, так как libc5 не поддерживается. ld.so есть в
> glibc.
> AN> А что конкретно хочет sybase и какой он версии?
>
> Sybase Adaptive Server Enterprise 11.9.2
>
> $ rpm --requires sybase-{ase,common,monserver,openclient,sqlremote} | sort
> | uniq
> /bin/sh
> glibc >= 2.0.7-29
> kernel >= 2.0.36
> ldconfig >= 1.9.5-8
> ld-linux.so.2
> ld.so >= 1.9.5-8
> libc.so.6
> libdl.so.2
> libinsck.so
> libm.so.6
> libnsl.so.1
> libsstasks6.so
> libsstools6.so
> libstdc++.so.2.8
> sybase-common = 11.9.2
>
> Какие пакеты нужно доставить из MDK-RE 7.0 и нужно ли вообще это?
Возьмите следыющие файлы из старого пакета ld.so
/lib/ld-linux.so.1 (это symlink)
/lib/ld-linux.so.1.9.5
/lib/ld.so (это symlink)
/lib/ld.so.1.9.5
/lib/libdl.so.1.9.5
А вообще, почему бы Sybase не выпустить версию под libc6?
Regards,
Dmitry
+-------------------------------------------------------------------------+
Dmitry V. Levin mailto://ldv@alt-linux.org
ALT Linux Team http://www.altlinux.ru/
Fandra Project http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] ld.so
2001-05-15 8:59 ` Andrey Brindeew
2001-05-15 11:50 ` Dmitry V. Levin
@ 2001-05-15 15:12 ` Aleksey Novodvorsky
1 sibling, 0 replies; 5+ messages in thread
From: Aleksey Novodvorsky @ 2001-05-15 15:12 UTC (permalink / raw)
To: mandrake-russian
On Tue, 15 May 2001 08:56:36 +0400
Andrey Brindeew <linux@abr.x9.ru> wrote:
> On Mon, 14 May 2001 21:48:02 +0400
> Aleksey Novodvorsky <aen@logic.ru> wrote:
>
> AN> Этот пакет удален, так как libc5 не поддерживается.
> ld.so есть в
> glibc.
> AN> А что конкретно хочет sybase и какой он версии?
>
> Sybase Adaptive Server Enterprise 11.9.2
>
> $ rpm --requires
> sybase-{ase,common,monserver,openclient,sqlremote} | sort
> | uniq
> /bin/sh
> glibc >= 2.0.7-29
> kernel >= 2.0.36
> ldconfig >= 1.9.5-8
> ld-linux.so.2
> ld.so >= 1.9.5-8
> libc.so.6
> libdl.so.2
> libinsck.so
> libm.so.6
> libnsl.so.1
> libsstasks6.so
> libsstools6.so
> libstdc++.so.2.8
> sybase-common = 11.9.2
>
> Какие пакеты нужно доставить из MDK-RE 7.0 и нужно ли
> вообще это?
Если это действительно _все_ requires, то, видимо, не нужно.
Rgrds, AEN
>
> --
> WBR, Andrey Brindeew.
> "No one person can understand Perl culture completely" (C)
> Larry Wall.
>
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@altlinux.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-05-15 15:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-15 0:50 [mdk-re] ld.so Andrey Brindeew
2001-05-15 1:31 ` Aleksey Novodvorsky
2001-05-15 8:59 ` Andrey Brindeew
2001-05-15 11:50 ` Dmitry V. Levin
2001-05-15 15:12 ` Aleksey Novodvorsky
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git