problems with Charts and "Perl_sv_2iv_flags"
- From: patrick.mcguireBT@xxxxxxxxx
- Date: 8 Mar 2007 08:28:14 -0800
Hi everyone,
I am trying to use the perl Chart modules on linux. Chart::Pie, as a
first
example. One of my colleagues has installed the packages for me using
yum,
but i am having some problems at runtime.
/usr/bin/perl: symbol lookup error:
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/GD/
GD.so:
undefined symbol: Perl_sv_2iv_flags
when I run ldd on that I get:
[pmcguire@balloch ~]$ ldd
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/GD/GD.so
linux-gate.so.1 => (0x0021a000)
libXpm.so.4 => /usr/lib/libXpm.so.4 (0x00b39000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00111000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00c6d000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x0088f000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00bc0000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x0021b000)
libz.so.1 => /usr/lib/libz.so.1 (0x00d1b000)
libm.so.6 => /lib/libm.so.6 (0x00f43000)
libgd.so.2 => /usr/lib/libgd.so.2 (0x00eeb000)
libc.so.6 => /lib/libc.so.6 (0x0098b000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00cf7000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00fc7000)
libdl.so.2 => /lib/libdl.so.2 (0x00de7000)
libexpat.so.0 => /lib/libexpat.so.0 (0x00b7b000)
/lib/ld-linux.so.2 (0x0036a000)
I am using perl 5.8.8
does anyone know how I should next go about trying to debug this? I
write a
lot of perl but rarely use CPAN modules, and have only installed them
on
Solaris in the past
thanks
patrick
.
- Follow-Ups:
- Re: problems with Charts and "Perl_sv_2iv_flags"
- From: Sisyphus
- Re: problems with Charts and "Perl_sv_2iv_flags"
- Prev by Date: Re: SOAP::Lite
- Next by Date: Feedback requested on alternate interface to Time::Period
- Previous by thread: Re: SOAP::Lite
- Next by thread: Re: problems with Charts and "Perl_sv_2iv_flags"
- Index(es):
Relevant Pages
|
|