Subject: | Makefile.PL and $arext |
on my system:
SuSE 8.1
perl 5.8.0
Makefile.PL cannot find the ODBC-libs in all cases.
my $arext = $Config{lib_ext};
is set to '.a'
but
there are file-exist checks like
if !$myodbc && -f "$odbchome/lib/libsqlod.$arext";
there is always one dot too much.