Subject: | libtk version conflict on FreeBSD |
make test on a FreeBSD 9.0 system fails:
Running make test
PERL_DL_NONLAZY=1 /usr/perl5.16.1t/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
version conflict for package "Tcl": have 8.4, need 8.5 at t/LabEntry.t
line 8.
Compilation failed in require at t/LabEntry.t line 8.
BEGIN failed--compilation aborted at t/LabEntry.t line 8.
t/LabEntry.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...
This system has both installed, tk8.4 and tk8.5:
lrwxr-xr-x 1 root wheel 27 5 Dez 2011 /usr/local/lib/libtk84.so ->
/usr/local/lib/libtk84.so.1
lrwxr-xr-x 1 root wheel 27 5 Dez 2011 /usr/local/lib/libtk85.so ->
/usr/local/lib/libtk85.so.1
Regards,
Slaven