M
MartinM
Hi,
I use Perl under Cygwin. I need to use Win32::ODBC. It is located
in
c:\cygwin\lib\perl5\site_perl\5.8.2\cygwin-thread-multi-64int\Win32\ODBC.pm
but this path is not in @INC. There are just links 5.8.5 not 5.8.2
in the @INC and (to my surprise), the 5.8.5/cygwin-thread-multi-64int
is completely empty.
The @INC includes:
/usr/lib/perl5/5.8.5/cygwin-thread-multi-64int
/usr/lib/perl5/5.8.5
/usr/lib/perl5/site_perl/5.8.5/cygwin-thread-multi-64int
/usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.5/cygwin-thread-multi-64int
/usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl
So the execution of code with use Win32::ODBC; ends up with
Can't locate Win32/ODBC...
If I copy content of 5.8.2/ into 5.8.5 it results with error
Can't load the
/usr/lib/perl5/site_perl/5.8.5/cygwin-thread-multi-64int/auto/Win32/ODBC/ODBC.dll
for module Win32/ODBC: dlopen: Win32 error 126 at
/usr/lib/perl5/site_perl/5.8.5/cygwin-thread-multi-64int/Dynaloader.pm
line 230
Please, can you send a piece of advice to me?
Martin
I use Perl under Cygwin. I need to use Win32::ODBC. It is located
in
c:\cygwin\lib\perl5\site_perl\5.8.2\cygwin-thread-multi-64int\Win32\ODBC.pm
but this path is not in @INC. There are just links 5.8.5 not 5.8.2
in the @INC and (to my surprise), the 5.8.5/cygwin-thread-multi-64int
is completely empty.
The @INC includes:
/usr/lib/perl5/5.8.5/cygwin-thread-multi-64int
/usr/lib/perl5/5.8.5
/usr/lib/perl5/site_perl/5.8.5/cygwin-thread-multi-64int
/usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.5/cygwin-thread-multi-64int
/usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl
So the execution of code with use Win32::ODBC; ends up with
Can't locate Win32/ODBC...
If I copy content of 5.8.2/ into 5.8.5 it results with error
Can't load the
/usr/lib/perl5/site_perl/5.8.5/cygwin-thread-multi-64int/auto/Win32/ODBC/ODBC.dll
for module Win32/ODBC: dlopen: Win32 error 126 at
/usr/lib/perl5/site_perl/5.8.5/cygwin-thread-multi-64int/Dynaloader.pm
line 230
Please, can you send a piece of advice to me?
Martin