centos 6.3 编译安装php 5.6.11 遇到错误:make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1
环境:contos 6.3
硬件:memory 512mb
问题:
编译安装 php 5.6.11 时遇到错误:
make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1
环境:contos 6.3
硬件:memory 512mb
问题:
编译安装 php 5.6.11 时遇到错误:
make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1
#./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --with-fpm-user=nginx --with-fpm-group=nginx --enable-exif --with-gd --with-jpeg-dir --with-png-dir --with-openssl --with-zlib-dir --with-freetype-dir --enable-gd-native-ttf --with-mhash --with-ldap --with-ldap-sasl --enable-mbstring --with-mcrypt --with-mysqli --enable-pcntl --enable-opcache --with-pdo-mysql --with-openssl-dir --with-libxml-dir --enable-sockets --enable-zip --enable-soap --with-pear --with-libdir=lib64 --without-sqlite3 --without-pdo-sqlite
就是APACHE自带的测试工具AB(apache benchmark).在APACHE的bin目录下。
格式: ./ab [options] [http://]hostname[:port]/path
Linux中的top命令显示系统上正在运行的进程。它是系统管理员最重要的工具之一。被广泛用于监视服务器的负载。在本篇中,我们会探索top命令的细节。top命令是一个交互命令。在运行top的时候还可以运行很多命令。我们也会探索这些命令。
(译注:不同发行版的top命令在各种细节有不同,如果发现不同时,请读你的帮助手册和命令内的帮助。)