From 573eb79efb7da9a5b4cf15eb89ec6569d85a7db1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 18 Feb 2004 16:26:41 +0000 Subject: HACK: set LD_ASSUME_KERNEL so that rpm doesn't try to use tls (which we don't have at install) otherwise it causes *weird* problems in __db*. When LD_ASSUME_KERNEL is set, no __db* are used, and so no such pbs. --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 2acfe1b0d..900aab616 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -340,6 +340,7 @@ sub main { install_steps_auto_install_non_interactive::errorInStep(); }; $ENV{PERL_BADLANG} = 1; + $ENV{LD_ASSUME_KERNEL} = '2.4.1'; umask 022; $::isInstall = 1; -- cgit v1.2.1