zoukankan      html  css  js  c++  java
  • lnmp之php5.3.27 编译信息

    ./configure
    --prefix=/application/php5.3.27
    --with-mysql=application/mysql
    --with-iconv-dir=/usr/local/libiconv
    --with-freetype-dir
    --with-jpeg-dir
    --with-png-dir --with-zlib
    --enable-xml
    --disable-rpath
    --enable-safe-mode
    --enable-bcmath
    --enable-shmop
    --enable-sysysem
    --enable-inline-optimization
    --with-curl
    --with-curlwrappers
    --enable-mbregex
    --enable-fpm
    --enable-mbstring
    --with-mcrypt
    --with-gd
    --enable-gd-native-ttf
    --with-openssl
    --with-mhash
    --enable-pentl
    --enable-sockets
    --with-xmlrpc
    --enable-zip
    --enable-soap
    --enable-short-tags
    --enable-zend-multibYte
    --enable -static
    --with-xs1
    --with-fpm-user=nginx
    --with-fpm-group=nging
    --enable-ftp
    ln -s /application/mysql/lib/libmysqlolient.so.18 /usr/1ib64/
    make
    make install

  • 相关阅读:
    python反射
    numpy笔记
    leetcode43
    leetcode-42
    The Github Flow
    leetcode-37
    leetcode-41
    leetcode-40
    TCP扫盲2
    字节码分析与操作
  • 原文地址:https://www.cnblogs.com/wajika/p/6233056.html
Copyright © 2011-2022 走看看