in reply to Can't use Win32::ODBC
When you get an error like the one you mentioned, it's either because the module's extra file is missing, or is installed but with the wrong permissions for the current user. The dynamic library file for a module should be in the auto/ directory under the architecture-specific directory.
If Win32/ODBC.pm is at C:/perl/lib/perl5/5.00503/Win32/ODBC.pm, then the dynamic library file would probably be at C:/perl/lib/perl5/5.00503/MSWin32-x86/auto/Win32/ODBC/ODBC.dll. (Assuming that MSWin32-x86 is the architecture name and .dll is the dynamic library extension.)
If you don't find the dynamic library file, try reinstalling the module; if you do find it, make sure that it has the right permissions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Can't use Win32::ODBC
by sinan (Sexton) on Jan 21, 2001 at 22:10 UTC | |
by sinan (Sexton) on Jan 22, 2001 at 02:27 UTC |