https://blog.csdn.net/baidu_38432732/article/details/80965718
http://rpmfind.net/linux/rpm2html/search.php?query=openldap-clients
pkill php-fpm
http://www.openldap.org/software/download/OpenLDAP/openldap-release/
https://blog.csdn.net/myhongjinlin/article/details/54729955
ldconfig
https://www.cnblogs.com/as3lib/p/7009598.html
https://github.com/libgd/libgd/releases/tag/gd-2.2.5
configure: error: off_t undefined; check your library configuration:
https://blog.csdn.net/xlelou/article/details/86488710
PHP Warning: Module ‘gd’ already loaded in Unknown on line 0 原因以及解决办法:
http://www.21yunwei.com/archives/4866
报错根据:https://blog.csdn.net/hehailiang_dream/article/details/70337963
改动:include /etc/ld.so.conf.d/*.conf
解决PHP开启gd库无效的问题:
http://www.365mini.com/page/php-enable-gd-library.htm
./configure --prefix=/usr/local/src/services/php --with-config-file-path=/usr/local/src/services/php/etc --with-apxs2=/usr/local/src/services/apache2/bin/apxs --with-mysql=/usr/local/src/services/mysql --with-mysqli=/usr/local/src/services/mysql/bin/mysql_config --with-php-config=/usr/local/src/services/php/bin/php_config --enable-mbstring=LANG --enable-bcmath --enable-sockets --with-gd --with-zlib --with-curl=/usr/local/src/services/curl --with-zlib --with-libxml-dir=/usr/local/src/services/libxml2 --with-png-dir --with-jpeg-dir --with-freetype=/usr/local/src/services/freetype --with-iconv-dir --with-fpm-user=www --with-fpm-group=www --with-pcre-regex --enable-fpm --disable-phar --enable-calendar --enable-dba --enable-ftp --enable-gd-native-ttf --enable-gd-jis-conv --enable-pcntl --enable-xml --disable-rpath --enable-zip --disable-ipv6 --enable-ctype --with-gettext --enable-opcache
搜索gd:
http://www.169it.com/tech-php/article-1316870201.html
简单安装流程:
http://blog.sina.com.cn/s/blog_8d92d7580102wyog.html
解决LDAP的warning:
https://www.cnblogs.com/bigdevilking/p/9440098.html
https://blog.csdn.net/ChasenWong/article/details/73773883
https://www.cnblogs.com/xiangxiaodong/p/3492156.html
http://blog.chinaunix.net/uid-29757900-id-5705751.html
./configure --prefix=/usr/local/src/services/php --with-config-file-path=/usr/local/src/services/php/etc --with-apxs2=/usr/local/src/services/apache2/bin/apxs --with-mysql=/usr/local/src/services/mysql --with-mysqli=/usr/local/src/services/mysql/bin/mysql_config --with-php-config=/usr/local/src/services/php/bin/php_config --enable-mbstring=LANG --enable-bcmath --enable-sockets --with-gd --with-zlib --with-curl=/usr/local/src/services/curl --with-zlib --with-libxml-dir=/usr/local/src/services/libxml2 --with-png-dir --with-jpeg-dir --with-freetype=/usr/local/src/services/freetype --with-iconv-dir --with-fpm-user=www --with-fpm-group=www --with-pcre-regex --enable-fpm --disable-phar --enable-calendar --enable-dba --enable-ftp --enable-gd-native-ttf --enable-gd-jis-conv --enable-pcntl --enable-xml --disable-rpath --enable-zip --disable-ipv6 --enable-ctype --with-gettext --enable-opcache --with-ldap
python: https://blog.csdn.net/SunZLong/article/details/83717035
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-libxml-dir --enable-inline-optimization --enable-shared --enable-opcache --enable-fpm --enable-bcmath --enable-soap --enable-pcntl --enable-shmop --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-sockets --enable-zip --with-mysql=/usr/local/mysql5/ --enable-mbstring --with-jpeg-dir --with-png-dir --with-freetype-dir --with-gd
./configure --prefix=/usr/local/src/services/php --with-config-file-path=/usr/local/src/services/php/etc --with-apxs2=/usr/local/src/services/apache2/bin/apxs --with-mysql=/usr/local/src/services/mysql --with-mysqli=/usr/local/src/services/mysql/bin/mysql_config --with-php-config=/usr/local/src/services/php/bin/php_config --enable-mbstring=LANG --enable-bcmath --enable-sockets --with-gd --with-zlib --with-curl=/usr/local/src/services/curl --with-zlib --with-libxml-dir=/usr/local/src/services/libxml2 --with-png-dir --with-jpeg-dir --with-freetype=/usr/include/freetype --with-iconv-dir --with-fpm-user=www --with-fpm-group=www --with-pcre-regex --enable-fpm --disable-phar --enable-calendar --enable-dba --enable-ftp --enable-gd-native-ttf --enable-gd-jis-conv --enable-pcntl --enable-xml --disable-rpath --enable-zip --disable-ipv6 --enable-ctype --with-gettext --enable-opcache --with-ldap