youp

Well-Known Member
Oct 30, 2001
54
0
306
i have a error with the script mrtg_total.pl :

perl: relocation error: /usr/lib/perl5/site_perl/5.8.1/i686-linux/auto/GD/GD.so: undefine symbol: gdFontGetLarge ??

did somebody already have this error ?

thanks
 

mina

Active Member
Mar 3, 2002
25
0
301
I have a similar problem.

My script gives the following error:
perl: relocation error: /usr/lib/perl5/site_perl/5.8.1/i686-linux/auto/GD/GD.so: undefined symbol: gdFontGetTiny

This problem started after GD.pm updated to GD-2.17 / 2.18.
Also make test returns:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/GD..........Can't load './blib/arch/auto/GD/GD.so' for module GD: ./blib/arch/auto/GD/GD.so: undefined symbol: gdImageGifAnimAddPtr at /usr/lib/
perl5/5.8.1/i686-linux/DynaLoader.pm line 229.
at t/GD.t line 13
Compilation failed in require at t/GD.t line 13.
BEGIN failed--compilation aborted at t/GD.t line 13.
t/GD..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/Polyline....Can't load '/home/.cpan/build/GD-2.18/blib/arch/auto/GD/GD.so' for module GD: /home/.cpan/build/GD-2.18/blib/arch/auto/GD/GD.so: und
efined symbol: gdImageGifAnimAddPtr at /usr/lib/perl5/5.8.1/i686-linux/DynaLoader.pm line 229.
at /home/.cpan/build/GD-2.18/blib/lib/GD/Polyline.pm line 45
Compilation failed in require at /home/.cpan/build/GD-2.18/blib/lib/GD/Polyline.pm line 45.
BEGIN failed--compilation aborted at /home/.cpan/build/GD-2.18/blib/lib/GD/Polyline.pm line 45.
Compilation failed in require at t/Polyline.t line 10.
BEGIN failed--compilation aborted at t/Polyline.t line 10.
t/Polyline....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/GD.t 255 65280 10 19 190.00% 1-10
t/Polyline.t 255 65280 1 2 200.00% 1
Failed 2/2 test scripts, 0.00% okay. 11/11 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 2
 
Last edited:

LVWH

Member
Dec 14, 2002
16
0
151
Need assistance for same error...

We too are getting this error:

perl: relocation error: /usr/lib/perl5/site_perl/5.8.1/i686-linux/auto/GD/GD.so: undefined symbol: gdFontGetLarge

Does anyone know of a fix or workaround for this yet?

TIA,

LVWH
 

mina

Active Member
Mar 3, 2002
25
0
301
/scripts/cleangd
fixed this problem, but caused another problem that some rpms which need the rpmed GD didnot work.
 

youp

Well-Known Member
Oct 30, 2001
54
0
306
problem solved

i have executed /scripts/cleangd from mina,
and next , i will download the gd library from redhat network.

proced this command : rpm -i gd-1.8.4-12.i386.rpm --force

and it's work fine now ;)

thanks to mina...