summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Syscall.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/OpenSLX/Syscall.pm')
-rw-r--r--lib/OpenSLX/Syscall.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/OpenSLX/Syscall.pm b/lib/OpenSLX/Syscall.pm
index da72ae3d..2d9182a7 100644
--- a/lib/OpenSLX/Syscall.pm
+++ b/lib/OpenSLX/Syscall.pm
@@ -87,7 +87,8 @@ sub _loadPerlHeader
}
else {
die _tr(
- 'the folder "/usr/include/asm" is required - please install kernel headers!'
+ 'the folder "/usr/include/asm" is required - please install kernel headers!\
+ \n(maybe linux-libc-dev missing)!'
);
}
}