• php5.6.40编译安装


    yum install gcc bison bison-devel zlib-devel libmcrypt-devel mcrypt mhash-devel openssl-devel libxml2-devel libcurl-devel bzip2-devel readline-devel lidit-devel sqlite-devel jemalloc jemalloc-devel php-mcrypt  libmcrypt  libmcrypt-devel -y 

    ./configure  --prefix=/mydata/php  --with-config-file-path=/mydata/php/etc  --enable-inline-optimization   --disable-debug   --disable-rpath   --enable-shared   --enable-opcache   --enable-fpm   --with-fpm-user=www   --with-fpm-group=www   --with-mysql=mysqlnd   --with-mysqli=mysqlnd   --with-pdo-mysql=mysqlnd   --with-gettext   --enable-mbstring   --with-iconv   --with-mcrypt   --with-mhash   --with-openssl=/mydata/openssl   --enable-bcmath   --enable-soap   --with-libxml-dir   --enable-pcntl   --enable-shmop   --enable-sysvmsg   --enable-sysvsem   --enable-sysvshm --enable-sockets   --with-curl  --with-zlib   --enable-zip   --with-bz2   --with-readline   --with-gd   --enable-gd-native-ttf   --with-xsl   --with-freetype-dir=/mydata/freetype   --with-jpeg-dir=/mydata/jpeg/lib
  • 相关阅读:
    【如何入门ACM】
    HDU
    HDU 6107 Typesetting
    bzoj 3223: Tyvj 1729 文艺平衡树
    51Nod 1781 跑的比谁都快
    51Nod 1331 狭窄的通道
    51Nod 1555 布丁怪
    hihocoder 1035 : 自驾旅行 III
    51Nod 1196 字符串的数量
    51Nod 1530 稳定方块
  • 原文地址:https://www.cnblogs.com/byfboke/p/10531918.html
Copyright © 2020-2023  润新知