David Wartell wrote:
> t/00base............install_driver(mSQL) failed: Can't load
> '../blib/arch/auto/DBD/mSQL/mSQL.o' for module DBD::mSQL: can't resolve
> undefined symbols: Inappropriate file type or format at
> /usr/libdata/perl5/i386-bsdos/DynaLoader.pm line 168.
As posted in this list 5 or 6 times in the last two weeks, check
for something like
LIBS="-L/usr/local/Hughes/lib/libmsql.a -lmsql -lm"
in lib/DBD/mSQL/Install/Config.pm and change it to
LIBS="-L/usr/local/Hughes/lib -lmsql -lm"
Then do a
perl Makefile.PL
make
make test
If possible, please verify with
perl -d Makefile.PL --config
why DBD::mSQL::Install::Initialize creates this wrong setup. I cannot
reproduce the problem and am waiting since weeks for someone who tells
me the reason. :-(
Bye,
Jochen
--
Jochen Wiedmann joe@stripped
Life has brown and green eyes. :-) +49 7123 14887