diff --git a/bin/paraFoam b/bin/paraFoam
index a57505f5f9b94ee0ac890fd314c8e87db0f873fe..48eab6ebe0551f01d61893ff29e9998fc19e33c1 100755
--- a/bin/paraFoam
+++ b/bin/paraFoam
@@ -229,7 +229,8 @@ else
         echo "created temporary '$caseFile'"
     }
 
-    paraview --data="$caseFile" "$@"
+    # For now filter out any ld.so errors. Caused by non-system compiler?
+    paraview --data="$caseFile" "$@" 2>&1 | fgrep -v 'Inconsistency detected by ld.so'
 fi