Skip Menu |

This queue is for tickets about the DBD-ODBC CPAN distribution.

Report information
The Basics
Id: 2908
Status: resolved
Priority: 0/
Queue: DBD-ODBC

People
Owner: Nobody in particular
Requestors: wolfgang [...] rosenauer.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.06
Fixed in: (no value)



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.