Nick Porter wrote:
>
> First, I'm a newbie. Second, I'm on linux (Debian - GNU 2.1) Third, The
> module version is 1.2214. Forth, I cant get the module to successfully
> complete the 'make test' It keeps coming back with the following error and
> I can't find a ref to it in the manual.
>
> t/00base............install_driver(mysql) failed: Can't load
> '.././blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql:
> .././blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: open64 at
> /usr/lib/perl5/i386-linux/5.004/DynaLoader.pm line 166.
You are using a binary version of MySQL compiled with largefile
support. Compile your own and everything will be fine.
Bye,
Jochen