> [Wed Nov 24 11:00:28 2004] Plotting graph of TCP accesses.
> /usr/bin/perl: error while loading shared libraries: 
> /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/GD/GD.so: 
> undefined symbol: gdFontGetSmall
>
> # nm /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/GD/GD.so 
> | grep gdFontGetSmall
>         U gdFontGetSmall
>
libgd.so contains symbols as,
# nm /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/GD/libgd.so 
| grep gdFontGet
000137d8 T gdFontGetGiant
000137f4 T gdFontGetLarge
00013810 T gdFontGetMediumBold
0001382c T gdFontGetSmall
00013848 T gdFontGetTiny

how to link this in a perl program which uses,

use GD;

my $font = gdSmallFont;
--> it is trying to use gdFontGetSmall information from GD.so. how to make 
to use libgd.so file.

Regards
muthu



---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.797 / Virus Database: 541 - Release Date: 11/15/2004 




-- 
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