Re: Cannot install DBI on Win2003 server - fails to locate dbi.ppd




"Richard G." <malchore@xxxxxxxxxxx> wrote in message
news:AvydnYNPqLEhmgDfRVn-oA@xxxxxxxxxxxxxx

>
> I downloaded DBI-1.48.tar.gz from cpan.perl.org. However, the DBI.ppd
file
> came pre-installed with my diststribution.

That tarball you got from cpan won't work with the DBI.ppd file. The DBI.ppd
is looking for a file called DBI.tar.gz that contains something entirely
different. If DBI.ppd came with the distribution, then I would expect that
the distribution also contained the x86/DBI.tar.gz that it needs.

If you can't locate the DBI.tar.gz that your current DBI.ppd needs, then
download this DBI.tar.gz:

http://theoryx5.uwinnipeg.ca/ppmpackages/x86/DBI.tar.gz

and try the following as your DBI.ppd file :

<SOFTPKG NAME="DBI" VERSION="1,43,0,0">
<TITLE>DBI</TITLE>
<ABSTRACT>Database independent interface for Perl</ABSTRACT>
<AUTHOR>Tim Bunce &lt;dbi-users@xxxxxxxx&gt;</AUTHOR>
<IMPLEMENTATION>
<OS NAME="MSWin32" />
<ARCHITECTURE NAME="MSWin32-x86-multi-thread" />
<CODEBASE HREF="x86/DBI.tar.gz" />
</IMPLEMENTATION>
</SOFTPKG>

That way you get a more up-to-date version.


> Oh, I should mention the
> particular server I'm attempting to install to is not connected to the
> Internet. It's a production box contained in the corporate LAN and access
> to the general Internet is a no-no for this box. However, I have admin
> rights to the machine and can download files using my own workstation and
> place the files on the server machine.
>
>
> > Can you install any ppm packages at all ?
> >
>
> No. The PPM app itself is hosed, I guess. The perldoc for PPM assumes
> you've already set it up properly (without refering to any resource to
> explain how to actually configure it.)
>

If you have ActiveState perl then it should come already-configured. (At
least it will be configured well enough to do the basic sort of stuff that
you are attempting.) Or have you tried to build ppm yourself ?

Cheers,
Rob



.



Relevant Pages

  • Re: perl DBI,DBD::ODBC installation help
    ... downloaded the ppm modules and even Activestate Perl from the links ... Save the downloaded file on your hard disk in the C:\usr folder. ... Download the required PPMPackages ... directory and typed ' PPM install DBI'. ...
    (comp.lang.perl.modules)
  • Re: Advise me? Seeking GUI toolkit...
    ... Do I need to download the native GIMP ... I clicked on the "PPM repository" and saw a big list of files. ... I'm using a Gtk2 installer available at ... The widgets and their bindings appear to ...
    (perl.beginners)
  • RE: Advise me? Seeking GUI toolkit...
    ... Do I need to download the native GIMP ... I clicked on the "PPM repository" and saw a big list of files. ... I tried "ppm install Gtk-Perl" and that did not work. ... Is there a way to make PPM search source forge? ...
    (perl.beginners)
  • Re: Win32::API problem...
    ... >> It's not necessary to download the binary package, ... in that case we need that ppm that you downloaded. ... ppm install Win32-API.ppd ...
    (comp.lang.perl.modules)
  • Re: download a file
    ... John Timney (MVP) ... how do i download a file from server machine to client machine. ...
    (microsoft.public.dotnet.languages.csharp)