Linux で自宅サーバ [ Home Server Techncial ]

>>トップページに戻る

BBS 過去ログ No.0010に戻る

タイトル: GDがインストールできません
記事No: 2954
投稿日: 2004/10/17(Sun) 03:35
投稿者: 鈴木
お世話になります。
RedHat8、perl5.8.0を使っているのですが、
GDをインストールしようとするとエラーになってしまいます。
webminとターミナル両方で同じ結果でした。
いろいろ検索してみたりしたのですがわかりません。
どなたか対処方法をご教示して頂けないでしょうか。
お願い致します。

タイトル: Re: GDがインストールできません
記事No: 2958
投稿日: 2004/10/18(Mon) 16:43
投稿者: 兵器
> お世話になります。
> RedHat8、perl5.8.0を使っているのですが、
> GDをインストールしようとするとエラーになってしまいます。
> webminとターミナル両方で同じ結果でした。
> いろいろ検索してみたりしたのですがわかりません。
> どなたか対処方法をご教示して頂けないでしょうか。
> お願い致します。

私もGDインストールで苦戦した頃が(汗
どのようなエラーが出たのかもう少し詳しくお願いします。

タイトル: Re^2: GDがインストールできません
記事No: 2960
投稿日: 2004/10/19(Tue) 00:35
投稿者: 鈴木
兵器様
レスありがとうございます。
make installをすると以下のようなメッセージが出て終了してしまいます。
何かアドバイスをお願いできませんでしょうか。

cp patch_gd.pl blib/lib/patch_gd.pl
cp qd.pl blib/lib/qd.pl
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
/usr/bin/perl /usr/lib/perl5/5.8.1/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.1/ExtUtils/typemap -typemap typemap GD.xs > GD.xsc && mv GD.xsc GD.c
gcc -c -I/usr/local/include -I/usr/local/include/gd -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"1.41\" -DXS_VERSION=\"1.41\" -fPIC "-I/usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE" -DHAVE_JPEG -DHAVE_TTF -DHAVE_XPM GD.c
GD.xs: 関数 `newDynamicCtx' 内:
GD.xs:342: error: structure has no member named `free'
GD.xs: 関数 `XS_GD__Image_newFromPngData' 内:
GD.xs:395: error: structure has no member named `free'
GD.xs: 関数 `XS_GD__Image_newFromGdData' 内:
GD.xs:412: error: structure has no member named `free'
GD.xs: 関数 `XS_GD__Image_newFromGd2Data' 内:
GD.xs:429: error: structure has no member named `free'
GD.xs: 関数 `XS_GD__Image_newFromJpegData' 内:
GD.xs:472: error: structure has no member named `free'
GD.xs: 関数 `XS_GD__Image_newFromWBMPData' 内:
GD.xs:494: error: structure has no member named `free'
make: *** [GD.o] エラー 1

タイトル: Re^3: GDがインストールできません
記事No: 2966
投稿日: 2004/10/19(Tue) 14:59
投稿者: 兵器
> 兵器様
> レスありがとうございます。
> make installをすると以下のようなメッセージが出て終了してしまいます。
> 何かアドバイスをお願いできませんでしょうか。
>
> cp patch_gd.pl blib/lib/patch_gd.pl
> cp qd.pl blib/lib/qd.pl
> cp GD.pm blib/lib/GD.pm
> AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
> /usr/bin/perl /usr/lib/perl5/5.8.1/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.1/ExtUtils/typemap -typemap typemap GD.xs > GD.xsc && mv GD.xsc GD.c
> gcc -c -I/usr/local/include -I/usr/local/include/gd -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"1.41\" -DXS_VERSION=\"1.41\" -fPIC "-I/usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE" -DHAVE_JPEG -DHAVE_TTF -DHAVE_XPM GD.c
> GD.xs: 関数 `newDynamicCtx' 内:
> GD.xs:342: error: structure has no member named `free'
> GD.xs: 関数 `XS_GD__Image_newFromPngData' 内:
> GD.xs:395: error: structure has no member named `free'
> GD.xs: 関数 `XS_GD__Image_newFromGdData' 内:
> GD.xs:412: error: structure has no member named `free'
> GD.xs: 関数 `XS_GD__Image_newFromGd2Data' 内:
> GD.xs:429: error: structure has no member named `free'
> GD.xs: 関数 `XS_GD__Image_newFromJpegData' 内:
> GD.xs:472: error: structure has no member named `free'
> GD.xs: 関数 `XS_GD__Image_newFromWBMPData' 内:
> GD.xs:494: error: structure has no member named `free'
> make: *** [GD.o] エラー 1

初めて見たエラーなのでよく分からないですが
GDのMakefileを編集したりしましたか?
後Verが合わない とかよくあるらしいですが。。
そこらへんを確認してもらえますか
自分も初心者なのでよく分からないですが、、
お役に立てなくてすいません;

▲ページの最上部に戻る

Copyright© Home Server Technical. All Right Reserved.
webmaster@miloweb.net