From 33c9279cc4e9399693e85c59b4a73e99aa1a14bc Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 6 Mar 2007 15:43:54 +0000 Subject: * fixed bug reported by Dirk: some systems (kubuntu) do not have a ld.so.conf, so we now support that, too. In that case, we now only work with the trusted folders (/lib and /usr/lib). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@747 95ad53e4-c205-0410-b2fa-d234c58c8868 --- bin/slxldd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/slxldd b/bin/slxldd index 7c578b5d..be238a05 100755 --- a/bin/slxldd +++ b/bin/slxldd @@ -115,8 +115,8 @@ sub fetchLoaderConfigFile sub fetchLoaderConfig { - if (!-e "$rootPath/etc/ld.so.conf") { - die _tr("'%s' not found, maybe wrong root-path?\n", "$rootPath/etc/ld.so.conf"); + if (!-e "$rootPath/etc") { + die _tr("'%s'-folder not found, maybe wrong root-path?\n", "$rootPath/etc"); } fetchLoaderConfigFile("$rootPath/etc/ld.so.conf"); -- cgit v1.2.3-55-g7522