Thanks, Zentara,

The problem was fixed.



zentara wrote:

On Tue, 10 May 2005 12:31:34 +0800, [EMAIL PROTECTED] (Frank) wrote:



Sorry if my question is stupid or too simple. I have google the answer but got too much information


I test my GD module to check whether it can be used since there are too many errors when install GD.



What errors did you get?



When I run the program, it said:
***********************************

Can't load '/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi/auto/GD/GD.so' for module GD: libgd.so.2: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.6/i386-linux-thread-multi/DynaLoader.pm line 230.
at test-GD.pl line 5
Compilation failed in require at test-GD.pl line 5.
BEGIN failed--compilation aborted at test-GD.pl line 5.


************************************

I check with CPAN by "perl -MCPAN -e shell"

cpan> install GD
GD is up to date.

cpan> r GD
All modules are up to date for GD

***********************************

I have updated the following package accrording to the README of GD module:

freetype-1.3.1.tar.gz gd-2.0.33.tar.gz jpegsrc.v6b.tar.gz libpng-1.2.8.tar.bz2 zlib-1.2.2.tar.gz

What I can do now? many thanks!! please also recommend some useful books or website for me to learn how to produce figure with perl, thanks.



I would say to download the latest source for the GD perl module, and make it yourself. If it makes properly with

perl Makefile.PL
make make test
make install


and your test program dosn't run, post again and tell us what the error
is.









--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to