postgresql-7.1.1/configure postgresql-7.1.1/configure.in postgresql-7.1.1/ChangeLogs/ postgresql-7.1.1/ChangeLogs/ChangeLog-7.1beta1-to-7.1beta3 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1beta3-to-7.1beta4 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1beta4-to-7.1beta5 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1beta5-to-7.1beta6 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1beta6-7.1RC1 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1RC1-to-7.1RC2 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1RC2-to-7.1RC3 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1RC3-to-7.1rc4 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1rc4-7.1 postgresql-7.1.1/ChangeLogs/ChangeLog-7.1-7.1.1 postgresql-7.1.1/register.txt postgresql-7.1.1/build.xml [postgres@soho src]$ sh /mnt/cdrom/archives/patches-7.1.1/PATCH /mnt/cdrom/archives/patches-7.1.1 patching file `src/pl/plpgsql/src/pl_exec.c' [postgres@soho src]$ updating cache ./config.cache creating ./config.status creating GNUmakefile creating src/GNUmakefile creating src/Makefile.global creating src/backend/port/Makefile creating src/include/config.h linking ./src/backend/port/dynloader/linux.c to src/backend/port/dynloader.c linking ./src/backend/port/dynloader/linux.h to src/include/dynloader.h linking ./src/include/port/linux.h to src/include/os.h linking ./src/makefiles/Makefile.linux to src/Makefile.port linking ./src/backend/port/tas/dummy.s to src/backend/port/tas.s [postgres@soho postgresql-7.1.1]$make all gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -shared -Wl,-son ame,libplpgsql.so.1 pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o -Wl,- rpath,/usr/local/pgsql_71/lib -o libplpgsql.so.1.0 rm -f libplpgsql.so.1 ln -s libplpgsql.so.1.0 libplpgsql.so.1 rm -f libplpgsql.so ln -s libplpgsql.so.1.0 libplpgsql.so make[4]: Leaving directory `/usr/local/src/postgresql-7.1.1/src/pl/plpgsql/src' make[3]: Leaving directory `/usr/local/src/postgresql-7.1.1/src/pl/plpgsql' make[2]: Leaving directory `/usr/local/src/postgresql-7.1.1/src/pl' make[1]: Leaving directory `/usr/local/src/postgresql-7.1.1/src' All of PostgreSQL successfully made. Ready to install. [postgres@soho postgresql-7.1.1]$make install Please check the following URL for a listing of the current user-support mailing lists: http://www.postgresql.org/users-lounge/index.html#maillist All of the mailing lists are currently archived and viewable at: http://www.postgresql.org/gen-info.html#archives And, so that we have an idea of who is using what, please connect to the following registration URL: http://www.postgresql.org -> Helping Us -> Survey/Register Thank you for choosing PostgreSQL, the most advanced open source database engine. [postgres@soho postgresql-7.1.1]$ [postgres@soho pgsql]$ initdb This database system will be initialized with username "postgres". This user will own all the data files and must also own the server process. Creating directory /usr/local/pgsql_71/data Creating directory /usr/local/pgsql_71/data/base Creating directory /usr/local/pgsql_71/data/global Creating directory /usr/local/pgsql_71/data/pg_xlog Creating template1 database in /usr/local/pgsql_71/data/base/1 DEBUG: database system was shut down at 2001-06-19 21:47:46 JST DEBUG: CheckPoint record at (0, 8) DEBUG: Redo record at (0, 8); Undo record at (0, 8); Shutdown TRUE DEBUG: NextTransactionId: 514; NextOid: 16384 DEBUG: database system is in production state Creating global relations in /usr/local/pgsql_71/data/global DEBUG: database system was shut down at 2001-06-19 21:47:55 JST DEBUG: CheckPoint record at (0, 108) DEBUG: Redo record at (0, 108); Undo record at (0, 0); Shutdown TRUE DEBUG: NextTransactionId: 514; NextOid: 17199 DEBUG: database system is in production state Initializing pg_shadow. Enabling unlimited row width for system tables. Creating system views. Loading pg_description. Setting lastsysoid. Vacuuming database. Copying template1 to template0. Success. You can now start the database server using: /usr/local/pgsql_71/bin/postmaster -D /usr/local/pgsql_71/data or /usr/local/pgsql_71/bin/pg_ctl -D /usr/local/pgsql_71/data -l logfile start [postgres@soho data]$ pg_ctl -w start waiting for postmaster to start...DEBUG: database system was shut down at 2001- 06-19 21:48:09 JST DEBUG: CheckPoint record at (0, 1522060) DEBUG: Redo record at (0, 1522060); Undo record at (0, 0); Shutdown TRUE DEBUG: NextTransactionId: 615; NextOid: 18720 The Data Base System is starting up .DEBUG: database system is in production state done postmaster successfully started 5957 p0 S 0:00 -bash 6072 p0 S 0:00 /usr/local/pgsql_71/bin/postmaster -D /usr/local/pgsql_71/da 6080 p0 R 0:00 ps -ax [postgres@soho data]$ psql -l List of databases Database | Owner | Encoding -----------+----------+---------- template0 | postgres | EUC_JP template1 | postgres | EUC_JP (2 rows) postgres@soho data]$ pg_ctl stop サイレントモ−ドで起動 postgres@soho data]$ pg_ctl -w start waiting for postmaster to start....done postmaster successfully started |
./config making links in rsaref... make[1]: Entering directory `/tmp/openssl-0.9.6/rsaref' Makefile => Makefile.ssl rsaref.h => ../include/openssl/rsaref.h [File exists] make[1]: Leaving directory `/tmp/openssl-0.9.6/rsaref' apps making links in apps... make[1]: Entering directory `/tmp/openssl-0.9.6/apps' Makefile => Makefile.ssl make[1]: Leaving directory `/tmp/openssl-0.9.6/apps' test making links in test... make[1]: Entering directory `/tmp/openssl-0.9.6/test' Makefile => Makefile.ssl make[1]: Leaving directory `/tmp/openssl-0.9.6/test' tools making links in tools... make[1]: Entering directory `/tmp/openssl-0.9.6/tools' Makefile => Makefile.ssl make[1]: Leaving directory `/tmp/openssl-0.9.6/tools' Configured for linux-elf. [root@soho openssl-0.9.6]#make install apps installing apps... make[1]: Entering directory `/tmp/openssl-0.9.6/apps' installing openssl installing CA.sh installing CA.pl installing der_chop make[1]: Leaving directory `/tmp/openssl-0.9.6/apps' test installing test... make[1]: Entering directory `/tmp/openssl-0.9.6/test' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/tmp/openssl-0.9.6/test' tools installing tools... make[1]: Entering directory `/tmp/openssl-0.9.6/tools' make[1]: Leaving directory `/tmp/openssl-0.9.6/tools' installing libcrypto.a installing libssl.a [root@soho bin]# ./openssl genrsa -des -out key.pem Generating RSA private key, 512 bit long modulus .++++++++++++ ..++++++++++++ e is 65537 (0x10001) Enter PEM pass phrase: Verifying password - Enter PEM pass phrase: root@soho bin]# ./openssl rsa -in key.pem -out key.pem read RSA key Enter PEM pass phrase: writing RSA key [root@soho bin]# ./openssl req -new -key key.pem -out csr.pem Using configuration from /usr/local/ssl/openssl.cnf You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:JP State or Province Name (full name) [Some-State]:OKAYAMA Locality Name (eg, city) []:kasaoka Organization Name (eg, company) [Internet Widgits Pty Ltd]:fujii co Organizational Unit Name (eg, section) []:web Common Name (eg, YOUR name) []:soho Email Address []:ritsuo@mxy.mesh.ne.jp Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []: An optional company name []: [root@soho bin]# ./openssl x509 -in csr.pem -out cert.pem -req -signkey key.pem Signature ok subject=/C=JP/ST=OKAYAMA/L=kasaoka/O=fujii co/OU=web/CN=soho/Email=ritsuo@mxy.me sh.ne.jp Getting Private key [root@soho bin]# mv key.pem ../private [root@soho bin]# mv cert.pem ../certs [root@soho bin]# |
apache_1.3.19/htdocs/manual/vhosts/host.html apache_1.3.19/htdocs/manual/vhosts/index.html.en apache_1.3.19/htdocs/manual/vhosts/index.html.html apache_1.3.19/htdocs/manual/vhosts/index.html.ja.jis apache_1.3.19/htdocs/manual/vhosts/ip-based.html apache_1.3.19/htdocs/manual/vhosts/mass.html apache_1.3.19/htdocs/manual/vhosts/name-based.html apache_1.3.19/htdocs/manual/vhosts/vhosts-in-depth.html apache_1.3.19/htdocs/manual/vhosts/virtual-host.html [root@soho /tmp]#tar zxvf apache_1.3.19+ssl_1.42.tar.gz src/modules/ssl/splashcache.c src/modules/ssl/Makefile.tmpl src/modules/ssl/Makefile.libdir SSLconf/conf/httpd.conf SSLconf/conf/mime.types SSLconf/conf/ssleay.cnf openssl-0.9.5a-egd.diff src/modules/ssl-keynote/apache_ssl_keynote.c src/modules/ssl-keynote/apache_ssl_keynote.module src/modules/ssl-keynote/Makefile.tmpl SSLconf/keynote/admit-all SSLconf/keynote/admit-ben-thawte SSLconf/keynote/admit-ben-thawte-restricted SSLconf/keynote/admit-none SSLconf/keynote/admit-thawte SSLconf/keynote/cert-issuer-simple md5sums md5sums.asc [root@soho apache_1.3.19]# patch -p1 < SSLpatch patching file `Makefile.tmpl' patching file `configure' patching file `src/Configuration' patching file `src/Configuration.tmpl' patching file `src/Configure' patching file `src/Makefile.tmpl' patching file `src/ap/Makefile.tmpl' patching file `src/include/ap_config.h' patching file `src/include/ap_mmn.h' patching file `src/include/buff.h' patching file `src/include/http_config.h' patching file `src/include/http_main.h' patching file `src/include/httpd.h' patching file `src/main/Makefile.tmpl' patching file `src/main/buff.c' patching file `src/main/http_config.c' patching file `src/main/http_log.c' patching file `src/main/http_main.c' patching file `src/main/util_script.c' patching file `src/modules/standard/Makefile.tmpl' patching file `src/modules/standard/mod_log_config.c' patching file `src/modules/standard/mod_so.c' patching file `src/os/unix/Makefile.tmpl' patching file `src/support/apachectl' patching file `src/support/suexec.c' Openssl は(/usr/local/ssl)インスト−ルされているものとする。 必要なら、src/Configuration.tmpl の変更。 root@soho apache_1.3.19]# ./configure --prefix=/usr/local/apache_ssl --enable-m odule=all --enable-shared=max Configuring for Apache, Version 1.3.19 + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for Linux platform + setting C compiler to gcc + setting C pre-processor to gcc -E + checking for system header files + using custom target name: httpsd + adding selected modules o rewrite_module uses ConfigStart/End + using -lndbm for DBM support enabling DBM support for mod_rewrite o dbm_auth_module uses ConfigStart/End o db_auth_module uses ConfigStart/End using Berkeley-DB/1.x for mod_auth_db (-ldb) + using -ldl for vendor DSO support + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/regex Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/lib/expat-lite Creating Makefile in src/modules/experimental Creating Makefile in src/modules/standard Creating Makefile in src/modules/proxy Creating Makefile in src/modules/example Creating Makefile in src/modules/ssl [root@soho apache_1.3.19]#make gcc -DLINUX=20 -DTARGET=\"httpsd\" -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lit e -DAPACHE_SSL `../apaci` -o ab -L../os/unix -L../ap ab.o -lap -los -lm -lcry pt -lndbm -ldb -ldl -L/usr/local/ssl/lib -lssl -lcrypto sed |
[oracle@miracle oracle]$ sqlplus /nolog SQL*Plus: Release 8.1.6.0.0 - Production on 金 Jun 22 11:30:49 2001 (c) Copyright 1999 Oracle Corporation. All rights reserved. SQL> connect / as sysdba 接続されました。 SQL> shutdown データベースがクローズされました。 データベースがアンマウントされました。 ORACLEインスタンスがシャットダウンされました。 SQL> startup ORACLEインスタンスが起動しました。 Total System Global Area 23437296 bytes Fixed Size 69616 bytes Variable Size 6418432 bytes Database Buffers 16777216 bytes Redo Buffers 172032 bytes データベースがマウントされました。 データベースがオープンされました。 SQL> exit Oracle8i Release 8.1.6.1.0 - 120days Trial JServer Release 8.1.6.0.0 - Productionとの接続が切断されました。 [oracle@miracle oracle]$ lsnrctl start LSNRCTL for Linux: Version 8.1.6.0.0 - Production on 22-JUN-2001 11:34:05 (c) Copyright 1998, 1999, Oracle Corporation. All rights reserved. /u01/app/oracle/product/8.1.6/bin/tnslsnrを起動しています。お待ちください... TNSLSNR for Linux: Version 8.1.6.0.0 - Production システム・パラメータ・ファイルは/u01/app/oracle/product/8.1.6/network/admin/list ener.oraです。 ログ・メッセージを/u01/app/oracle/product/8.1.6/network/log/listener.logに書き込 みました。 リスニングしています: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))) リスニングしています: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=miracle)(PORT=15 21))) リスニングしています: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=miracle)(PORT=24 81))(PROTOCOL_STACK=(PRESENTATION=GIOP)(SESSION=RAW))) (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))に接続しています。 リスナーのステータス ------------------------ 別名 LISTENER バージョン TNSLSNR for Linux: Version 8.1.6.0.0 - Production 開始日 22-JUN-2001 11:34:06 アップ時間 0 日 0 時 0 分 0 秒 トレース・レベル off セキュリティ OFF SNMP OFF パラメータ・ファイル /u01/app/oracle/product/8.1.6/network/admin/listener.o ra ログ・ファイル /u01/app/oracle/product/8.1.6/network/log/listener.log サービスのサマリー... PLSExtProc には、1件のサービス・ハンドラがあります。 orcl には、1件のサービス・ハンドラがあります。 コマンドは正常に終了しました。 [oracle@miracle oracle]$ 6015 ? S 0:00 ora_pmon_orcl 6017 ? S 0:00 ora_dbw0_orcl 6019 ? S 0:00 ora_lgwr_orcl 6021 ? S 0:00 ora_ckpt_orcl 6023 ? S 0:00 ora_smon_orcl 6025 ? S 0:00 ora_reco_orcl |
php $con = OCILogon("miracle", "miracle"); if (!$con) { echo "接続失敗"; exit; } $sql = "SELECT * FROM test_php"; $stmt = OCIParse($con, $sql); OCIExecute($stmt); $fields = OCINumCols($stmt); While (OCIFetch($stmt)) { for ($i = 1;$i<=$fields;$i++) { $tmp = OCIResult($stmt,$i); echo " $tmp "; } echo " |
php-4.0.1pl2/acconfig.h php-4.0.1pl2/php_config.h.in php-4.0.1pl2/buildmk.stamp php-4.0.1pl2/generated_lists php-4.0.1pl2/mkinstalldirs php-4.0.1pl2/install-sh php-4.0.1pl2/aclocal.m4 [root@soho /tmp]# cd php-4.0.1pl2 [root@soho /tmp]# ./configure creating sapi/apache/Makefile creating regex/Makefile creating main/internal_functions.c +--------------------------------------------------------------------+ | *** WARNING *** | | | | You chose to compile PHP with the built-in MySQL support. If you | | are compiling a server module, and intend to use other server | | modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0, | | mod_perl) you must NOT rely on PHP's built-in MySQL support, and | | instead build it with your local MySQL support files, by adding | | --with-mysql=/path/to/mysql to your configure line. | +--------------------------------------------------------------------+ | 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. | +--------------------------------------------------------------------+ Thank you for using PHP. [root@soho php-4.0.1pl2]#make make[1]: Entering directory `/tmp/php-4.0.1pl2' /bin/sh /tmp/php-4.0.1pl2/libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I . -I/tmp/php-4.0.1pl2/ -I/tmp/php-4.0.1pl2 -I/tmp/php-4.0.1pl2/main -I/usr/local /apache_13/include -I/tmp/php-4.0.1pl2/Zend -I/tmp/php-4.0.1pl2 -I/tmp/php-4.0.1 pl2/ext/mysql/libmysql -I/tmp/php-4.0.1pl2/ext/xml/expat/xmltok -I/tmp/php-4.0.1 pl2/ext/xml/expat/xmlparse -DXML_BYTE_ORDER=12 -g -O2 -c stub.c /bin/sh /tmp/php-4.0.1pl2/libtool --silent --mode=link gcc -g -O2 -o libphp4.l a -rpath /tmp/php-4.0.1pl2/libs -export-symbols /tmp/php-4.0.1pl2/sapi/apache/ph p.sym -avoid-version -L/usr/local/pgsql/lib -R /usr/local/pgsql/lib stub.lo Zen d/libZend.la sapi/apache/libsapi.la main/libmain.la regex/libregex.la ext/db/lib db.la ext/mysql/libmysql.la ext/pcre/libpcre.la ext/pgsql/libpgsql.la ext/posix/ libposix.la ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml .la -lgdbm -lpam -ldl -lpq -lresolv -lm -ldl -lcrypt -lnsl -lresolv make[1]: Leaving directory `/tmp/php-4.0.1pl2' Making all in pear make[1]: Entering directory `/tmp/php-4.0.1pl2/pear' make[1]: Leaving directory `/tmp/php-4.0.1pl2/pear' [root@soho php-4.0.1pl2]#make install Making install in regex make[1]: Entering directory `/tmp/php-4.0.1pl2/regex' make[2]: Entering directory `/tmp/php-4.0.1pl2/regex' make[2]: Nothing to be done for `install-p'. make[2]: Leaving directory `/tmp/php-4.0.1pl2/regex' make[1]: Leaving directory `/tmp/php-4.0.1pl2/regex' Making install in . make[1]: Entering directory `/tmp/php-4.0.1pl2' /usr/local/apache_13/bin/apxs -i -a -n php4 libs/libphp4.so cp libs/libphp4.so /usr/local/apache_13/libexec/libphp4.so chmod 755 /usr/local/apache_13/libexec/libphp4.so [activating module `php4' in /usr/local/apache_13/conf/httpd.conf] installing shared modules into /usr/local/lib/php/extensions/no-debug-non-zts-20 000609 make[1]: Leaving directory `/tmp/php-4.0.1pl2' Making install in pear make[1]: Entering directory `/tmp/php-4.0.1pl2/pear' make[2]: Entering directory `/tmp/php-4.0.1pl2/pear' creating header file hierarchy creating phpize creating php-config make[2]: Leaving directory `/tmp/php-4.0.1pl2/pear' make[1]: Leaving directory `/tmp/php-4.0.1pl2/pear' [root@soho php-4.0.1pl2]# |
php-4.0.6/TSRM/TSRM.h php-4.0.6/TSRM/acconfig.h php-4.0.6/TSRM/acinclude.m4 php-4.0.6/TSRM/build.mk php-4.0.6/TSRM/buildconf php-4.0.6/TSRM/configure.in php-4.0.6/TSRM/readdir.h php-4.0.6/TSRM/threads.m4 php-4.0.6/TSRM/tsrm.m4 php-4.0.6/TSRM/tsrm_config.w32.h php-4.0.6/TSRM/tsrm_config_common.h php-4.0.6/TSRM/tsrm_strtok_r.c php-4.0.6/TSRM/tsrm_strtok_r.h php-4.0.6/TSRM/tsrm_virtual_cwd.c php-4.0.6/TSRM/tsrm_virtual_cwd.h php-4.0.6/TSRM/tsrm_win32.c php-4.0.6/TSRM/tsrm_win32.h php-4.0.6/configure php-4.0.6/acconfig.h php-4.0.6/generated_lists php-4.0.6/mkinstalldirs php-4.0.6/install-sh php-4.0.6/aclocal.m4 [root@colby /tmp]# cd php-4.0.6 [root@colby php-4.0.6]# ./buildconf buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.4 (ok) buildconf: libtool version 1.3.4 (ok) [root@colby php-4.0.6]#./configure --enable-pgsql -- checking for Apache 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 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 chosen SAPI module... apache Configuring Zend checking bison version... 1.28 (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 signal.h... (cached) yes checking for unix.h... (cached) no checking for dlfcn.h... yes checking for size_t... (cached) yes checking return type of signal handlers... (cached) void checking for dlopen in -ldl... (cached) yes checking for dlopen... (cached) yes 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... (cached) yes checking for fpclass... no checking whether sprintf is broken... (cached) no checking for finite... (cached) yes checking for isfinite... no checking for isinf... yes 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... (cached) inline Configuring TSRM checking for stdarg.h... (cached) yes Configuring libtool checking build system type... i586-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B updating cache ./config.cache loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC 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 if gcc static flag -static works... -static checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for objdir... .libs creating libtool updating cache ./config.cache loading cache ./config.cache 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 TSRM/Makefile creating main/php_config.h creating sapi/Makefile creating ext/Makefile creating Makefile creating pear/Makefile creating main/Makefile creating ext/mbstring/Makefile creating ext/mysql/Makefile creating ext/mysql/libmysql/Makefile creating ext/pcre/Makefile creating ext/pcre/pcrelib/Makefile creating ext/pgsql/Makefile creating ext/posix/Makefile creating ext/session/Makefile creating ext/standard/Makefile creating ext/xml/Makefile creating ext/xml/expat/Makefile creating ext/xml/expat/xmlparse/Makefile creating ext/xml/expat/xmltok/Makefile creating sapi/apache/Makefile creating regex/Makefile creating number.c creating number.h creating main/internal_functions.c +--------------------------------------------------------------------+ | *** WARNING *** | | | | You chose to compile PHP with the built-in MySQL support. If you | | are compiling a server module, and intend to use other server | | modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0, | | mod_perl) you must NOT rely on PHP's built-in MySQL support, and | | instead build it with your local MySQL support files, by adding | | --with-mysql=/path/to/mysql to your configure line. | +--------------------------------------------------------------------+ | 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. | +--------------------------------------------------------------------+ Thank you for using PHP. 遅い機械だと、ここまで1時間程度かかりました。 [root@colby php-4.0.6]#make make[3]: Entering directory `/tmp/php-4.0.6/sapi/apache' /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 /sapi/apache -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp/php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/x ml/expat/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM - DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c sapi_apache.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 /sapi/apache -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp/php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/x ml/expat/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM - DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c mod_php4.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 /sapi/apache -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp/php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/x ml/expat/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM - DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c php_apache.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=link gcc -I. -I/tmp/php-4.0.6/sa pi/apache -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/ tmp/php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/ expat/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLI NUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -o l ibsapi.la sapi_apache.lo mod_php4.lo php_apache.lo make[3]: Leaving directory `/tmp/php-4.0.6/sapi/apache' make[2]: Leaving directory `/tmp/php-4.0.6/sapi/apache' make[1]: Leaving directory `/tmp/php-4.0.6/sapi' Making all in TSRM make[1]: Entering directory `/tmp/php-4.0.6/TSRM' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O 2 -c TSRM.c /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O 2 -c tsrm_strtok_r.c /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O 2 -c tsrm_virtual_cwd.c /bin/sh ../libtool --silent --mode=link gcc -g -O2 -o libtsrm.la TSRM.lo tsr m_strtok_r.lo tsrm_virtual_cwd.lo make[1]: Leaving directory `/tmp/php-4.0.6/TSRM' Making all in regex make[1]: Entering directory `/tmp/php-4.0.6/regex' make[2]: Entering directory `/tmp/php-4.0.6/regex' /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 /regex -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp /php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/exp at/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX =2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c regco mp.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 /regex -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp /php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/exp at/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX =2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c regex ec.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 /regex -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp /php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/exp at/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX =2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c reger ror.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 /regex -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp /php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/exp at/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX =2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c regfr ee.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=link gcc -I. -I/tmp/php-4.0.6/re gex -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp/ph p-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/expat/ xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -o librege x.la regcomp.lo regexec.lo regerror.lo regfree.lo make[2]: Leaving directory `/tmp/php-4.0.6/regex' make[1]: Leaving directory `/tmp/php-4.0.6/regex' Making all in . make[1]: Entering directory `/tmp/php-4.0.6' /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 / -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp/php- 4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/expat/xm ltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX=2 -D USE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c stub.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=link gcc -I. -I/tmp/php-4.0.6/ - I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp/php-4.0 .6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/expat/xmlto k -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX=2 -DUSE _HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -o libphp4.la - rpath /tmp/php-4.0.6/libs -export-symbols /tmp/php-4.0.6/sapi/apache/php.sym -av oid-version -L/usr/local/pgsql/lib -R /usr/local/pgsql/lib stub.lo Zend/libZen d.la sapi/apache/libsapi.la main/libmain.la regex/libregex.la ext/mbstring/libmb string.la ext/mysql/libmysql.la ext/pcre/libpcre.la ext/pgsql/libpgsql.la ext/po six/libposix.la ext/session/libsession.la ext/standard/libstandard.la ext/xml/li bxml.la TSRM/libtsrm.la -lpam -ldl -lpq -lcrypt -lresolv -lm -ldl -lnsl -lresolv make[1]: Leaving directory `/tmp/php-4.0.6' Making all in pear make[1]: Entering directory `/tmp/php-4.0.6/pear' make[1]: Leaving directory `/tmp/php-4.0.6/pear' .lo http_fopen_wrapper.lo php_fopen_wrapper.lo credits.lo make[3]: Leaving directory `/tmp/php-4.0.6/ext/standard' make[2]: Leaving directory `/tmp/php-4.0.6/ext/standard' Making all in xml make[2]: Entering directory `/tmp/php-4.0.6/ext/xml' Making all in expat make[3]: Entering directory `/tmp/php-4.0.6/ext/xml/expat' Making all in xmltok make[4]: Entering directory `/tmp/php-4.0.6/ext/xml/expat/xmltok' make[5]: Entering directory `/tmp/php-4.0.6/ext/xml/expat/xmltok' /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 /ext/xml/expat/xmltok -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache /include -I/tmp/php-4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4. 0.6/ext/xml/expat/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0. 6/TSRM -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 - g -O2 -c xmltok.c Making all in . make[1]: Entering directory `/tmp/php-4.0.6' /bin/sh /tmp/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.0.6 / -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp/php- 4.0.6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/expat/xm ltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX=2 -D USE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c stub.c /bin/sh /tmp/php-4.0.6/libtool --silent --mode=link gcc -I. -I/tmp/php-4.0.6/ - I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/local/apache/include -I/tmp/php-4.0 .6/Zend -I/tmp/php-4.0.6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/expat/xmlto k -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX=2 -DUSE _HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -o libphp4.la - rpath /tmp/php-4.0.6/libs -export-symbols /tmp/php-4.0.6/sapi/apache/php.sym -av oid-version -L/usr/local/pgsql/lib -R /usr/local/pgsql/lib stub.lo Zend/libZen d.la sapi/apache/libsapi.la main/libmain.la regex/libregex.la ext/mbstring/libmb string.la ext/mysql/libmysql.la ext/pcre/libpcre.la ext/pgsql/libpgsql.la ext/po six/libposix.la ext/session/libsession.la ext/standard/libstandard.la ext/xml/li bxml.la TSRM/libtsrm.la -lpam -ldl -lpq -lcrypt -lresolv -lm -ldl -lnsl -lresolv make[1]: Leaving directory `/tmp/php-4.0.6' Making all in pear make[1]: Entering directory `/tmp/php-4.0.6/pear' make[1]: Leaving directory `/tmp/php-4.0.6/pear' [root@colby php-4.0.6]#make install + /tmp/php-4.0.6/build/shtool install -c -m 644 /tmp/php-4.0.6/pear/XML/Parser.p hp /usr/local/lib/php/XML/ + /tmp/php-4.0.6/build/shtool install -c -m 644 /tmp/php-4.0.6/pear/XML/RPC.php /usr/local/lib/php/XML/ + /tmp/php-4.0.6/build/shtool install -c -m 644 /tmp/php-4.0.6/pear/XML/RPC/Serv er.php /usr/local/lib/php/XML/RPC/ creating header file hierarchy /tmp/php-4.0.6/build/shtool mkdir -p /usr/local/lib/php/build /usr/local/bin && \ (cd /tmp/php-4.0.6 && cp pear/pear.m4 build/fastgen.sh build/library.mk build/lt lib.mk build/mkdep.awk build/program.mk build/rules.mk build/rules_common.mk bui ld/rules_pear.mk build/dynlib.mk build/shtool dynlib.m4 acinclude.m4 /usr/local/ lib/php/build) for prog in phpize php-config pear; do \ /tmp/php-4.0.6/build/shtool install -c -m 755 scripts/$prog /usr/local/b in/$prog; \ done; \ for prog in phpextdist; do \ /tmp/php-4.0.6/build/shtool install -c -m 755 /tmp/php-4.0.6/pear/script s/$prog /usr/local/bin/$prog; \ done make[2]: Leaving directory `/tmp/php-4.0.6/pear' make[1]: Leaving directory `/tmp/php-4.0.6/pear' [root@colby php-4.0.6]# |