- - PR -
PHP3でのPDFLibインストールについて
1
投稿者 | 投稿内容 |
---|---|
|
投稿日時: 2002-12-19 11:03
いつもここでは勉強させてもらっています。
また、質問なのですがRedHatLinux7.1j,Apache1.3.20PostgreSQL7.1.3,PHP-3.0.18-i18n-ja-2,PHPLib-7.2dの環境なのですが、途中でPDFLib-4.0.3(gccのバージョンが低かったのでバージョンアップしました)をインスールしました。 gccのversionは、gcc-2.96-112.7.1です。 GNU Makeのversionは、3.79.1です。 手順としては、既存の環境にPDFLibのインストール→PHP3の再インストールをしました。 PDFLibのインストールの際、下記のようなエラーが発生します。 コンパイルオプション ./configure --enable-shared-pdf --with-zlib=/usr --with-pnglib=/usr そのときのエラーの内容は以下の通りです。 [root@shimo pdflib-4.0.3]# make cd tiff && make make[1]: 入ります ディレクトリ `/usr/local/src/pdflib-4.0.3/tiff' make[1]: `all' に対して行うべき事はありません。 make[1]: 出ます ディレクトリ `/usr/local/src/pdflib-4.0.3/tiff' cd pdflib && make make[1]: 入ります ディレクトリ `/usr/local/src/pdflib-4.0.3/pdflib' ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_font.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_gif.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_gstate.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_hyper.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_image.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_jpeg.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_md5.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_params.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_pattern.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_pfm.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_png.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_stream.c ../libtool --silent --mode=compile gcc -c -DHAVE_DLFCN_H=1 -s -O2 -DPDF_PLATFORM=\""Linux 2.2.16-22"\" -I../tiff p_text.c p_text.c: In function `PDF_show2': p_text.c:609: Internal error: Segmentation fault. Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make[1]: *** [p_text.lo] エラー 1 ↑ココの部分です。 make[1]: 出ます ディレクトリ `/usr/local/src/pdflib-4.0.3/pdflib' make: *** [pdflib] エラー 2 ↑ココの部分です。 このような状況の場合、どこをどう見ればよいのでしょうか?(Makefileの中身を見ましたが全然わかりません。) どうかご存知の方がいらっしゃいましたら、宜しく御教授お願いします。(かなり調べたつもりなのですがわかりませんでした) [ メッセージ編集済み 編集者: shimoshimo 編集日時 2002-12-19 11:07 ] |
1