diff --git a/appliance/init b/appliance/init index b407bf9c8..0ac7fbf57 100755 --- a/appliance/init +++ b/appliance/init @@ -10,6 +10,10 @@ RUNLEVEL=S PREVLEVEL=N export RUNLEVEL PREVLEVEL +# Make sure to find all the libraries, also those in non-standard place +# but with a proper ld.so configuration pointing at them +ldconfig + # Try to print a stack trace for segfaults inside the appliance. for d in /lib64 /lib; do f=$d/libSegFault.so