APR::Const

2005-04-12 Thread Octavian Rasnita
Hi,

Does anyone know where I can download the module APR::Const (for Windows)...
meaning the ppd file?

I have seen that the site jenda.krynicky.cz cannot be found.
Can that module be found somewhere else?

I cannot make mod_perl work without it.

Thank you.

Teddy




Re: APR::Const

2005-04-12 Thread Brent Clark
Octavian Rasnita wrote:
Hi,
Does anyone know where I can download the module APR::Const (for Windows)...
meaning the ppd file?
I have seen that the site jenda.krynicky.cz cannot be found.
Can that module be found somewhere else?
I cannot make mod_perl work without it.
Hi
[EMAIL PROTECTED] sprdsht]# cpan
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.7601)
ReadLine support available (try 'install Bundle::CPAN')
cpan> i /APR::Const/
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 12 Apr 2005 04:54:43 GMT
Module id = APR::Const
CPAN_USERID  GOZER (Philippe M. Chiasson <[EMAIL PROTECTED]>)
CPAN_VERSION 0.009000
CPAN_FILEG/GO/GOZER/mod_perl-2.0.0-RC4.tar.gz
MANPAGE
INST_FILE 
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/APR/Const.pm
INST_VERSION 0.01
cpan>

Use PPM
Hope this helps
Regards
Brent Clark


Re: APR::Const

2005-04-12 Thread Octavian Rasnita
Hi,

I have tried to use ppm for installing it, but I cannot find it.
I have tried:

ppm install mod_perl

And this command installed mod_perl, but not APR::Const.

Then I have tried:

ppm install APR::Const

But ppm tried to fetch it from Jenda's repository and it was not accessible.

I have also tried:

cpan> i /APR::Const/

But the result was:

E:\apache2\bin>cpan
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.7601)
ReadLine support available (try 'install Bundle::CPAN')
cpan>
cpan> i /APR::Const/
CPAN: Storable loaded ok
Going to read \.cpan\Metadata
Database was generated on Tue, 12 Apr 2005 01:55:26 GMT
Module id = APR::Const
CPAN_USERID  GOZER (Philippe M. Chiasson <[EMAIL PROTECTED]>)
CPAN_VERSION 0.009000
CPAN_FILEG/GO/GOZER/mod_perl-2.0.0-RC4.tar.gz
INST_FILE(not installed)
cpan>

So, what can I do to install it?

I have tried to install it with cpan but it asked me for apxs, because cpan
also tries to install mod_perl.

Teddy


- Original Message - 
From: "Brent Clark" <[EMAIL PROTECTED]>
To: "Octavian Rasnita" <[EMAIL PROTECTED]>
Cc: 
Sent: Tuesday, April 12, 2005 5:03 PM
Subject: Re: APR::Const


> Octavian Rasnita wrote:
> > Hi,
> >
> > Does anyone know where I can download the module APR::Const (for
Windows)...
> > meaning the ppd file?
> >
> > I have seen that the site jenda.krynicky.cz cannot be found.
> > Can that module be found somewhere else?
> >
> > I cannot make mod_perl work without it.
>
> Hi
>
> [EMAIL PROTECTED] sprdsht]# cpan
> Terminal does not support AddHistory.
>
> cpan shell -- CPAN exploration and modules installation (v1.7601)
> ReadLine support available (try 'install Bundle::CPAN')
>
> cpan> i /APR::Const/
> CPAN: Storable loaded ok
> Going to read /root/.cpan/Metadata
>Database was generated on Tue, 12 Apr 2005 04:54:43 GMT
> Module id = APR::Const
>  CPAN_USERID  GOZER (Philippe M. Chiasson <[EMAIL PROTECTED]>)
>  CPAN_VERSION 0.009000
>  CPAN_FILEG/GO/GOZER/mod_perl-2.0.0-RC4.tar.gz
>  MANPAGE
>  INST_FILE
> /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/APR/Const.pm
>  INST_VERSION 0.01
> cpan>
>
>
> Use PPM
>
> Hope this helps
>
> Regards
> Brent Clark



Re: APR::Const

2005-04-12 Thread Randy Kobes
On Tue, 12 Apr 2005, Octavian Rasnita wrote:

> Hi,
>
> I have tried to use ppm for installing it, but I cannot find it.
> I have tried:
>
> ppm install mod_perl
>
> And this command installed mod_perl, but not APR::Const.

APR::Const isn't contained in a separate distribution; it's
part of mod_perl-2. So if you've installed the mod_perl ppm
package, APR::Const should already be there.

-- 
best regards,
randy kobes


Re: APR::Const

2005-04-12 Thread Jonathan Vanasco
If I remember correctly,
APR::Const  - mp2 rc5
Apache::Const   - mp2 <=  rc4
Apache::Constant- mp1
Apologies if this is all wrong.
On Apr 12, 2005, at 10:39 AM, Randy Kobes wrote:
On Tue, 12 Apr 2005, Octavian Rasnita wrote:
Hi,
I have tried to use ppm for installing it, but I cannot find it.
I have tried:
ppm install mod_perl
And this command installed mod_perl, but not APR::Const.



Re: APR::Const

2005-04-12 Thread Randy Kobes
On Tue, 12 Apr 2005, Jonathan Vanasco wrote:

>
> If I remember correctly,
>   APR::Const  - mp2 rc5
>   Apache::Const   - mp2 <=  rc4
>   Apache::Constant- mp1

It's true that Apache::Constant is an mp1-specific module,
and APR::Const and Apache::Const in mp2. If one installs the
current mod_perl ppm package (based on RC4) from
   http://theoryx5.uwinnipeg.ca/ppms/
for ActivePerl 8xx, both Apache::Const and APR::Const
are included.

-- 
best regards,
randy


Re: APR::Const

2005-04-12 Thread Ian D. Stewart
Octavian Rasnita wrote:
I have seen that the site jenda.krynicky.cz cannot be found.
 

jenda.crynicky.cz is alive and well. 

However, if you continue to have difficulty accessing the main site, 
Jenda has set up a US mirror at 
http://www24.brinkster.com/jenda/index.html.  There's another mirror 
referenced on the main page (http://jenda.mydot.net), but I haven't had 
any luck accessing it.

HTH,
Ian


source scanning process seems to miss APR::Const::SUCCESS (and others)

2005-05-09 Thread Dorian Taylor
Using Debian testing with the packaged versions of Apache 2.0.54-prefork
and APR 0.9.6, I ran make source_scan on the -current (rc6) tarball.
It seems that only the constant groups fopen, fprot and filetype
were found. I can only presume after looking at Apache2::ParseSource,
that the required apr headers are never seen. 

I added the following which seemed to clear it up:

--- ../mod_perl-2.0.0-RC5/lib/Apache2/ParseSource.pm2005-04-14 
05:19:34.0 -0700
+++ lib/Apache2/ParseSource.pm  2005-05-09 10:00:08.0 -0700
@@ -115,6 +115,8 @@
 sub include_dirs {
 my $self = shift;
 ($self->config->apxs('-q' => 'INCLUDEDIR'),
+$self->config->apxs('-q' => 'APR_INCLUDEDIR'),
+$self->config->apxs('-q' => 'APU_INCLUDEDIR'),
  $self->config->mp_include_dir);
 }

i'm currently running a make test (which seems to pass minus
content_length_header.t, but that's another issue).

.dorian


source scanning process seems to miss APR::Const::SUCCESS (and others)

2005-05-09 Thread Dorian Taylor
Using Debian testing with the packaged versions of Apache 2.0.54-prefork
and APR 0.9.6, I ran make source_scan on the -current (rc6) tarball.
It seems that only the constant groups fopen, fprot and filetype
were found. I can only presume after looking at Apache2::ParseSource,
that the required apr headers are never seen. 

I added the following which seemed to clear it up:

--- ../mod_perl-2.0.0-RC5/lib/Apache2/ParseSource.pm2005-04-14 
05:19:34.0 -0700
+++ lib/Apache2/ParseSource.pm  2005-05-09 10:00:08.0 -0700
@@ -115,6 +115,8 @@
 sub include_dirs {
 my $self = shift;
 ($self->config->apxs('-q' => 'INCLUDEDIR'),
+$self->config->apxs('-q' => 'APR_INCLUDEDIR'),
+$self->config->apxs('-q' => 'APU_INCLUDEDIR'),
  $self->config->mp_include_dir);
 }

i'm currently running a make test (which seems to pass minus
content_length_header.t, but that's another issue).

.dorian


Re: source scanning process seems to miss APR::Const::SUCCESS (and others)

2005-05-09 Thread Stas Bekman
Dorian Taylor wrote:
Using Debian testing with the packaged versions of Apache 2.0.54-prefork
and APR 0.9.6, I ran make source_scan on the -current (rc6) tarball.
It seems that only the constant groups fopen, fprot and filetype
were found. I can only presume after looking at Apache2::ParseSource,
that the required apr headers are never seen. 
Right, since all those who need to run source_scan install apache manually 
with a default destination, so all headers end up in the apache dir.

I added the following which seemed to clear it up:
--- ../mod_perl-2.0.0-RC5/lib/Apache2/ParseSource.pm2005-04-14 
05:19:34.0 -0700
+++ lib/Apache2/ParseSource.pm  2005-05-09 10:00:08.0 -0700
@@ -115,6 +115,8 @@
 sub include_dirs {
 my $self = shift;
 ($self->config->apxs('-q' => 'INCLUDEDIR'),
+$self->config->apxs('-q' => 'APR_INCLUDEDIR'),
+$self->config->apxs('-q' => 'APU_INCLUDEDIR'),
  $self->config->mp_include_dir);
 }
i'm currently running a make test (which seems to pass minus
content_length_header.t, but that's another issue).
It breaks the case where all headers are in the Apache dir, since it 
introduces dups iin the headers. I'd gladly commit a patch which also 
ensures that there are no dups. Unfortunately the scan process is a way 
too fragile.

--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com