From 86463959539587187b098eb1762d2238d856587d Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 20 Mar 2009 12:28:32 +0000 Subject: * in an attempt to solve #399 (and #398), we now mount the host's perl core path into the vendor-OS before chrooting into it for every plugin, which seems to solve the dynamic loading issue described in these two tickets git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2749 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/OpenSLX/Basics.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib') diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm index 581e6e49..ca6dd9fb 100644 --- a/lib/OpenSLX/Basics.pm +++ b/lib/OpenSLX/Basics.pm @@ -48,14 +48,8 @@ use open ':utf8'; require Carp; # do not import anything as we are going to overload carp # and croak! -use Carp::Heavy; # use it here to have it loaded immediately, not at - # the time when carp() is being invoked (which might - # be at a point in time where the script executes in - # a chrooted environment, such that the module can't - # be loaded anymore). use Config::General; use Encode; -require File::Glob; use FindBin; use Getopt::Long; use POSIX qw(locale_h); -- cgit v1.2.3-55-g7522