The kigb binary requires libstdc++ for compatibility, but doesn't pull it in as a dependency. Installing virtual/libstdc++ separately fixes the problem. Reproducible: Always Steps to Reproduce: 1. Install kigb 2. Try to run it 3. Get an error Actual Results: ./kigb: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Expected Results: kigb should have started without error.
fixed. thanks for the bug report.