ppm3: http proxy

2003-02-24 Thread gerhard . petrowitsch
Hi all,

I'm having a problem, using ppm3 over a HTTP proxy that requires
authentication:

If I set these environment var's
HTTP_proxy
HTTP_proxy_user
HTTP_proxy_pass
I can 'search' the Active Repository.

But when I want to install a package I get this nasty error message:

Error: error downloading 'path to the tar.gz file': 407 Proxy-Auth

Can anybody explain me the reason, why search-ing works, while install-ing doesn't?
Is there a solution (other than downloading the files via a browser and creating a
local repository)?

Thanks and regards,
---
Gerhard PetrowitschTel.: +49 8151 270 126
SP3D Chip Design GmbHFax:  +49 8151 270 200
Petersbrunnerstr. 17Home Office: +49 821 9069 741
82319 Starnberg, Germany  SERI: [EMAIL PROTECTED]
- SP3D is a subsidiary of Philips Semiconductors -
---
Be like the ant.  When the ant gets a mixture of sand and sugar,
it selects only sugar; it neglects sand. See only good in others.
Pay no attention to the bad.(Sathya Sai Baba)


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Problems creating ppd's for use with ppm3

2002-12-18 Thread Sisyphus

- Original Message -
From: Scott Scecina [EMAIL PROTECTED]
To: Randy Kobes [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, December 19, 2002 1:11 AM
Subject: RE: Problems creating ppd's for use with ppm3


 No, it happens on 5.6.1.633 also.  I'd just been telling people to use
 ppm(2).  Now that I'm rebuilding them for 5.8, I'd like to figure out the
 problem since ppm(3) is the default...

 Should the make ppd on 5.8 insert the correct architecture (it doesn't
 seem to here)?  Or do I have to make ppd3?  Or do I have to do it
myself?


I just downloaded one of the zips from:
http://www.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/

This enables one to see just what a correct ppd file looks like for 5.8.

As Randy said, the architecture specification has a -5.8 appended to it.
But the 'codebase href' requirement seems also to have changed. Instead of
just providing the some-package.ppd (which, under ppm2, was all that was
required) they are now giving
MSWin32-x86-multi-thread-5.8/some-package.ppd.

I'm not sure if/how that relates to the ppm3 problem you're facing with 5.6.

Anyway, I'd start by looking at the ppd in one of those 8xx zips and see if
that helps solve the problem.

Cheers,
Rob

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



RE: Problems creating ppd's for use with ppm3

2002-12-18 Thread Randy Kobes
On Wed, 18 Dec 2002, Scott Scecina wrote:

 No, it happens on 5.6.1.633 also.  I'd just been telling people to use
 ppm(2).  Now that I'm rebuilding them for 5.8, I'd like to figure out the
 problem since ppm(3) is the default...
 
 Should the make ppd on 5.8 insert the correct architecture (it doesn't
 seem to here)?  Or do I have to make ppd3?  Or do I have to do it myself?

Currently it doesn't - this must be done by hand (the PPM::Make
module on CPAN, in making the ppd file, will adjust the
ARCHITECTURE to do this).

I take it that installing packages from ActiveState works
equally well from ppm2 and ppm3?

Rob mentioned the href of the codebase - I don't know if
this will help, but I noticed problems earlier when specifying
this as relative. Perhaps try giving the full url for this
path?
  
-- 
best regards,
randy

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: Problems creating ppd's for use with ppm3 - correction.

2002-12-18 Thread Sisyphus

- Original Message -
From: Sisyphus [EMAIL PROTECTED]

 But the 'codebase href' requirement seems also to have changed. Instead of
 just providing the some-package.ppd (which, under ppm2, was all that was
 required) they are now giving
 MSWin32-x86-multi-thread-5.8/some-package.ppd.


Ummm  those file extensions quoted above should be '.tar.gz', *not*
'.ppd'.

Y'all probably realised that, anyway.

Cheers,
Rob

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



ppm3 disabling ppm?

2002-09-25 Thread Reiner Buehl

Since I tried out ppm3 on my Active Perl 5.6.1 Build 633, I am not able to
use ppm anymore. Everytime I start ppm I get a few dozend of this message:

Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at
C:/Perl/site/lib/PPM.pm line 1684.

Then I get the ppm prompt but neither query nor search return any content.
They just return with no output. Is there a fix for this?

Best regards,
Reiner. 

-- 
-- 
--
Reiner Buehl Internet:
P.O. Box 100324  [EMAIL PROTECTED]
70747 Leinfelden-Echterdingen 
Germany
-- 

Werden Sie mit uns zum OnlineStar 2002! Jetzt GMX wählen -
und tolle Preise absahnen! http://www.onlinestar.de

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: Upgrading ActiveState versions - was: ppm3 search *all* repositories ???

2002-09-25 Thread Jan Dubois

On Wed, 25 Sep 2002 07:28:24 -0500, Cutts III, James H.
[EMAIL PROTECTED] wrote:

Hi james,

I have had problems with upgrading versions of ActivePerl, in the past.  The last 
upgrade ended up with me completely and extensively uninstalling ActivePerl and 
then starting with a fresh install of ActivePerl.  I had to go chasing down my 
collection of modules and reinstall them.  I've seen others who have commented on 
similar problems.

Is the upgrade process supposed to be more simple?  Should one version be installable 
on top of the next?  What about the entries in the Add/Remove Programs control 
panel applet?  Does the previous version's entry get removed when and upgrade is 
done, or, is the upgrade really just an install on top of the existing system?

Yes, upgrading is supposed to be more simple.  You should be able to
install a new version of ActivePerl on top of a previous one (as long as
they are the same Perl version; don't install a build 6xx on top of a
build 5xx).

However, they are mostly just an install of one version on top of the
previous one.  Personally, I always uninstall the previous version and
even manually remove the whole Perl directory tree before installing a
different version. But I do this to make sure I have a clean and
reproducible environment when I build or test software.

Cheers,
-Jan

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



RE: PPM3 breaks with Error: connect: unknown error

2002-09-25 Thread Gibb, Thomas A

I do not know if this is a contributing issue but the 'Path' statement on my
W2K box does not include the trailing '\' as you show in your example.

In other words my path looks like this:
   path=c:\perl\bin;c:\winnt;

There are no trailing '\' back slashes after any of the path parameters.

Does this make a difference? I don't know but you might want to check it
out.

Tom Gibb


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 24, 2002 5:50 PM
To: Sisyphus; [EMAIL PROTECTED]
Subject: Re: PPM3 breaks with Error: connect: unknown error


- Original Message -
From: Sisyphus [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 25, 2002 1:31 AM
Subject: Re: PPM3 breaks with Error: connect: unknown error



 - Original Message -
 From: Gueven Bay [EMAIL PROTECTED]

 
  When I want to start PPM3 then I have to type in ppm3-bin.
  *Maybe this the point of failure?*
  When I type in ppm3 then I get the error File not found.
  But the $PATH is set to the right directory.
 

 I don't think there's any problem with your path. If *that* were the
problem
 you would expect an unknown command error - not a file not found.
 Does it tell you the name of the file that is not found  - or where it
 looked for the file ?

No, DOS doesn't tell me the name of the file that is not found.Nor where it
looked
for the file. Only the error message Command or File not found (this is
the word for
word translation from the German error message).
My Perl is installed under E:\perl\ and my $PATH points to
E:\perl\bin\.And there are
ppm3.bat, ppm3-bin.bat, ppm3, ppm3-bin.cfg and so on.


  So when I start PPM3 (with ppm3-bin) and type query * or query DBI
 or
  something then PPM3 quits after the error message Error: connect:
unknown
  error.
 
  I tried to call PPM3 from the Dos-Promt directly without going to the
  interactive mode. The same error message. Error: connect: unknown
error.
  and PPM3 quits.
 

 So you enter 'ppm3-bin' at the command prompt, and that gets you into the
 interactive ppm shell.What does your ppm3 prompt look like ?
 Is it:
 PPM3
 or
 PPM3-BIN

 That's very weird, but then I don't know much about ppm3.

When I type in ppm3-bin I get the prompt
ppm
But I get the message that PPM3 has started:
(PPM - Programmer's Package Manager version 3.0.1.
Copyright (c) 2001 ActiveState SRL. All Rights Reserved.

Entering interactive shell. Using Term::ReadLine::Stub as readline library.

Profile tracking is not enabled. If you save and restore profiles manually,
your profile may be out of sync with your computer. See 'help profile' for
more information.

Type 'help' to get started.)


  When I try the other commands for example upgrade (with or without
  parameters) then
  I get same error message. Error: connect: unknown error. and PPM3
quits.
 
  Then I downloaded Zip's and extraceted them to a local directory and
 changed
  the current working directory in my dos-window to the local package dir
 and
  called PPM3.
  Guess what? Right! The same error message.
 

 Hmm  I think you should try re-installing perl. It's starting to sound
 like something was misplaced during installation - which can happen. (I
 think they give you the size of the download, so you can check that you
 received everything that you should have received.)

I re-installed perl already. But this doesn't made it better.

 If you still get the same error then I think we need to find out the name
of
 the file that is not found. Do you have any further information to help
us
 with that ?

Which file do you mean?


I'm getting frustrated :-(((



Thank you!

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: ppm3 disabling ppm?

2002-09-25 Thread Jan Dubois

On Wed, 25 Sep 2002 15:08:04 +0200 (MEST), Reiner Buehl
[EMAIL PROTECTED] wrote:

Since I tried out ppm3 on my Active Perl 5.6.1 Build 633, I am not able to
use ppm anymore. Everytime I start ppm I get a few dozend of this message:

Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at
C:/Perl/site/lib/PPM.pm line 1684.

You may have installed a package with a broken PPD.  PPM2 is extremely
strict in what has to be in the PPD, and also not wanting to see anything
else.

Then I get the ppm prompt but neither query nor search return any content.
They just return with no output. Is there a fix for this?

This means that your C:/Perl/site/lib/PPM.xml file got corrupted.  Take a
look if there is anything obvious you can fix.

PPM3 copies its configuration data back to the ppm.xml to make sure that
any changes made with ppm3 are visible by ppm2.  So ppm3 can potentially
disable ppm2.  It always worked for me though.

Cheers,
-Jan

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



RE: ppm3 search *all* repositories ???

2002-09-23 Thread Cutts III, James H.




-Original Message-
From: Michael D. Schleif [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 21:24
Cc: Perl-Win32-Users List Service
Subject: Re: ppm3 search *all* repositories ???




Sisyphus wrote:

 - Original Message -
 From: Michael D. Schleif [EMAIL PROTECTED]
 
  Unfortunately, as intuitive as that maybe, it is not the case:

 What does 'ppm3 set' reveal ?

C:\ppm3 set
  case-sensitivity: 0
download-chunksize: 16384
follow-install: 1
 force-install: 0
page-lines: 24
 pager:
 profile-track: 0
prompt-context: 0
   prompt-slotsize: 11
prompt-verbose: 0
sort-field: NAME
   tempdir: C:/temP
trace-file: ppm3.log
   trace-level: 0
   verbose-startup: 1


 For me (with ppm) one of the entries is :
 Current PPD repository paths:
 ActiveState Package Repository: http://ppm.ActiveState.com/cgibin/P
 PM/ppmserver.pl?urn:/PPMServer

 Since it specifically mentions 'paths' (plural, not singular) I've always
 assumed that if there were multiple paths specified there, then *all* of
 those paths would be searched.

 My AS ppm documentation supports this belief. From the docs:
 
 set repository ROTH http://www.roth.net/perl/packages/
 The next time you do a 'search' you will not only search the ActiveState
 package repository but also the repositories you have added. Before you exit
 PPM you should save the changes to the configuration by issuing the command
 'set save'.
 _

 I just tried it out with ppm - and did a search for daemon, and it worked
 fine. Here's what I got:

snip/

Yes, I know that this works with original ppm.

Apparently, this behaviour has changed with ppm3 . . .

--

Best Regards,

mds
mds resource
888.250.3987

Dare to fix things before they break . . .

Our capacity for understanding is inversely proportional to how much we
think we know.  The more I know, the more I know I don't know . . .
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



ppm3 searches all _active_ repositories.  I have used the SET FIELDS command to 
include the repository in the list returned from the search.  This shows where the 
modules are.  (See below)

ppm search net-ping
Searching in Active Repositories
  1. Net-Ping  [2.18] ActiveState PPM2 Repository [http://ppm.ActiveSt~
  2. Net-Ping  [2.18] ActiveState Package Repository [http://ppm-ia.Ac~
  3. Net-Ping-External [0.10] ActiveState PPM2 Repository [http://ppm.ActiveSt~
  4. Net-Ping-External [0.10] ActiveState Package Repository [http://ppm-ia.Ac~
ppm set
fields: name version repository
...

When you list the repositories with the rep command:
ppm rep
Repositories:
[1] ActiveState PPM2 Repository
[2] ActiveState Package Repository
[3] Jenda
[4] RothConsulting
[5] Winnipeg

The repositories with numbers are active, you can activate and unacticate a repository 
with the rep on/off command.
ppm rep off 4
Repositories:
[1] ActiveState PPM2 Repository
[2] ActiveState Package Repository
[3] Jenda
[4] Winnipeg
[ ] RothConsulting


James H. Cutts IIIIntegrated Technology Services
Computer Project Manager  Research and Education Support
Phone: (573) 882-6181 University of Missouri - Columbia
FAX:   [573] 884=8192 DC017.00,  265H Quarterdeck
 Columbia, MO  65212

E-Mail: [EMAIL PROTECTED]
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



ppm3 search *all* repositories ???

2002-09-20 Thread Michael D. Schleif


This is probably really simple and I've overlooked it.

How can I perform one (1) search that will search all four (4) of my
configured repositories?

-- 

Best Regards,

mds
mds resource
888.250.3987

Dare to fix things before they break . . .

Our capacity for understanding is inversely proportional to how much we
think we know.  The more I know, the more I know I don't know . . .
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: ppm3 search *all* repositories ???

2002-09-20 Thread Sisyphus


- Original Message -
From: Michael D. Schleif [EMAIL PROTECTED]
To: Perl-Win32-Users List Service
[EMAIL PROTECTED]
Sent: Saturday, September 21, 2002 10:18 AM
Subject: ppm3 search *all* repositories ???



 This is probably really simple and I've overlooked it.

 How can I perform one (1) search that will search all four (4) of my
 configured repositories?


Try 'ppm3 search package_name'.
I think that ppm3 will search *all* repositories, if none are specified -
but I don't have ppm3, so can't be sure.

Cheers,
Rob

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: ppm3 search *all* repositories ???

2002-09-20 Thread Michael D. Schleif


Sisyphus wrote:
 
 - Original Message -
 From: Michael D. Schleif [EMAIL PROTECTED]
 To: Perl-Win32-Users List Service
 [EMAIL PROTECTED]
 Sent: Saturday, September 21, 2002 10:18 AM
 Subject: ppm3 search *all* repositories ???
 
  This is probably really simple and I've overlooked it.
 
  How can I perform one (1) search that will search all four (4) of my
  configured repositories?
 
 Try 'ppm3 search package_name'.
 I think that ppm3 will search *all* repositories, if none are specified -
 but I don't have ppm3, so can't be sure.

Unfortunately, as intuitive as that maybe, it is not the case:

ppm help search
search -- Search for Packages
. . .
search * Displays all packages in the current repository

Use the search command to look through the repository for packages.

ppm rep
Repositories:
  1. ActiveState PPM2 Repository
* 2. ActiveState Package Repository
  3. Jenda
  4. RothConsulting

Notice the asterisk (*) preceding repository #2 -- this is a feature
that specifies a current repository.

As much as I often like this feature, I cannot always remember whence to
get a package -- which is a good case for global searching -- hence my
original request.

-- 

Best Regards,

mds
mds resource
888.250.3987

Dare to fix things before they break . . .

Our capacity for understanding is inversely proportional to how much we
think we know.  The more I know, the more I know I don't know . . .
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Installing Libwww-perl on ASPerl 5.6.1 Build 633 with PPM3

2002-09-17 Thread Cutts III, James H.

I have had considerable trouble installing libwww-perl on my AS Perl 5.6.1 Build 633 
on WinNT 4.0.  

I had been having some strange configuration problems with Perl, so I completely 
uninstalled AS Perl 5.6.1 Build 62x and installed AS Perl 5.6.1 Build 633.  The 
installation went well and resolved all my configuration problems.  I was able to get 
all the packages that I had been using, except for libwww-perl.

I have switched to PPM3 and as long as I remember the new syntax, I like the app.  
Here is what I get when I try to use PPM3 to install libwww-perl:  

D:\Projects\Perlppm3
PPM - Programmer's Package Manager version 3.0.1.
Copyright (c) 2001 ActiveState SRL. All Rights Reserved.

Entering interactive shell. Using Term::ReadLine::Stub as readline library.

Profile tracking is not enabled. If you save and restore profiles manually,
your profile may be out of sync with your computer. See 'help profile' for
more information.

Type 'help' to get started.

ppm search libwww
Searching in Active Repositories
  1. libwww-perl  [5.48] ActiveState Package Repository [http://ppm-ia.ActiveS~
ppm install libwww-perl
Error: Package 'libwww-perl' not found on server. Please 'search'
for it first.
ppm

I search for the package, find the package and ask PPm3 to install the package, and it 
replies - 'search' for it first.  I usually respond with something impolite and drop 
the matter.  

This morning after reading a note about libwww-perl and being available on Active 
State, I decided to try again.  I got the above results from PPM3.  So then I tried 
PPM.  PPM has been non functioning since the install of Build 633.  PPM spews out at 
me:

D:\Projects\Perlppm
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
PPM interactive shell (2.1.6) - type 'help' for available commands.
PPM search libwww
PPM

The PPM prompt is returned immediately after the search libwww.

Any suggestions for getting libwww-perl installed or for getting PPM working again?

Thanks.


James H. Cutts III  Integrated Technology Services
Computer Project ManagerResearch and Education Support
Phone: (573) 882-6181   University of Missouri - Columbia
FAX:   [573] 884=8192   DC017.00,  265H Quarterdeck
  Columbia, MO  65212

E-Mail: [EMAIL PROTECTED]


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



RE: Installing Libwww-perl on ASPerl 5.6.1 Build 633 with PPM3

2002-09-17 Thread Magnus Hjorleifsson Jr
Title: RE: Installing Libwww-perl on ASPerl 5.6.1 Build 633 with PPM3





I am using ppm version 2.1.5 and it works just fine with Perl 5.6.1 Build 633 have you tried doing a verify --upgrade libwww-perl from the ppm prompt?

-Original Message-
From: Cutts III, James H. [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 17, 2002 10:51 AM
To: Perl Win32 Users (E-mail)
Subject: Installing Libwww-perl on ASPerl 5.6.1 Build 633 with PPM3



I have had considerable trouble installing libwww-perl on my AS Perl 5.6.1 Build 633 on WinNT 4.0. 


I had been having some strange configuration problems with Perl, so I completely uninstalled AS Perl 5.6.1 Build 62x and installed AS Perl 5.6.1 Build 633. The installation went well and resolved all my configuration problems. I was able to get all the packages that I had been using, except for libwww-perl.

I have switched to PPM3 and as long as I remember the new syntax, I like the app. Here is what I get when I try to use PPM3 to install libwww-perl: 

D:\Projects\Perlppm3
PPM - Programmer's Package Manager version 3.0.1.
Copyright (c) 2001 ActiveState SRL. All Rights Reserved.

Entering interactive shell. Using Term::ReadLine::Stub as readline 
library.

Profile tracking is not enabled. If you save and restore profiles 
manually, your profile may be out of sync with your computer. See 'help 
profile' for more information.

Type 'help' to get started.

ppm search libwww
Searching in Active Repositories
 1. libwww-perl [5.48] ActiveState Package Repository 
[http://ppm-ia.ActiveS~
ppm install libwww-perl
Error: Package 'libwww-perl' not found on server. Please 'search' for 
it first.
ppm


I search for the package, find the package and ask PPm3 to install the package, and it replies - 'search' for it first. I usually respond with something impolite and drop the matter. 

This morning after reading a note about libwww-perl and being available on Active State, I decided to try again. I got the above results from PPM3. So then I tried PPM. PPM has been non functioning since the install of Build 633. PPM spews out at me:

D:\Projects\Perlppm
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at 
D:/Bin/Perl/site/ lib/PPM.pm line 1684. Element 'IMPLEMENTATION' must 
contain a 'CODEBASE' element. at D:/Bin/Perl/site/ lib/PPM.pm line 
1684. Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at 
D:/Bin/Perl/site/ lib/PPM.pm line 1684.
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
Element 'IMPLEMENTATION' must contain a 'CODEBASE' element. at D:/Bin/Perl/site/
lib/PPM.pm line 1684.
PPM interactive shell (2.1.6) - type 'help' for available commands.
PPM search libwww
PPM


The PPM prompt is returned immediately after the search libwww.


Any suggestions for getting libwww-perl installed or for getting PPM working again?


Thanks.



James H. Cutts III   Integrated Technology Services
Computer Project Manager   Research and Education Support
Phone: (573) 882-6181   University of Missouri - Columbia
FAX: [573] 884=8192   DC017.00, 265H Quarterdeck
 Columbia, MO 65212


E-Mail: [EMAIL PROTECTED]



___
Perl-Win32-Users mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs





ppm3 does not work with Build 632

2002-06-06 Thread Fritz Binder

After installing Build 632 over Build 631 I get the following
errormessage when starting ppm3

Panic: Can't find bfs section

What am I doing worng?
Is there a Solution?

Thanks for an help

Fritz Binder

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: ppm3

2001-11-29 Thread Robert Pendell

I noticed that PPM3 choked when I tried to add a repository that had a
question mark in it.  It loaded other urls fine but crashed at function
new when I added one with the same formatting as the other 2 repositories
that come listed.  PPM3 does not list modules installed by PPM.
- Original Message -
From: Simon Oliver [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 29, 2001 5:41 AM
Subject: ppm3


 Many of the ppm's at ActiveState are out of date and/or do not include
 proper documentation.  For example DBI is as 1.14 (current is 1.20) and
 modules including DBD::Sybase do not include HTML documentation.  I
 relaise I can use perldoc to reads the docs but I find the ActiverPerl
 HTML documentation system very convenient.

 Anyway Since upgrading to 630 I decided to have a go with pp3, I see it
 has its own repository with some newer (and some missing) modules.  On
 trying to install any module via ppm I get:

 ppm install DBD-Oracle
 
 Install 'DBD-Oracle' version 1.06 in ActivePerl 630.
 
 Can't unlink file
 C:/DOCUME~1/mjfsor/LOCALS~1/Temp/DBD-Oracle-1888/DBD-Oracle.ta
 r.gz: Permission denied at PPM/Repository.pm line 186
 Can't remove directory C:/DOCUME~1/mjfsor/LOCALS~1/Temp/DBD-Oracle-1888:
 Directo
 ry not empty at PPM/Repository.pm line 186
 Error: error downloading

'http://ppm.ActiveState.com/PPMpackages/5.6plus/MSWin32-x86-multi-thread/DB
 D-Oracle.tar.gz': 500 Can't connect to ppm.activestate.com:80 (Timeout)

 I've searched my system but can't find PPM/Repository.pm - I guess it's
 linked into the ppm3.exe.

 ppm2 works fine.

 Finally.  Please will someone at ActiveState point me in the right
 direction for building ppm modules in such a way that it build the HTML
 and chm files as necessary.  I am used to building my own ppm's of CPAN
 modules and I use pod2html to create the docs.  Since I am forced to
 build my own modules (so that I can keep up to date / include missing
 documentation) I would also like to make my reporitories available to
 the world, but I only want to do that if they are ActiveState
 compatible.  ActiveState must have internal guidelines / scripts for
 doing all this.  Please advise.

 I would 'cc' this directly to ActiveState but can't find a developer
 contact in the docs.

 --
   Simon Oliver
 ___
 Perl-Win32-Users mailing list
 [EMAIL PROTECTED]
 http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users




___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



Re: ppm3

2001-11-29 Thread Jan Dubois

On Thu, 29 Nov 2001 10:41:05 +, Simon Oliver
[EMAIL PROTECTED] wrote:

I would 'cc' this directly to ActiveState but can't find a developer
contact in the docs.

From the PPM page on ASPN:

http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/

| For support please email ActiveState at [EMAIL PROTECTED]

In general, the best way to send feedback about one of the products
would be to send email to the corresponding [EMAIL PROTECTED]
address.  That makes sure that not only developers but also product
management will see the comments.

When in doubt, [EMAIL PROTECTED] will redirect inquiries/requests to
the right person.

-Jan


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users