Configure: error: missing libstdc++ // UBUNTU UCK

Configure: error: missing libstdc++ // UBUNTU UCK

现在我在 VMware 运行 Ubuntu 14.04 中尝试使用名为 UCK 的工具制作 Live CD。我正处于可以自定义并将自己的包和工具添加到我的 live CD 的过程中。我想安装和设置 Autopsy,所以我开始下载 Sleuthkit 和 Autopsy。在尝试安装它们时,我被告知我必须首先根据本指南使用 ./configure:https://shankaraman.wordpress.com/2012/11/16/how-to-install-autopsy-and-sleuthkit-in-ubuntu/

我收到以下错误:'Configure: error: missing libstdc++' 有谁知道如何解决这一问题?我还没有在网上找到解决方案。

已通过 运行 修复:sudo apt-get install build-essential -_-。