[PHP-users 15041]Re: libphp4.soが生成されません
nobuhide shimizu
nobushim @ js3.so-net.ne.jp
2003年 5月 4日 (日) 22:32:29 JST
こんばんは清水です
On Sun, 4 May 2003 21:07:51 +0900
habuchi @ koin.or.jp さん wrote:
> 羽渕です。
> 連絡ありがとうございます。
> すいません、一部間違えてました。
> makeは通ります。(warningは出てますが)
> make installでエラーです。
> configure、make,make installのlogを添付します。
> 何かわかりましたら宜しくお願いします。
わたしも他で失敗したことあるのですが
gnuマークのサーバー(sourceforge.hogeなど)は、spam対策で
添付ファイルは、マルチパートファイルで文字化けするみたい?です。
でもconfigure.logは有用ですね
よくわかりませんが
手もと(i386-gnu-linux-2.4)との違いでみると
checking for Apache 1.x module support via DSO through APXS... yes
checking for mod_charset compatibility option... no
これはOk
checking for GD support... no
checking for GNU gettext support... yes
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dngettext in -lintl... yes
checking for dcngettext in -lintl... yes
checking for bind_textdomain_codeset in -lintl... yes
checking for GNU MP support... no
これもOk
checking build system type... Invalid configuration `enable-mbstring':
machine `enable' not recognized
これはミス
羽渕さんの環境
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries...
nochecking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
私のてもと(i386-gnu-linux(2.4))
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/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... GNU/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 whether -lc should be explicitly linked in... no
creating libtool
よってshared libraries(共有ライブラリ?)を作れないようです
そんな環境もあるとあるとおもいますが、
Solarisはよくしらないので
お仕事でしたら
システムハウスに聞く
趣味でしたら、
gnutoolのpackagesの情報を集める
自前で他をビルドして、試してみる
#そのままがんばるのも手ですが、さて...?
と私なら判断します。
> 来週バージョンを上げて試してみます。
--------
清水信秀 nobushim @ js3.so-net.ne.jp
PHP-users メーリングリストの案内