Re: make test: dlopen error :can't load library ODBC.so

2010-05-10 Thread Martin Evans
Chunmei Wu wrote: Hi everyone, OS: AIX perl version: 5.0 After installed DBD-ODBC-1.21, I run 'make test', but failed 'can't load library' error: t/20SqlServer...ok 2/65install_driver(ODBC) failed: Can't load

Re: make test: dlopen error :can't load library ODBC.so

2010-05-10 Thread Martin Evans
Chunmei Wu wrote: Hi Martin, Reinhard and Jens, Thanks for your advice. Following is related info you referred: 1 Are all the components in your chain (perl, driver manager, driver) all64 bit? [Chunmei]: The unixODBC driver and the DB2 driver are 64bit. Seems that my perl is 32bit

RE: make test: dlopen error :can't load library ODBC.so

2010-05-10 Thread Chunmei Wu
Hi Martin, unixus...@dsliaa05 # perl -MExtUtils::MakeMaker -le 'print $ExtUtils::MakeMaker::VERSION;' 6.03 Ok. I will rebuild my perl to version 64 and try again. Thanks, Chunmei Wu -Original Message- From: Martin Evans [mailto:martin.ev...@easysoft.com] Sent: 2010年5月10日 16:32 To:

Re: make test: dlopen error :can't load library ODBC.so

2010-05-10 Thread Martin Evans
Chunmei Wu wrote: Hi Martin, unixus...@dsliaa05 # perl -MExtUtils::MakeMaker -le 'print $ExtUtils::MakeMaker::VERSION;' 6.03 NO_META was added to ExtUtils::MakeMaker in 6.10 so I've fix that to only use it if = 6.10. BTW, 6.03 is a VERY old version of ExtUtils::MakeMaker (June 2002). If