DB2-Admin
view release on metacpan or search on metacpan
The filename (on FTP search) that contains the correct compiler is
"5.2.3790.2075.51.PlatformSDK_Svr2003R2_rtm.img" (aka PSDK). It may
not be available on Microsoft websites, but is available elsewhere. It
is not possible to build modules with Visual-Studio-2005 or
Visual-Studio-2008 and get them to work with the pre-built ActiveState
Per 5.8.x (unless you also rebuild perl itself from sources with the
same toolkit, something I did not attempt).
When DB2 is up and running (install as 'Administrator', then add
target users to the DB2ADMNS or DB2USERS groups as appropriate), it is
necessary to open a DB2CMD window , execute the PSDK "setenv /XP64
/X64 /RETAIL" in that window, and perform the build in that
window. Then I ran the following sequence of steps.
set DB2_VERSION=V9.5
perl parse_constants.pl
build/test/install Pod::Simple
build/test/install Pod::Escapes
build/test/install Test::Pod
modify CONFIG appropriately
perl create_test_db
README.html view on Meta::CPAN
possible to build modules with Visual-Studio-2005 or Visual-Studio-2008 and
get them to work with the pre-built ActiveState Per 5.8.x (unless you also
rebuild perl itself from sources with the same toolkit, something I did not
attempt).
<P>
When DB2 is up and running (install as 'Administrator', then add target
users to the DB2ADMNS or DB2USERS groups as appropriate), it is necessary
to open a DB2CMD window , execute the PSDK ``setenv /XP64 /X64 /RETAIL'' in
that window, and perform the build in that window. Then I ran the following
sequence of steps.
<P>
<PRE> set DB2_VERSION=V9.5
perl parse_constants.pl
build/test/install Pod::Simple
build/test/install Pod::Escapes
( run in 0.448 second using v1.01-cache-2.11-cpan-3989ada0592 )