ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> activeperl
activeperl
RE: DB_File install hickup
by Matt Grimaldi other posts by this author
Sep 26 2000 9:49AM messages near this date
RE: perl script from at | How to get the standard output of a child process on a file ?
From the error message, it apparently needs another file in addition to the
.ppd file.

Upon looking at the .ppd file, I found the line:

   <CODEBASE
HREF="http://www.activestate.com/PPMpackages/5.6/MSWin32-x86-multi-thread/DB
_File.tar.gz" /> 

So what you'll need to do is get the file DB_File.tar.gz from

 
http://www.activestate.com/PPMpackages/5.6/MSWin32-x86-multi-thread/DB_File.
tar.gz

and download it to your hard drive ( maybe c:\downloads\activeperl ? )
then edit the .ppd file to relfect the new location:

   <CODEBASE HREF="c:/downloads/activeperl/DB_File.tar.gz" /> 

It should run after that.


-- Matt




-----Original Message-----
From: Alvarez, Anthony [mailto:aalvarez@[...].com]
Sent: Tuesday, September 26, 2000 7:47 AM
To: 'activeperl@listserv.ActiveState.com'
Subject: FW: DB_File install hickup


Yes this workstation is behind a firewall and there is no local DNS here.

I ran the following command, but PPM still is choking.
I really appreciate your advise, but is there another move we can make??

Below is the output of the ppm install command:

C:\downloads\activePerl> ppm install --location=C:\downloads\activePerl
DB_File
Retrieving package 'DB_File'...
Error installing package 'DB_File': Error reading
http://www.activestate.com/PPM
packages/5.6/MSWin32-x86-multi-thread/DB_File.tar.gz: 407 Proxy
authentication required

Please advise. I look forward to hearing from you. Thank you.

-----Original Message-----
From: Matt Grimaldi [mailto:GrimaldiM@[...].COM]
Sent: Monday, September 25, 2000 8:10 PM
To: Alvarez, Anthony; 'activeperl@listserv.ActiveState.com'
Subject: RE: DB_File install hickup


Anthony Alvarez wrote:

] I need to re-configure ActivePerl on NT by 
] installing the DB_File package as follows:
]   C:\Perl>  ppm install DB_File 
]
] Response form the Operating system is .....
]
]   Retrieving package 'DB_File'... HTTP POST 
]   failed: 500 (Can't connect to 
]   www.activestate.com:80 (Bad hostname 
]   'ww w.activestate.com')), in SOAP method 
]   call. Content of response: at 
]   C:/Perl/site/lib/PPM/SOAPClient.pm line 222 
]
] I am using a Windows 2000 workstation that is 
] behind the firewire and is not configured with 
] a DNS.  How can DB_File be installed in this 
] case?? Please help.  I look forward to hearing 
] from you. Thank you.

I'm not so sure how firewire would affect your
network, (probably not a good thing, but then somebody
might have come up with a way to network across
firewire :-) but a firewall could very well keep you
from hitting the SOAP server.

There is still a way to install packages using
locally stored package files (.ppd)

You can download packages via the web at:

   http://www.activestate.com/PPMPackages/5.6/

and save the package to your hard drive. (In this 
example, I'll use c:\tempstuff as the destination 
directory)  From there use ppm with the --location 
option.  For example, run:

   c:\>   ppm install --location=c:\tempstuff DB_File
         
from the dos prompt.  you should get messages 
reporting installing... followed by a 
writing...packlist message.  Your package should 
be installed at that point and ready to be used.

If it has problems installing the package, it is
generally good about saying so.  If it doesn't
say anything and returns to the prompt, it did not
run properly.  PPM is not a program where no news
is good news.

You can double check by running the ppm command:

   ppm query db

Which will tell you the name, version, and a one-line
description of the packages installed that have the
letters "db" in the name.

-- Matt Grimaldi

_______________________________________________
ActivePerl mailing list
ActivePerl@[...].com
http://listserv.ActiveState.com/mailman/listinfo/activeperl
_______________________________________________
ActivePerl mailing list
ActivePerl@[...].com
http://listserv.ActiveState.com/mailman/listinfo/activeperl

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved