From 89baed0b93639180fd7d0ba922873b003649c7af Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 25 Aug 2022 18:46:41 +0200 Subject: Revert "Detect ld.so and libc.so version inconsistency during startup" This reverts commit 6f85dbf102ad7982409ba0fe96886caeb6389fef. Once this change hits the release branches, it will require relinking of all statically linked applications before static dlopen works again, for the majority of updates on release branches: The NEWS file is regularly updated with bug references, so the __libc_early_init suffix changes, and static dlopen cannot find the function anymore. While this ABI check is still technically correct (we do require rebuilding & relinking after glibc updates to keep static dlopen working), it is too drastic for stable release branches. Reviewed-by: Adhemerval Zanella --- INSTALL | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 6470cd3d25..659f75a97f 100644 --- a/INSTALL +++ b/INSTALL @@ -120,16 +120,6 @@ if 'CFLAGS' is specified it must enable optimization. For example: compiler flags which target a later instruction set architecture (ISA). -'--with-extra-version-id=STRING' - Use STRING as part of the fingerprint that is used by the dynamic - linker to detect an incompatible version of 'libc.so'. For - example, STRING could be the full package version and release - string used by a distribution build of the GNU C Library. This - way, concurrent process creation during a package update will fail - with an error message, _error while loading shared libraries: - /lib64/libc.so.6: ld.so/libc.so mismatch detected (upgrade in - progress?)_, rather than crashing mysteriously. - '--with-timeoutfactor=NUM' Specify an integer NUM to scale the timeout of test programs. This factor can be changed at run time using 'TIMEOUTFACTOR' environment -- cgit 1.4.1