Questions tagged «gcc»

6
安装生产服务器是否安全?
在设置虚拟服务器实例期间,我需要使用构建一些应用程序make。安装后是否存在任何安全隐患make?还是应该在部署实例之前清理它? 我还拥有gcc服务器上的编译器,可用于在部署之前构建应用程序。
42 security  make  gcc 

1
无法执行gcc:没有此类文件或目录
我正在运行Ubuntu LTS,尝试做一些pip安装操作时遇到错误,例如scrapy。这是我得到的错误: Unable to execute gcc: No such file or directory Error: command 'gcc' failed with exit status 1 我正在virtualenv中安装pip。我尝试使用以下命令安装构建必需品,但仍然出现相同的错误: apt-get -y install build-essential 谁能帮助我了解我哪里出了问题? 编辑-更多信息: ubuntu@ip-10-164-8-155:/var/log$ gcc -v The program 'gcc' can be found in the following packages: * gcc * pentium-builder Try: sudo apt-get install <selected package>
27 linux  ubuntu  gcc  virtualenv 

4
围攻:描述符表已满sock.c:119:打开文件过多
我试图通过以下命令使用siege在自己的服务器上进行压力测试: $ siege -c 500 myweb.com/somefile.php 但是我得到这个错误: [error] descriptor table full sock.c:119: Too many open files 而且我也收到以下警告: libgcc_s.so.1 must be installed for pthread_cancel to work 但是我正在使用Ubuntu 15.04(开发分支),并且已经安装了libgcc1软件包,所以我不知道为什么它对.so共享库感到困惑。 如何解决打开的文件过多和libgcc警告?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.