[PHP-users 32782] Re: configure時のWARNINGについて

小倉政彦 ogura @ ost-ipnet.co.jp
2007年 10月 30日 (火) 14:37:48 JST


お世話になります。小倉です。
先ほどのWARNINGは出力されなくなりましたが、
makeでエラーがでています。。


makeエラー
----------------------------

tring/libmbfl -I/usr/local/src/php-5.2.3/ext/mbstring/libmbfl/mbfl -I/
usr/oracle/product/10.2.0/db_1/rdbms/public -I/usr/oracle/product/10.2.
0/db_1/rdbms/demo -I/usr/oracle/product/10.2.0/db_1/plsql/public -I/
usr/local/src/php-5.2.3/TSRM -I/usr/local/src/php-5.2.3/Zend    -I/
usr/include -g -O2  -prefer-non-pic -c /usr/local/src/php-5.2.3/Zend/
zend_default_classes.c -o Zend/zend_default_classes.lo
/bin/sh /usr/local/src/php-5.2.3/libtool --silent --preserve-dup-deps 
--mode=compile gcc  -IZend/ -I/usr/local/src/php-5.2.3/Zend/ -DPHP_
ATOM_INC -I/usr/local/src/php-5.2.3/include -I/usr/local/src/php-5.2.
3/main -I/usr/local/src/php-5.2.3 -I/usr/local/include/libxml2 -I/usr/
local/src/php-5.2.3/ext/date/lib -I/usr/local/include -I/usr/local/
src/php-5.2.3/ext/mbstring/oniguruma -I/usr/local/src/php-5.2.3/ext/
mbstring/libmbfl -I/usr/local/src/php-5.2.3/ext/mbstring/libmbfl/mbfl 
-I/usr/oracle/product/10.2.0/db_1/rdbms/public -I/usr/oracle/product/
10.2.0/db_1/rdbms/demo -I/usr/oracle/product/10.2.0/db_1/plsql/public 
-I/usr/local/src/php-5.2.3/TSRM -I/usr/local/src/php-5.2.3/Zend    -I/
usr/include -g -O2  -prefer-non-pic -c /usr/local/src/php-5.2.3/Zend/
zend_execute.c -o Zend/zend_execute.lo
/bin/sh /usr/local/src/php-5.2.3/libtool --silent --preserve-dup-deps 
--mode=compile gcc  -I/usr/IBMHttpServer2/include -Isapi/apache/ -I/
usr/local/src/php-5.2.3/sapi/apache/ -DPHP_ATOM_INC -I/usr/local/src/
php-5.2.3/include -I/usr/local/src/php-5.2.3/main -I/usr/local/src/
php-5.2.3 -I/usr/local/include/libxml2 -I/usr/local/src/php-5.2.3/ext/
date/lib -I/usr/local/include -I/usr/local/src/php-5.2.3/ext/mbstring/
oniguruma -I/usr/local/src/php-5.2.3/ext/mbstring/libmbfl -I/usr/
local/src/php-5.2.3/ext/mbstring/libmbfl/mbfl -I/usr/oracle/product/10.
2.0/db_1/rdbms/public -I/usr/oracle/product/10.2.0/db_1/rdbms/demo -I/
usr/oracle/product/10.2.0/db_1/plsql/public -I/usr/local/src/php-5.2.
3/TSRM -I/usr/local/src/php-5.2.3/Zend    -I/usr/include -g -O2  -
prefer-non-pic -c /usr/local/src/php-5.2.3/sapi/apache/sapi_apache.c -
o sapi/apache/sapi_apache.lo
/usr/local/src/php-5.2.3/sapi/apache/sapi_apache.c: In function 
`apache_php_module_main':
/usr/local/src/php-5.2.3/sapi/apache/sapi_apache.c:44: `NOT_FOUND' 
undeclared (first use in this function)
/usr/local/src/php-5.2.3/sapi/apache/sapi_apache.c:44: (Each 
undeclared identifier is reported only once
/usr/local/src/php-5.2.3/sapi/apache/sapi_apache.c:44: for each 
function it appears in.)
make: *** [sapi/apache/sapi_apache.lo] エラー 1
[root @ dev2 php-5.2.3]#

----------------------------

調べてみるとApache2系にPHP4の古いものを入れようと
した時に出るエラーのようですが、今回は5.2.3の為、
該当しないようです。

原因についてご存知の方がいらっしゃいましたら
ご教授いただけますでしょうか。

宜しくお願いします。


> 自己完結で申し訳ありません。
> 下記の件ですが、WARNINGに表示されるサイト
> にて確認し、/usr/IBMHTTPServer2/bin/apxsに
> 
> 
> my $CFG_CFLAGS_SHLIB  = '-fpic -DSHARED_MODULE';
> my $CFG_LD_SHLIB      = 'gcc';
> my $CFG_LDFLAGS_SHLIB = q(-shared);
> 
> 
> の3行がなかった為、追加した所表示されなくなりました。
> また何かあればお願いします。
> 
> ありがとうございます。
> 
> 
> 
> > お世話になります。小倉です。
> > 初めての投稿になります。
> > 
> > RedHat Linux ES3
> > php-5.2.3
> > Oracle10 R2
> > IBM_HTTP_Server/6.1 Apache/2.0.47
> > 
> > の環境でコンパイルを行った所、
> > WARNINGが表示され、失敗しています。
> > apxsが壊れているようなメッセージが出力されるのですが
> > 原因がわかりません。
> > 
> > ご協力頂ければと思います。
> > 宜しくお願いします。
> > 
> > 
> > configure結果
> > -----------------------------------
> > 
> > [root @ dev2 php-5.2.3]#  ./configure --prefix=/usr/local/php-5.2.3 
--
> > enable-mbstring --with-apxs=/usr/IBMHttpServer2/bin/apxs --with-
> oci8=$
> > ORACLE_HOME --with-gd --with-zlib
> > 
> > 〜途中省略〜
> > 
> > Generating files
> > updating cache ./config.cache
> > creating ./config.status
> > creating php5.spec
> > creating main/build-defs.h
> > creating scripts/phpize
> > creating scripts/man1/phpize.1
> > creating scripts/php-config
> > creating scripts/man1/php-config.1
> > creating sapi/cli/php.1
> > creating main/php_config.h
> > creating main/internal_functions.c
> > creating main/internal_functions_cli.c
> > +-----------------------------------------------------------------
--
> -+
> > | WARNING: Your /usr/IBMHttpServer2/bin/apxs script is most likely 
> > broken.
> > |                                                                  
  
> |
> > | Please go read http://www.php.net/faq.build#faq.build.apxs       
  
> |
> > | and make the changes described there and try again.              
  
> |
> > +-----------------------------------------------------------------
--
> -+
> > |                        *** WARNING ***                           
  
> |
> > |                                                                  
  
> |
> > | Please check that your Apache (httpd) is linked with libpthread. 
  
> |
> > | If not, you have to recompile Apache with pthread. For more      
  
> |
> > | details, see this page: http://www.php.net/manual/ref.oci8.php   
  
> |
> > +-----------------------------------------------------------------
--
> -+
> > | Notice:                                                          
  
> |
> > | If you encounter <defunc> processes when using a local Oracle-DB 
  
> |
> > | please recompile PHP and specify --enable-sigchild when 
> configuring|
> > | (This problem has been reported under Linux using Oracle >= 8.1.
5) 
> |
> > +-----------------------------------------------------------------
--
> -+
> > | 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 @ dev2 php-5.2.3]#
> > 
> > _______________________________________________
> > PHP-users mailing list  PHP-users @ php.gr.jp
> > http://ml.php.gr.jp/mailman/listinfo/php-users
> > PHP初心者のためのページ - 質問する前にはこちらをお読みください
> > http://oldwww.php.gr.jp/php/novice.php3
> 
> 
> ----------------------------------------------------
>  オープンシステムテクノロジー株式会社
>  システム部 システム開発課
>  小倉 政彦(おぐら まさひこ)
>  東京都千代田区九段北4-3-8 市ヶ谷UNビル
>  TEL:03-3239-4811(代表) FAX:03-5275-3921
>  mailto:ogura @ ost-ipnet.co.jp"
> ----------------------------------------------------
> 
> _______________________________________________
> PHP-users mailing list  PHP-users @ php.gr.jp
> http://ml.php.gr.jp/mailman/listinfo/php-users
> PHP初心者のためのページ - 質問する前にはこちらをお読みください
> http://oldwww.php.gr.jp/php/novice.php3


----------------------------------------------------
 オープンシステムテクノロジー株式会社
 システム部 システム開発課
 小倉 政彦(おぐら まさひこ)
 東京都千代田区九段北4-3-8 市ヶ谷UNビル
 TEL:03-3239-4811(代表) FAX:03-5275-3921
 mailto:ogura @ ost-ipnet.co.jp"
----------------------------------------------------



PHP-users メーリングリストの案内