Found on my own.  It might interest you.

1. I install the ppm hotfix just to make sure; avail. from 
http://www.activestate.com/PPM/

2. I noticed that in the original DBI.ppd included in DBI.zip gotten from 
http://www.activestate.com/PPMPackages/5.005/zips/

the file contain the fol code:

        <IMPLEMENTATION>
                <OS NAME="MSWin32" />
                <ARCHITECTURE NAME="MSWin32-x86-object" />
                <CODEBASE HREF="x86/DBI.tar.gz" />
        </IMPLEMENTATION>
Which doesn't work on Win 2000 (or Nt4 - haven't tried).

Soln: Change the <ARCHITECTURE NAME="MSWin32-x86-object" /> for 
<ARCHITECTURE NAME="MSWin32-x86-multi-thread" />

3. I found this comparing the .ppd fil that came with the PPM hotfix zipped 
file (which is newer).

4. I'll send this to the author of the DBI module.

J. Lambert

On 05/16/00, ""J. Lambert" <[EMAIL PROTECTED]>" wrote:
> I tried the same thing but didn't work for me.  I downloaded dbi.zip from
http://www.activestate.com/PPMPackages/5.005/zips/

And then unzipped the file DBI.zip into a directory called DBI.  The with
the command prompt, I go into that directory and then use the fol cmd:

ppm install DBI.ppd

And I get the fol error :

F:\Perl\Dbi>dir

 Directory of F:\Perl\Dbi

2000-05-16  09:55       <DIR>          .
2000-05-16  09:55       <DIR>          ..
1999-07-16  01:59                  336 DBI.ppd
1999-07-19  16:18                  124 README.txt
2000-05-16  09:51       <DIR>          x86
               2 File(s)            460 bytes
               3 Dir(s)   4 983 644 160 bytes free

F:\Perl\Dbi>ppm install DBI.ppd
Error installing package 'DBI.ppd': Could not locate a PPM binary of 
'DBI.ppd' f
or this platform

F:\Perl\Dbi>

I am using Win2000 server.  Any idea ?


On 01/05/00, ""Mario Protto" <[EMAIL PROTECTED]>" wrote:
> I unzip the package, go into the directory created and execute
> 
> ppm install dbi.ppd
> 
> It works!
> 
> > hi,
> > i know that i can install packages with ppm. yesterday i got the Active
> > State CD Rom with a lot of packages. Just now i want to install the
> packages
> > but how it function??? Must i set a path variable in the system panel or
> how
> > it works.
> > in the ppm> shell i got the error after i typed "install dbi.ppd"
> >
> > Error installing package 'dbi.ppd': could not locate a ppd-file for
> dbi.ppd
> >
> > what do i have to do???
> >
> > thanks for your help
> > best regards
> > erik
> >
> >
> > ---
> > You are currently subscribed to perl-win32-users as: [EMAIL PROTECTED]
> > To unsubscribe, forward this message to
> >          [EMAIL PROTECTED]
> > For non-automated Mailing List support, send email to
> >          [EMAIL PROTECTED]
> >
> >

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to