in reply to
Re: Can't locate loadable object for module DBD::Sybase
in thread Can't locate loadable object for module DBD::Sybase
So I tried, and here's what happens:
perl Makefile.pl generates the following notes:
Note (probably harmless): No library found for -llibct.lib
Note (probably harmless): No library found for -llibcs.lib
Note (probably harmless): No library found for -llibtc1.lib
Note (probably harmless): No library found for -llibcomn.lib
Note (probably harmless): No library found for llibint1.lib
Note (probably harmless): No library found for -llivblk.lib
Using DBI 1.611 (for perl 5.01001 on MSWin32-x86-multi-thread) install
+ed in C:/strawberry/perl/site/lib/auto/DBI/
Writing Makefile for DBD::Sybase
dmake test returns a lot of lines like:
dbdimp.o:dbdimp.c:(.text+0xea1e): undefined reference to 'ct_dynamic'
only the hex after ".text" and what the undefined reference is to change on each line.
That is followed by:
collect2: ld returned 1 exit status
dmake: Error code 129, while making 'blib\arch\auto\DBD\Sybase\Sybase.
+dll'
I went ahead and tried reinstalling via CPAN, and got the same results. (Wanted to make sure I hadn't inadvertently ham-fisted something that goofed it up.)
Crapadoodle. Where do I go from here?
Thanks!