PHP/FI Installation

If you do not understand any of the following questions,
then the default should be safe - simply hit 'Return'.

Do you have mSQL installed on this system? [yN] n
Do you have Sybase libraries installed on this system [yN] n
Do you have Postgres installed in this system? [yN] n
Do you have mysql installed on this system? [yN] y
Top of your mysql install tree? [/usr/local] /usr/local/mysql
Do you have Adabas installed in this system? [yN] n
Do you have Solid installed in this system? [yN] n
Do you have Oracle installed in this system? [yN] n
Do you have filePro installed in this system? [yN] n
Do you have ODBC installed in this system? [yN] n
Would you like to compile PHP/FI as an Apache module? [yN] y
Are you compiling for an Apache 1.1 or later server? [Yn] y
Are you using Apache-Stronghold? [yN] n
Does your Apache server support ELF dynamic loading? [yN] n
Apache source directory (which has httpd.h)? [/usr/local/etc/httpd/src]
Would you like to include access control support? [yN] y

You need to choose an access control directory.
This directory must be readable and writable by the
user id under which your http server runs.

Access control directory? [/usr/local/etc/httpd/cgi-data]
Would you like to include page logging support? [Yn] y
Would you like to store your log files in dbm or mysql format? [dy] y

mysql Logging enabled. Note that you will need to create a
phpfi database and appropriate tables for each user id for
which logging should be done. See the documentation doc/doc.html
for details.

Would you like to include file upload support? [Yn] y
Would you like to build an ELF shared library? [yN] n
Additional directories to search for .h files []:
Additional directories to search for library files []:
loading cache ./config.cache
checking for bison... (cached) bison -y
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/ginstall -c
checking for ranlib... (cached) ranlib
checking for sendmail... (cached) /usr/bin/sendmail
checking best dbm library available on system
checking for dbm_open in -ldbm... (cached) yes
checking for dbm_open in -ldb... (cached) yes
checking for gdbm_open in -lgdbm... (cached) yes
-lgdbm chosen
checking for t_accept in -lnsl... (cached) no
checking for socket in -lsocket... (cached) no
checking for sin in -lm... (cached) yes
checking for gdImageLine in -lgd... (cached) no
checking for crypt in -lcrypt... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for crypt.h... (cached) no
checking for sys/file.h... (cached) yes
checking for memory.h... (cached) yes
checking for pwd.h... (cached) yes
checking for grp.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for syslog.h... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for vprintf... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strcasecmp... (cached) yes
checking for strstr... (cached) yes
checking for flock... (cached) yes
checking for lockf... (cached) yes
checking for mmap... (cached) yes
checking for putenv... (cached) yes
checking for tempnam... (cached) yes
checking for usleep... (cached) yes
checking for setlocale... (cached) yes
checking for gettimeofday... (cached) yes
checking for setvbuf... (cached) yes
checking for srand48... (cached) yes
checking for lrand48... (cached) yes
checking for link... (cached) yes
checking for symlink... (cached) yes
checking for regcomp... (cached) yes
checking for getlogin... (cached) yes
checking for cuserid... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for crypt... (cached) yes
creating ./config.status
creating src/Makefile
creating src/mod_php.module
creating config.h

Do you want to use multi-byte extension for regex library? [y/N] y
Using multi-byte extension for regular expression library

If none of -ldbm, -ldb nor -lgdbm were found, you should
probably get one of them. It will work without these,
but performance-wise you will gain a lot by installing
gdbm.

If the above item is ok, you are ready to compile
the package. Type: cd src; make

If you are an ISP, you should consider turning on SAFE MODE
to improve inter-client security. Read about it in
doc/doc.html and set it in src/php.h before compiling.