
Need Help Building Tk402.003 in Linux
Quote:
> Compliling Tk402.003 on Perl 5.004_003 on Linux 2.0.30 --
> I can do a make, but when I do a "make test", I get:
> > Can't load './blib/arch/auto/Tk/Tk.so' for module Tk: Unable to resolve symbol at /usr/lib/perl5/i486-linux/5.00403/DynaLoader.pm line 155.
> > at demos/widget line 26
> > BEGIN failed--compilation aborted at demos/widget line 26.
> > make: *** [test_dynamic] Error 2
> Anybody know why and how to fix it?
Haven't a clue. Since you are running a 2.0.30 kernel I presume that
your gcc is up to{*filter*}with regard to dynamic linking and such like.
To be sure check:
gcc --version
against what is the latest available from a GNU mirror. Another thing
would be to try other versions of the Tk extension, and a quick simple
test would be: what happens if you try a `make install` followed by a
`make test` - does that help at all? Other things worth considering are
the general shape of X-Windows under your system (though admittedly the
error message seems to pointing to a perl and/or ld internal error).
Peter Prymmer