public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* dlmopen and isolation of loaded libraries
@ 2023-02-27 11:48 Александр Ващилко
  2023-02-27 13:10 ` Florian Weimer
  2023-02-27 16:57 ` Basile Starynkevitch
  0 siblings, 2 replies; 3+ messages in thread
From: Александр Ващилко @ 2023-02-27 11:48 UTC (permalink / raw)
  To: libc-help

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

Hi, I am developing a project that has the functionality of loading
libraries of some third-party products which shipped with their own
versions of libstdc++ or glibc.
But my project needs to use its own versions of the same libraries.
I found the dlmopen function, but as I understand, it has limited isolation
functionality.

Also, as I understand from this article
https://sourceware.org/glibc/wiki/LinkerNamespaces, every new namespace
created by dlmopen have own copy of glibc of version from which dlmopen
was called.

I there any way to load third-party libraries with their own versions of
libstdc++, their own versions of glibc, or all their own libraries of their
own versions at the same time?

Anyway, even if dlmopen doesn't support the required functionality, do
glibc and libstdc++ support the simultaneous existence of different
versions of these libraries at the same time in the same process?
Maybe I will find a way to do what I need.

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-27 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 11:48 dlmopen and isolation of loaded libraries Александр Ващилко
2023-02-27 13:10 ` Florian Weimer
2023-02-27 16:57 ` Basile Starynkevitch

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 read-only IMAP folder(s) and NNTP newsgroup(s).