[PHP-users 9547] Solaris8へのPHP4.2.1(PDFlib+imap)のインストールについて、アドバイス下さい

朝倉 誠@K's php-users@php.gr.jp
Tue, 27 Aug 2002 20:39:03 +0900


度々お世話になっております、Asakuraと申します。

〜長いメールになっておりますが、ご容赦下さい。〜

大変困っておりまして、皆様を知恵をお借りしたく投稿致しました。

OSがSolaris8のNetra X1に
Apache-1.3.26 + PHP-4.2.1 + MySQL-3.23.52
のインストールを行っております。

ApacheはDSO版にて正常にインストールを完了し、
MySQLも正常にインストール。
両方とも単体では正常起動を確認済みです。
インストールパスは
/opt/apache
と
/opt/mysql
です。

しかし、PHP4がうまくいかずに困っております。
makeの最後のところで以下ようのにエラーになってしまいます。
 ----------------------------------------------------------------------
 (中略)
 Making all in regex
 make[1]: Entering directory `/home1/nets/php-4.2.1/regex'
 make[2]: Entering directory `/home1/nets/php-4.2.1/regex'
 make[2]: Nothing to be done for `all-p'.
 make[2]: Leaving directory `/home1/nets/php-4.2.1/regex'
 make[1]: Leaving directory `/home1/nets/php-4.2.1/regex'
 Making all in .
 make[1]: Entering directory `/home1/nets/php-4.2.1'
 /bin/sh /home1/nets/php-4.2.1/libtool --silent --mode=link gcc  -I. -I/home1/nets/php-4.2.1/ -I/home1/ne ts/php-4.2.1/mai
 n -I/home1/nets/php-4.2.1 -I/opt/apache/include -I/home1/nets/php-4.2.1/Zend -I/usr/local/include -I/opt /mysql/include/m
 ysql -I/home1/nets/php-4.2.1/ext/xml/expat  -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DUSE_EXPAT -I/hom e1/nets/php-4.2.
 1/TSRM -g -O2 -prefer-pic   -o libphp4.la -rpath /home1/nets/php-4.2.1/libs -export-symbols /home1/nets/ php-4.2.1/sapi/a
 pache/php.sym -avoid-version -L/usr/ucblib -L/usr/local/lib -L/opt/mysql/lib/mysql  -R /usr/ucblib -R /u sr/local/lib -R
 /opt/mysql/lib/mysql stub.lo  Zend/libZend.la sapi/apache/libsapi.la main/libmain.la regex/libregex.la / home1/nets/php-4
 .2.1/ext/zlib/libzlib.la /home1/nets/php-4.2.1/ext/ctype/libctype.la /home1/nets/php-4.2.1/ext/dba/libdb a.la /home1/nets
 /php-4.2.1/ext/imap/libimap.la /home1/nets/php-4.2.1/ext/mbstring/libmbstring.la /home1/nets/php-4.2.1/e xt/mysql/libmysq
 l.la /home1/nets/php-4.2.1/ext/pcre/libpcre.la /home1/nets/php-4.2.1/ext/pdf/libpdf.la /home1/nets/php-4 .2.1/ext/posix/l
 ibposix.la /home1/nets/php-4.2.1/ext/session/libsession.la /home1/nets/php-4.2.1/ext/standard/libstandar d.la /home1/nets
 /php-4.2.1/ext/xml/libxml.la TSRM/libtsrm.la -lpam -lcrypto -lssl -lc-client -lpdf -lz -ltiff -lpng -ljp eg -lmysqlclient
  -lcrypt -lpam -lgdbm -lz -lcrypt -lresolv -lresolv -lresolv -lm -ldl -lsocket -lsocket -lcrypt -ldl
 /usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lcrypto
 collect2: ld returned 1 exit status
 make[1]: *** [libphp4.la] Error 1
 make[1]: Leaving directory `/home1/nets/php-4.2.1'
 make: *** [all-recursive] Error 1
 ----------------------------------------------------------------------

とにかくcryptを探す事にし、
# find / -name crypt*
で検索をかけた結果が以下になりました。
 ----------------------------------------------------------------------
 /usr/share/man/sman1/crypt.1
 /usr/share/man/sman3c/crypt.3c
 /usr/share/man/ja/sman1/crypt.1
 /usr/share/man/ja_JP.UTF-8/sman1/crypt.1
 /usr/share/man/ja_JP.PCK/sman1/crypt.1
 /usr/include/crypt.h
 /usr/bin/crypt
 /home1/nets/php-4.2.1/ext/standard/crypt.c
 /home1/nets/php-4.2.1/ext/standard/crypt.lo
 /home1/nets/php-4.2.1/win32/crypt_win32.c
 /home1/nets/php-4.2.1/win32/crypt_win32.h
 /home1/nets/php-3.0.18-i18n-ja-3/dl/crypt
 /home1/nets/php-3.0.18-i18n-ja-3/dl/crypt/crypt.c
 /home1/nets/php-3.0.18-i18n-ja-3/functions/crypt.c
 /home1/nets/php-3.0.18-i18n-ja-3/tests/crypt.phtml
 /home1/nets/php-3.0.18-i18n-ja-3/tests/crypt2.phtml
 /home1/nets/php-3.0.18-i18n-ja-3/win32/crypt.dsp
 /opt/ssl/doc/openssl/doc/crypto
 /opt/ssl/doc/openssl/doc/crypto/crypto.pod
 /opt/ssl/include/openssl/crypto.h
 /opt/ssl/man/man3/crypto.3
 ----------------------------------------------------------------------
この中の
/opt/ssl/include/openssl/crypto.h
を探す事が出来ていないのだと思いパスを追加し、再度configureから実行しましたが、
同じ状況でした。

環境変数の主な値は以下のように書き込んでおります。
 ----------------------------------------------------------------------
 # env
 CC=gcc
 LD_LIBRARY_PATH=/opt/lib:/usr/local/lib:/usr/local/include:/usr/lib:/usr/include:/opt/ssl/include/opt/ss l/include/openssl
 LD_RUN_PATH=/opt/lib:/usr/local/lib:/usr/local/include:/usr/lib:/usr/include:/opt/ssl/include:/opt/ssl/i nclude/openssl
 PATH=/usr/bin:/usr/ucb:/etc:.:/opt/bin:/usr/sbin:/sbin:/usr/ccs/bin:/usr/local/lib:/usr/local/include:/u sr/include:/opt/ssl/include:/opt/ssl/include/openssl
 SHELL=/bin/csh
 ----------------------------------------------------------------------

この場合にはどの様に対応したらよいのかおわかりになる方いらっしゃいましたら、
アドバイスを頂けますようお願い致します。
皆様お忙しいところ済みませんが、何卒宜しくお願い致します。


尚、以下にconfigureした結果を記載致します。
 ----------------------------------------------------------------------
# ./configure --with-mysql=/opt/mysql \
              --with-apxs=/opt/apache/bin/apxs \
              --enable-mbstring \
              --enable-mbstr-enc-trans \
              --enable-mbregex \
              --with-pdflib=/usr/local \
              --enable-shared-pdflib \
              --with-jpeg-dir=/usr/local \
              --with-tiff-dir=/usr/local \
              --with-png-dir=/usr/local \
              --with-xpm-dir=/usr/X11R6/lib \
              --with-zlib-dir=/usr/local \
              --with-imap \
              --with-imap-ssl \
              --with-gdbm --enable-versioning
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... sparc-sun-solaris2.8
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
Updated php_version.h
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether compiler supports -R... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking for bison... bison -y
checking bison version... 1.35 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for pthreads_cflags... -pthreads
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... yes
checking for mod_charset compatibility option... no
checking for Apache 2.0 module support via DSO through APXS... no
checking for Caudium support... no
checking for fhttpd module support... no
checking for CLI build... no
checking for FastCGI support... no
checking for Zeus ISAPI support... no
checking for NSAPI support... no
checking for PHTTPD support... no
checking for Pi3Web Support... no
checking for Roxen/Pike support... no
checking for Servlet support... no
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for chosen SAPI module... apache

Running system checks
checking for missing declarations of reentrant functions... done
checking for sendmail... /usr/lib/sendmail
checking whether system uses EBCDIC... no
checking for socket in -lsocket... yes
checking for yp_get_default_domain... yes
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton in -lresolv... yes
checking for res_search in -lsocket... yes
checking for dn_skipname in -lresolv... yes
checking for __dn_skipname in -lresolv... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fclose declaration... ok
checking for ApplicationServices/ApplicationServices.h... no
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for crypt.h... yes
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... yes
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for netinet/in.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for sys/varargs.h... yes
checking for sys/wait.h... yes
checking for unistd.h... yes
checking for unix.h... no
checking for utime.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... no
checking for tzname... yes
checking for tm_gmtoff in struct tm... no
checking for struct flock... yes
checking for socklen_t... yes
checking size of long... 4
checking size of int... 4
checking for st_blksize in struct stat... yes
checking for st_blocks in struct stat... yes
checking for st_rdev in struct stat... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for IPv6 support... yes
checking for vprintf... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... yes
checking for flock... no
checking for gai_strerror... yes
checking for gcvt... yes
checking for getlogin... yes
checking for gethostbyaddr... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for inet_aton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for regcomp... yes
checking for res_search... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unsetenv... no
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for getaddrinfo... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for getopt... yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... (cached) yes
checking for alloca... yes
checking whether sprintf is broken... no
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking whether to include debugging symbols... no
checking layout of installed files... yes
checking path to configuration file... yes
checking whether to install PEAR, and where... yes
checking whether to enable safe mode by default... no
checking for safe mode exec dir... /usr/local/php/bin
checking for OpenSSL support... no
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to enable magic quotes by default... no
checking whether to enable runpaths... yes
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking for crypt in -lcrypt... yes

Configuring extensions
checking if the location of ZLIB install directory is defined... yes
checking for ZLIB support... no
checking for gzgets in -lz... yes
checking for fopencookie... no
checking for ASPELL support... no
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for CCVS support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... no
checking for CyberCash support... no
checking for cybermut support... no
checking for cyrus imap support... no
checking for xDBM support... no
checking whether to enable DBA... no
checking for gdbm_open in -lgdbm... yes
checking for GDBM support... yes
checking for NDBM support... no
checking for Berkeley DB2 support... no
checking for Berkeley DB3 support... no
checking for DBM support... no
checking for CDB support... no
checking whether to enable DBA interface... yes
checking whether to enable dbase support... no
checking for dbplus support... no
checking whether to enable dbx support... no
checking whether to enable direct I/O support... no
checking for DOM support... no
checking for DOM XSLT support... no
checking for DOM EXSLT support... no
checking whether to enable EXIF support... no
checking for FrontBase SQL92 (fbsql) support... no
checking for FDF support... no
checking whether to enable the bundled filePro support... no
checking for FriBidi support... no
checking whether to enable FTP support... no
checking for GD support... no
checking for GNU gettext support... no
checking for GNU MP support... no
checking for Hyperwave support... no
checking for ICAP support... no
checking for iconv support... no
checking for IMAP support... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... (cached) yes
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... no
checking for IRCG support... no
checking for Java support... no
checking for LDAP support... no
checking whether to enable multibyte string support... yes
checking whether to enable japanese encoding translation... yes
checking whether to enable multibyte regex support... yes
checking for MCAL support... no
checking for mcrypt support... no
checking for MCVE support... no
checking for mhash support... no
checking for MING support... no
checking for mnoGoSearch support... no
checking for msession support... no
checking for mSQL support... no
checking for Muscat support... no
checking for MySQL support... yes
checking size of char... 0
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... 0
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for uid_t in sys/types.h... (cached) yes
checking for type ulong... no
checking for type uchar... no
checking for type uint... no
checking for type ushort... no
checking for int8... no
checking base type of last arg to accept... socklen_t
checking return type of qsort... void
checking for mysql_close in -lmysqlclient... yes
checking for MySQL UNIX socket... /tmp/mysql.sock
checking for ncurses support... no
checking for Oracle-OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for Empress support... no
checking for Empress local access support... no
checking for Birdstep support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for OpenLink ODBC support... no
checking for DBMaker support... no
checking for Oracle-ORACLE support... no
checking whether to enable user-space object overloading support... no
checking for Ovrimos SQL Server support... no
checking whether to enable pcntl support... no
checking for PCRE support... yes
checking for memmove... (cached) yes
checking for PDFlib support... yes
checking for the location of libjpeg... yes
checking for jpeg_read_header in -ljpeg... yes
checking for the location of libpng... yes
checking for png_create_info_struct in -lpng... yes
checking for the location of libtiff... yes
checking for TIFFOpen in -ltiff... yes
checking for the location of zlib... /usr/local
checking for PDF_show_boxed in -lpdf... yes
checking for Verisign Payflow Pro support... no
checking for PostgreSQL support... no
checking whether to enable POSIX-like functions... yes
checking for seteuid... yes
checking for setegid... yes
checking for setsid... yes
checking for getsid... yes
checking for setpgid... yes
checking for getpgid... yes
checking for ctermid... yes
checking for mkfifo... yes
checking for getrlimit... yes
checking for PSPELL support... no
checking whether to include QDOM support... no
checking for libedit readline replacement... no
checking for readline support... no
checking for recode support... no
checking whether to enable PHP sessions... yes
checking for mm support... no
checking for pread... yes
checking for pwrite... yes
checking whether pwrite works without custom declaration... yes
checking whether pread works without custom declaration... yes
checking whether to enable shmop support... no
checking for SNMP support... no
checking whether to enable UCD SNMP hack... no
checking whether to enable sockets support... no
checking for dlopen... yes
checking for pam_start in -lpam... (cached) yes
checking for getcwd... yes
checking for getwd... yes
checking for standard DES crypt... no
checking for extended DES crypt... no
checking for MD5 crypt... no
Killed
checking for Blowfish crypt... no
checking whether flush should be called explicitly after a bufferered io... yes
checking whether to enable aggregation support... no
checking for libswf support... no
checking for Sybase support... no
checking for Sybase-CT support... no
checking whether to enable System V semaphore support... no
checking whether to enable System V shared memory support... no
checking whether to enable tokenizer support... no
checking for vpopmail support... no
checking whether to enable WDDX support... no
checking whether byte ordering is bigendian... yes
checking whether to enable XML support... yes
checking external libexpat install dir... no
checking for XMLRPC-EPI support... no
checking libexpat dir for XMLRPC-EPI... no
checking whether to enable xslt support... no
checking for XSLT Sablotron backend... no
checking libexpat dir for Sablotron XSL support... no
checking enable JavaScript for Sablotron... no
checking for YAZ support... no
checking whether to include YP support... no
checking for ZIP support... no
checking whether to enable versioning... yes
checking which regex library to use... php

Configuring Zend
checking build system type... sparc-sun-solaris2.8
checking for ld used by GCC... /usr/local/sparc-sun-solaris2.8/bin/ld
checking if the linker (/usr/local/sparc-sun-solaris2.8/bin/ld) is GNU ld... yes
checking for /usr/local/sparc-sun-solaris2.8/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /opt/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/local/sparc-sun-solaris2.8/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... yes
creating libtool
checking bison version... 1.35 (ok)
checking for limits.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for signal.h... (cached) yes
checking for unix.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... void
checking for dlopen in -ldl... (cached) yes
checking for dlopen... (cached) yes
checking whether dlsym() requires a leading underscore in symbol names... no
checking for uint... yes
checking for ulong... yes
checking for vprintf... (cached) yes
checking for 8-bit clean memcmp... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for memcpy... (cached) yes
checking for strdup... (cached) yes
checking for getpid... yes
checking for kill... yes
checking for strtod... yes
checking for strtol... yes
checking for finite... yes
checking for fpclass... yes
checking whether sprintf is broken... (cached) no
checking for finite... (cached) yes
checking for isfinite... no
checking for isinf... no
checking for isnan... yes
checking whether fp_except is defined... no
checking whether to enable experimental ZTS... no
checking whether to enable inline optimization for GCC... no
checking whether to enable a memory limit... no
checking whether to enable Zend debugging... no
checking for inline... inline

Configuring TSRM
checking for stdarg.h... (cached) yes

Generating files
checking for working mkdir -p... yes
creating config_vars.mk
updating cache ./config.cache
creating ./config.status
creating php4.spec
creating Zend/Makefile
creating main/build-defs.h
creating pear/scripts/pear
creating pear/scripts/phpize
creating pear/scripts/php-config
creating pear/scripts/pearize
creating pear/scripts/phptar
creating TSRM/Makefile
creating main/php_config.h
fastgen.sh: creating sapi/Makefile
fastgen.sh: creating ext/Makefile
fastgen.sh: creating Makefile
fastgen.sh: creating pear/Makefile
fastgen.sh: creating main/Makefile
fastgen.sh: creating sapi/cli/Makefile
fastgen.sh: creating ext/zlib/Makefile
fastgen.sh: creating ext/ctype/Makefile
fastgen.sh: creating ext/dba/Makefile
fastgen.sh: creating ext/imap/Makefile
fastgen.sh: creating ext/mbstring/Makefile
fastgen.sh: creating ext/mysql/Makefile
fastgen.sh: creating ext/pcre/Makefile
fastgen.sh: creating ext/pcre/pcrelib/Makefile
fastgen.sh: creating ext/pdf/Makefile
fastgen.sh: creating ext/posix/Makefile
fastgen.sh: creating ext/session/Makefile
fastgen.sh: creating ext/standard/Makefile
fastgen.sh: creating ext/xml/Makefile
fastgen.sh: creating ext/xml/expat/Makefile
fastgen.sh: creating sapi/apache/Makefile
fastgen.sh: creating regex/Makefile
creating number.c
creating number.h
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
|                       *** ATTENTION ***                            |
|                                                                    |
| Something is likely to be messed up here, because the configure    |
| script was not able to detect a simple feature on your platform.   |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages.                         |
|                                                                    |
| If you are unable to fix this, send the file debug.log to the      |
| php-install@lists.php.net mailing list and include appropiate      |
| information about your setup.                                      |
+--------------------------------------------------------------------+
| License:                                                           |
| This software is subject to the PHP License, available in this     |
| distribution in the file LICENSE.  By continuing this installation |
| process, you are bound by the terms of this license agreement.     |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point.                            |
+--------------------------------------------------------------------+
|                          *** NOTE ***                              |
|            The default for register_globals is now OFF!            |
|                                                                    |
| If your application relies on register_globals being ON, you       |
| should explicitly set it to on in your php.ini file.               |
| Note that you are strongly encouraged to read                      |
| http://www.php.net/manual/en/security.registerglobals.php          |
| about the implications of having register_globals set to on, and   |
| avoid using it if possible.                                        |
+--------------------------------------------------------------------+
 ----------------------------------------------------------------------

 ----------
 You'll never walk alone.

 Makoto Asakura
 mailto:asamako@macinto.sh
         fc_tokyo@mac.com
         king_of_tokyo@hotmail.com

 MAIN:iBook500/CD-DualUSB+AirMacBaseStation
         (MacOSX10.1.2,RAM320MB+AirMac)
 SUB :PowerBook400/FireWire
         (MacOS9.2.2,RAM384MB)
         PB520+Nupower117(KT7.5.3,RAM40MB)+PB150