[PHP-users 11223] configureエラーについて(t1lib)

原 啓次 php-users@php.gr.jp
Thu, 31 Oct 2002 11:47:34 +0900


お世話になります。
原と申します。

環境:
  OS:Redhat 7.2
  php:4.2.3
  t1lib:t1lib-1.1.1
  gd:gd-1.8.4-4

上記の環境を構築しておりますが、
phpのconfigureで以下のエラーが発生してしまいます。
gdはrpmでインストールされていたものを利用し、
その他はソースからインストールしました。

checking for T1lib support... yes, shared
checking for T1_LoadFont in -lt1... no
configure: error: Problem with libt1.(a|so). Please check config.log for more information.

このエラーからどのような切り口で
解決するのかが分かりません。

config.logの最後の行は以下のようになっておりました

configure: failed program was:
#line 2724 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char T1_LoadFont();

int main() {
T1_LoadFont()
; return 0; }

どなたか助言いただけるようお願いします。

以上よろしくお願いします。

------------------------------------------
原 啓次
Mail:hara@quest.co.jp
------------------------------------------