[ Please *do* CC me as I am not subscribed to debian-perl. Thanks. ]
Sorry for bluntly bugging the list -- I don't currently have a system with
Perl 5.6.0 so I can't test his claim. Also, I recall Joey's post on how the
Pelr built process could be modified to allow 5.6.* to use the 5.0.{5,6}
modules. What become of that?
Thanks, Dirk
--
Three out of two people have difficulties with fractions.
--- Begin Message ---
Package: libdbd-odbc-perl
Version: 0.28-2
Severity: important
This package depends on perl-5.005, but libdbi-perl depends on
perl5.6. Presumably that's the problem: libdbd-odbc-perl should be
rebuilt for perl5.6. This trivial test program fails:
#!/usr/bin/perl
use DBI;
use DBD::ODBC;
erwin% ./test.pl
Can't load '/usr/lib/perl5/5.005/i386-linux/auto/DBD/ODBC/ODBC.so' for module
DBD::ODBC: undefined symbol: Perl_no_modify at
/usr/lib/perl5/5.6/i386-linux/DynaLoader.pm line 200.
at ./test.pl line 4
Compilation failed in require at ./test.pl line 4.
BEGIN failed--compilation aborted at ./test.pl line 4.
-- System Information
Debian Release: woody
Architecture: i386
Kernel: Linux erwin 2.2.18pre22 #1 Mon Nov 20 15:49:00 GMT 2000 i686
Versions of packages libdbd-odbc-perl depends on:
ii libc6 2.2-1 GNU C Library: Shared libraries an
ii libdbi-perl 1.14-2 The Perl5 Database Interface by Ti
ii libiodbc2 2.50.3-1 iODBC Driver Manager
ii perl-5.005 5.005.03-7.1 Larry Wall's Practical Extracting
--- End Message ---