You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(1) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(32) |
Feb
(24) |
Mar
(5) |
Apr
(50) |
May
(21) |
Jun
(25) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(6) |
Dec
(17) |
2004 |
Jan
(19) |
Feb
(1) |
Mar
(5) |
Apr
(4) |
May
|
Jun
(9) |
Jul
|
Aug
(6) |
Sep
(1) |
Oct
|
Nov
(3) |
Dec
(14) |
2005 |
Jan
(6) |
Feb
(3) |
Mar
(3) |
Apr
(1) |
May
(5) |
Jun
(7) |
Jul
(4) |
Aug
(16) |
Sep
(2) |
Oct
(2) |
Nov
(7) |
Dec
|
2006 |
Jan
(3) |
Feb
(4) |
Mar
(8) |
Apr
(1) |
May
(6) |
Jun
(19) |
Jul
(5) |
Aug
(4) |
Sep
(4) |
Oct
(19) |
Nov
(15) |
Dec
(10) |
2007 |
Jan
(6) |
Feb
(2) |
Mar
(4) |
Apr
(1) |
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Rob H. <ro...@na...> - 2002-04-28 02:25:40
|
Ack, ok. I just added this to the INSTALL file in CVS : * Digest::MD5 (v2.13-2+) That's the version I use, and it's the current version in Debian/woody. I'm sure it works fine w/ SandWeb. -- Rob On Tue, Apr 16, 2002 at 04:27:42PM -0500, Zanabria, Moises wrote: > Guys, > which version of MD5 perl module is required?? > > perl Makefile.PL > Warning: prerequisite Digest::MD5 failed to load: Can't locate Digest/MD5.pm > in @INC (@INC contains: /opt/perl5/lib/5.6.1/PA-RISC1.1 /opt/perl5/lib/5.6.1 > /opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1 /opt/perl5/lib/site_perl/5.6.1 > /opt/perl5/lib/site_perl .) at (eval 4) line 3. > Warning: prerequisite Digest::MD5 failed > > Thanks. > Moises. > > -----Original Message----- > From: Rob Helmer [mailto:ro...@na...] > Sent: Thursday, April 11, 2002 2:15 PM > To: san...@li... > Subject: Re: [Sandweb-users] expat Module > > > Hi Moises, > > > Hmm, actually that's not correct, it's not a Perl module, it's > a library that is required by XML::Simple. > > It's available here : http://expat.sourceforge.net/ > > Since I have added expect as a dependency, I'm going to correct > this documentation in CVS to look like this instead, please let > me know if these instructions are clearer ( note that the ALPHA > of SandWeb does not need expect, but the current CVS version > can use it ): > > 1. SandWeb requires : > > * perl (v5.6) available from http://www.perl.org > * expect (v5.28.1+) available from http://expect.nist.gov > * expat (v1.95.1+) available from http://expat.sourceforge.net > > The following Perl modules must be installed : > > * XML::Parser (v2.30+) > * XML::Simple (v1.05+) > * HTML::Template (v2.2+) > > These modules are all available at CPAN ( http://www.cpan.org ). > > On Thu, Apr 11, 2002 at 01:41:58PM -0500, Zanabria, Moises wrote: > > According with the install documentation: > > > > SandWeb requires perl 5.6, and the following Perl modules must > > be installed : > > > > * expat (v1.95.1+) > > > > Where I can get this module? I was checking on http://www.cpan.org , but I > > can't found it. > > Thanks. > > Moises. > > > > _______________________________________________ > > Sandweb-users mailing list > > San...@li... > > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Johannes R. <jr...@un...> - 2002-04-17 09:01:27
|
Hi list here is an extract of my /usr/bin/sandweb-admin script: # changeable global vars my $config_file = 'sandweb.cfg'; my $config_dir = '/etc/sandweb'; and here is the output of a call to it with no arguments: unable to open config file: ../etc/sandweb.cfg return data: <pre>$VAR1 = { 'errlev' => 0, 'data' => {} }; </pre> I don't know why it is looking for ../etc/sandweb.cfg - I don't have a clue.... Best regards Johannes * Rob Helmer <ro...@na...> [020417 11:57]: > Hi Johannes, > > > It works for me, I just modified this line in sandweb-admin : > > my $config_dir = '/etc/sandweb'; > > Created '/etc/sandweb' and moved my currently working > '/usr/local/etc/sandweb/sandweb.cfg' into it. sandweb-admin > is still able to list users and what not ( if I have time I > will try doing a full reinstall later ). > > Can you paste the exact error message from sandweb-admin, and > the command you used to produce it? > > I'm going to try CC:'ing the users list too. > > > > Thanks, > Rob Helmer > > On Wed, Apr 17, 2002 at 01:09:53AM +0200, Johannes Ranke wrote: > > Hi Rob, > > > > A couple of days ago, i tried to send the following message to > > san...@li.... My exim keeps telling me > > that it is not being delivered, so I am trying directly .. > > > > -------------- > > > > Hallo there > > > > I am really excited about your nice project (exept that > > I am using PHP for my development, and can not join in > > as a developer). > > > > I installed ALPHA, and wanted to add a user. sandweb-admin > > complains, that it can't open /etc/sandweb.cfg. However, I > > gave /etc/sandweb as the configuration directory, and it > > was created and used in the install procedure. Moreover, > > the variables in /usr/bin/sandweb-admin are set correctly > > ($config-dir set to '/etc/sandweb') as far as I can tell. > > > > What's wrong? > > > > Hannes > > > > > > > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Rob H. <ro...@na...> - 2002-04-17 01:00:46
|
Hi Johannes, It works for me, I just modified this line in sandweb-admin : my $config_dir = '/etc/sandweb'; Created '/etc/sandweb' and moved my currently working '/usr/local/etc/sandweb/sandweb.cfg' into it. sandweb-admin is still able to list users and what not ( if I have time I will try doing a full reinstall later ). Can you paste the exact error message from sandweb-admin, and the command you used to produce it? I'm going to try CC:'ing the users list too. Thanks, Rob Helmer On Wed, Apr 17, 2002 at 01:09:53AM +0200, Johannes Ranke wrote: > Hi Rob, > > A couple of days ago, i tried to send the following message to > san...@li.... My exim keeps telling me > that it is not being delivered, so I am trying directly .. > > -------------- > > Hallo there > > I am really excited about your nice project (exept that > I am using PHP for my development, and can not join in > as a developer). > > I installed ALPHA, and wanted to add a user. sandweb-admin > complains, that it can't open /etc/sandweb.cfg. However, I > gave /etc/sandweb as the configuration directory, and it > was created and used in the install procedure. Moreover, > the variables in /usr/bin/sandweb-admin are set correctly > ($config-dir set to '/etc/sandweb') as far as I can tell. > > What's wrong? > > Hannes > > > |
From: Nicholas K. J. <ni...@na...> - 2002-04-16 21:45:42
|
We never actually bothered to determin the exact version at which the md5 stuff won't work with our use of it. But I suspect any recent version will be fine. On Tue, Apr 16, 2002 at 04:27:42PM -0500, Zanabria, Moises wrote: > Guys, > which version of MD5 perl module is required?? > > perl Makefile.PL > Warning: prerequisite Digest::MD5 failed to load: Can't locate Digest/MD5.pm > in @INC (@INC contains: /opt/perl5/lib/5.6.1/PA-RISC1.1 /opt/perl5/lib/5.6.1 > /opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1 /opt/perl5/lib/site_perl/5.6.1 > /opt/perl5/lib/site_perl .) at (eval 4) line 3. > Warning: prerequisite Digest::MD5 failed > > Thanks. > Moises. > > -----Original Message----- > From: Rob Helmer [mailto:ro...@na...] > Sent: Thursday, April 11, 2002 2:15 PM > To: san...@li... > Subject: Re: [Sandweb-users] expat Module > > > Hi Moises, > > > Hmm, actually that's not correct, it's not a Perl module, it's > a library that is required by XML::Simple. > > It's available here : http://expat.sourceforge.net/ > > Since I have added expect as a dependency, I'm going to correct > this documentation in CVS to look like this instead, please let > me know if these instructions are clearer ( note that the ALPHA > of SandWeb does not need expect, but the current CVS version > can use it ): > > 1. SandWeb requires : > > * perl (v5.6) available from http://www.perl.org > * expect (v5.28.1+) available from http://expect.nist.gov > * expat (v1.95.1+) available from http://expat.sourceforge.net > > The following Perl modules must be installed : > > * XML::Parser (v2.30+) > * XML::Simple (v1.05+) > * HTML::Template (v2.2+) > > These modules are all available at CPAN ( http://www.cpan.org ). > > On Thu, Apr 11, 2002 at 01:41:58PM -0500, Zanabria, Moises wrote: > > According with the install documentation: > > > > SandWeb requires perl 5.6, and the following Perl modules must > > be installed : > > > > * expat (v1.95.1+) > > > > Where I can get this module? I was checking on http://www.cpan.org , but I > > can't found it. > > Thanks. > > Moises. > > > > _______________________________________________ > > Sandweb-users mailing list > > San...@li... > > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Zanabria, M. <Moi...@bm...> - 2002-04-16 21:28:04
|
Guys, which version of MD5 perl module is required?? perl Makefile.PL Warning: prerequisite Digest::MD5 failed to load: Can't locate Digest/MD5.pm in @INC (@INC contains: /opt/perl5/lib/5.6.1/PA-RISC1.1 /opt/perl5/lib/5.6.1 /opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1 /opt/perl5/lib/site_perl/5.6.1 /opt/perl5/lib/site_perl .) at (eval 4) line 3. Warning: prerequisite Digest::MD5 failed Thanks. Moises. -----Original Message----- From: Rob Helmer [mailto:ro...@na...] Sent: Thursday, April 11, 2002 2:15 PM To: san...@li... Subject: Re: [Sandweb-users] expat Module Hi Moises, Hmm, actually that's not correct, it's not a Perl module, it's a library that is required by XML::Simple. It's available here : http://expat.sourceforge.net/ Since I have added expect as a dependency, I'm going to correct this documentation in CVS to look like this instead, please let me know if these instructions are clearer ( note that the ALPHA of SandWeb does not need expect, but the current CVS version can use it ): 1. SandWeb requires : * perl (v5.6) available from http://www.perl.org * expect (v5.28.1+) available from http://expect.nist.gov * expat (v1.95.1+) available from http://expat.sourceforge.net The following Perl modules must be installed : * XML::Parser (v2.30+) * XML::Simple (v1.05+) * HTML::Template (v2.2+) These modules are all available at CPAN ( http://www.cpan.org ). On Thu, Apr 11, 2002 at 01:41:58PM -0500, Zanabria, Moises wrote: > According with the install documentation: > > SandWeb requires perl 5.6, and the following Perl modules must > be installed : > > * expat (v1.95.1+) > > Where I can get this module? I was checking on http://www.cpan.org , but I > can't found it. > Thanks. > Moises. > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > _______________________________________________ Sandweb-users mailing list San...@li... https://lists.sourceforge.net/lists/listinfo/sandweb-users |
From: Rob H. <ro...@na...> - 2002-04-11 22:51:05
|
Hi Moises, Well, the version numbers are what we tested it on, so we know those work. I know that if you use a perl version less than 5.6, the file upload doesn't function. I *think* an older CVS would work, but what we are saying with the version numbers is essentially "these are what we tested on, so if you find bugs first try to get your dependencies in sync before reporting them". So, in reality, probably alot of different versions of software will work with SandWeb, but if an old version of software has a bug or behaviour that SandWeb does not expect, we would probably not write a workaround into SandWeb, we would just tell you to upgrade. Thanks, Rob On Thu, Apr 11, 2002 at 02:30:25PM -0500, Zanabria, Moises wrote: > so that's does mean that SandWeb alpha is available just for cvs 1.11.1.p1 > ?? > > currently I'm using cvs 1.10 for server and 1.11 for client. > please advise. > Moises. > > -----Original Message----- > From: Rob Helmer [mailto:ro...@na...] > Sent: Thursday, April 11, 2002 2:15 PM > To: san...@li... > Subject: Re: [Sandweb-users] expat Module > > > Hi Moises, > > > Hmm, actually that's not correct, it's not a Perl module, it's > a library that is required by XML::Simple. > > It's available here : http://expat.sourceforge.net/ > > Since I have added expect as a dependency, I'm going to correct > this documentation in CVS to look like this instead, please let > me know if these instructions are clearer ( note that the ALPHA > of SandWeb does not need expect, but the current CVS version > can use it ): > > 1. SandWeb requires : > > * perl (v5.6) available from http://www.perl.org > * expect (v5.28.1+) available from http://expect.nist.gov > * expat (v1.95.1+) available from http://expat.sourceforge.net > > The following Perl modules must be installed : > > * XML::Parser (v2.30+) > * XML::Simple (v1.05+) > * HTML::Template (v2.2+) > > These modules are all available at CPAN ( http://www.cpan.org ). > > On Thu, Apr 11, 2002 at 01:41:58PM -0500, Zanabria, Moises wrote: > > According with the install documentation: > > > > SandWeb requires perl 5.6, and the following Perl modules must > > be installed : > > > > * expat (v1.95.1+) > > > > Where I can get this module? I was checking on http://www.cpan.org , but I > > can't found it. > > Thanks. > > Moises. > > > > _______________________________________________ > > Sandweb-users mailing list > > San...@li... > > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Zanabria, M. <Moi...@bm...> - 2002-04-11 19:31:41
|
so that's does mean that SandWeb alpha is available just for cvs 1.11.1.p1 ?? currently I'm using cvs 1.10 for server and 1.11 for client. please advise. Moises. -----Original Message----- From: Rob Helmer [mailto:ro...@na...] Sent: Thursday, April 11, 2002 2:15 PM To: san...@li... Subject: Re: [Sandweb-users] expat Module Hi Moises, Hmm, actually that's not correct, it's not a Perl module, it's a library that is required by XML::Simple. It's available here : http://expat.sourceforge.net/ Since I have added expect as a dependency, I'm going to correct this documentation in CVS to look like this instead, please let me know if these instructions are clearer ( note that the ALPHA of SandWeb does not need expect, but the current CVS version can use it ): 1. SandWeb requires : * perl (v5.6) available from http://www.perl.org * expect (v5.28.1+) available from http://expect.nist.gov * expat (v1.95.1+) available from http://expat.sourceforge.net The following Perl modules must be installed : * XML::Parser (v2.30+) * XML::Simple (v1.05+) * HTML::Template (v2.2+) These modules are all available at CPAN ( http://www.cpan.org ). On Thu, Apr 11, 2002 at 01:41:58PM -0500, Zanabria, Moises wrote: > According with the install documentation: > > SandWeb requires perl 5.6, and the following Perl modules must > be installed : > > * expat (v1.95.1+) > > Where I can get this module? I was checking on http://www.cpan.org , but I > can't found it. > Thanks. > Moises. > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > _______________________________________________ Sandweb-users mailing list San...@li... https://lists.sourceforge.net/lists/listinfo/sandweb-users |
From: Rob H. <ro...@na...> - 2002-04-11 19:09:28
|
Hi Moises, Hmm, actually that's not correct, it's not a Perl module, it's a library that is required by XML::Simple. It's available here : http://expat.sourceforge.net/ Since I have added expect as a dependency, I'm going to correct this documentation in CVS to look like this instead, please let me know if these instructions are clearer ( note that the ALPHA of SandWeb does not need expect, but the current CVS version can use it ): 1. SandWeb requires : * perl (v5.6) available from http://www.perl.org * expect (v5.28.1+) available from http://expect.nist.gov * expat (v1.95.1+) available from http://expat.sourceforge.net The following Perl modules must be installed : * XML::Parser (v2.30+) * XML::Simple (v1.05+) * HTML::Template (v2.2+) These modules are all available at CPAN ( http://www.cpan.org ). On Thu, Apr 11, 2002 at 01:41:58PM -0500, Zanabria, Moises wrote: > According with the install documentation: > > SandWeb requires perl 5.6, and the following Perl modules must > be installed : > > * expat (v1.95.1+) > > Where I can get this module? I was checking on http://www.cpan.org , but I > can't found it. > Thanks. > Moises. > > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Zanabria, M. <Moi...@bm...> - 2002-04-11 18:42:06
|
According with the install documentation: SandWeb requires perl 5.6, and the following Perl modules must be installed : * expat (v1.95.1+) Where I can get this module? I was checking on http://www.cpan.org , but I can't found it. Thanks. Moises. |
From: Nick J. <ni...@na...> - 2002-03-28 20:20:53
|
Hello, The ALPHA version of SandWeb has been released! This marks the first release of SandWeb, hooray! This version supports local CVS repositories, and multiple user accounts (using the SandWeb FlatFile authentication method). Download the ALPHA release here: http://prdownloads.sourceforge.net/sandweb/SandWeb-ALPHA.tar.gz -- The SandWeb Project Team |