I ran your command and it is using DBI. Now I am getting this error after setting the DB2_HOME env.
export DB2_HOME=/opt/IBM/db2/V9.7
perl Makefile.PL
hello1hello1 (echo commands added)
Configuring DBD::DB2...
Remember to actually read the README and CAVEATS files!
Using DB2 in "/opt/IBM/db2/V9.7"
System: perl5.008008 DBI1.616 aix akash79 3 5 00011a85d600 aix-thread-multi dl_aix.xs
Compiler: cc_r -O -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong
Includes: -I"/opt/IBM/db2/V9.7/include" -I"/usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi/auto/DBI" -I"/usr/opt/perl5/lib/5.8.8/aix-thread-multi/auto/DBI" -I"/usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi/auto/DBI"
Libraries: -L/opt/IBM/db2/V9.7/lib64 -ldb2
Undefined subroutine &main::WriteMakefile called at Makefile.PL line 164.
So here is line 164 in Makefile.pl
WriteMakefile(%opts);
So what do I do?
|