a rami | :םש |
---|---|
15:51 10/02/02 | :ךיראת |
install ppd without using the network. | :אשונ |
install ppd without using the network.
1. Download the DBI.tar.gz from Active Perl
http://www.activestate.com/PPMpackages/5.6/MSWin32-x86-multi-thread/
2. Download the ppd from Active Perl
http://www.activestate.com/PPMPackages/5.6/
3. Modify DBI.ppd
in this file, you will see this part
<MPLEMENTATION>
<S NAME="MSWin32" />
<RCHITECTURE NAME="MSWin32-x86-multi-thread" />
<ODEBASE HREF="http://www.activestate.com/PPMpackages/5.6/MSWin32-x86-multi-thread/DBI.tar.gz"; />
<IMPLEMENTATION>
Change it to this ...
<MPLEMENTATION>
<ODEBASE HREF="MSWin32-x86-multi-thread/DBI.tar.gz" />
<RCHITECTURE NAME="MSWin32-x86-multi-thread" />
<S NAME="MSWin32" />
<IMPLEMENTATION>
This means your DBI.tar.gz is in your H/D ... don't forget to put the correct part in Codebase reference.
This way worked for me.