Author: pierre Date: Sun Feb 7 09:32:00 2021 New Revision: 24196 Log: Update php_configure.txt auxiliary file
Modified: trunk/auxfiles/php_configure.txt Modified: trunk/auxfiles/php_configure.txt ============================================================================== --- trunk/auxfiles/php_configure.txt Sun Feb 7 07:19:38 2021 (r24195) +++ trunk/auxfiles/php_configure.txt Sun Feb 7 09:32:00 2021 (r24196) @@ -4,7 +4,7 @@ # # Almost all the dependencies are in the book, except: # - GD: there is a bundled version. If you have built your own, you should -# change the switch to --with-gd=/usr +# add the switch --with-external-gd # - Net-SNMP: remove the switch --with-snmp if not built # - Berkeley-DB: only versions 1 to 5.3 are supported. The build with # version 6.x is possible if using the following sed. However you should @@ -25,7 +25,7 @@ --with-config-file-path=/etc \ --with-openssl \ --with-kerberos \ - --with-pcre-regex=/usr \ + --with-external-pcre \ --with-zlib \ --enable-bcmath \ --with-bz2 \ @@ -39,12 +39,11 @@ --enable-exif \ --enable-ftp \ --with-openssl-dir=/usr \ - --with-gd \ - --with-jpeg-dir=/usr \ - --with-png-dir=/usr \ + --enable-gd \ + --with-jpeg \ --with-zlib-dir=/usr \ - --with-xpm-dir=/usr \ - --with-freetype-dir=/usr \ + --with-xpm \ + --with-freetype \ --with-gettext \ --with-gmp \ --with-ldap \ @@ -91,7 +90,7 @@ # # mkdir -p /etc/openldap/ssl && cd /etc/openldap/ssl # # openssl req -newkey rsa:1024 -x509 -nodes -out server.pem \ # -keyout server.pem -days 3650 -# +# # chown ldap:ldap /etc/openldap/ssl/* # The (/etc/openldap/)ldap.conf file should contain: # --------- # TLS_REQCERT never -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page