You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Cure <cu...@cureable.com> on 2005/04/25 19:15:02 UTC

Path issue

I'm currently in the processof porting mod_perl 1.0 code to run under 
mod_perl 2.0.

Alot of my mod_perl libraries are in 
-->/usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/Apache/

So when I try to load module Apache::porting .   I get the following 
error -->


[Mon Apr 25 12:06:38 2005] [error] Can't locate Apache2/porting.pm in 
@INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2 
/usr/local/lib/perl5/site_perl/5.8.6/mach 
/usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl 
/usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach 
/usr/local/lib/perl5/5.8.6 . /usr/local) at (eval 5) line 3.\n


I'm currently using apache-2.0.54 + mod_perl2-2.0.0r3,1


Cure

Re: Path issue

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Jonathan Vanasco wrote:

> you'll have to get the current svn from
>
>     http://httpd.apache.org/apreq/
>
> i think the tar/gz on the middle of that page is still the RC4 
> compatible version
>
>
> On Apr 25, 2005, at 2:48 PM, Cure wrote:
>
>> will upgrade.   Where can I found libapreq 2 on cpan ?
>
You are correct, 2.04-dev is RC4 and lower. 2.05-dev is RC5+
There is no official RC5 tarball yet. You can either check out via SVN or
use the "developer" preview tarball joes rolled from 
http://people.apache.org/~joes


-- 
END
-----------------------------------------------------------------------------
Philip M. Gollucci
Senior Developer - Liquidity Services Inc.
Phone:  202.558.6268 (Direct)
E-Mail: pgollucci@liquidation.com
Web:    http://www.liquidation.com


Re: Path issue

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Jonathan Vanasco wrote:

> you'll have to get the current svn from
>
>     http://httpd.apache.org/apreq/
>
> i think the tar/gz on the middle of that page is still the RC4 
> compatible version
>
>
> On Apr 25, 2005, at 2:48 PM, Cure wrote:
>
>> will upgrade.   Where can I found libapreq 2 on cpan ?
>
You are correct, 2.04-dev is RC4 and lower. 2.05-dev is RC5+
There is no official RC5 tarball yet. You can either check out via SVN or
use the "developer" preview tarball joes rolled from 
http://people.apache.org/~joes


-- 
END
-----------------------------------------------------------------------------
Philip M. Gollucci
Senior Developer - Liquidity Services Inc.
Phone:  202.558.6268 (Direct)
E-Mail: pgollucci@liquidation.com
Web:    http://www.liquidation.com


Re: Path issue

Posted by Jonathan Vanasco <jv...@mastersofbranding.com>.
you'll have to get the current svn from

	http://httpd.apache.org/apreq/

i think the tar/gz on the middle of that page is still the RC4 
compatible version


On Apr 25, 2005, at 2:48 PM, Cure wrote:

> will upgrade.   Where can I found libapreq 2 on cpan ?


Re: Path issue

Posted by Cure <cu...@cureable.com>.
Tom Schindl wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> when running the old mod-perl rcs which means older than rc5 you'll have
> to load Apache2 e.g. in startup.pl which will add the
> /usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/ in your @INC.
>
> But I'd suggest not to do that. In rc5 there has been a major change and
> all module now reside in Apache2/* and not any more in Apache2/Apache/*.
>
> Upgrade your installation first and if you have problems come back.
> There are receipts how to nuke your current rc3 installation in the
> archives.
>
> e.g. quoting Stas:
> - -----------------------8<-----------------------
> find /usr/lib/perl5 -name 'Apache2*' -exec rm -rf {} \;
> - -----------------------8<-----------------------
>
> Tom
>
> Cure schrieb:
> | I'm currently in the processof porting mod_perl 1.0 code to run under
> | mod_perl 2.0.
> |
> | Alot of my mod_perl libraries are in
> | -->/usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/Apache/
> |
> | So when I try to load module Apache::porting .   I get the following
> | error -->
> |
> |
> | [Mon Apr 25 12:06:38 2005] [error] Can't locate Apache2/porting.pm in
> | @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2
> | /usr/local/lib/perl5/site_perl/5.8.6/mach
> | /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl
> | /usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach
> | /usr/local/lib/perl5/5.8.6 . /usr/local) at (eval 5) line 3.\n
> |
> |
> | I'm currently using apache-2.0.54 + mod_perl2-2.0.0r3,1
> |
> |
> | Cure
> |
> |
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
> iD8DBQFCbSdZkVPeOFLgZFIRAoI7AKCTKx2wLqJvTFED0YX6FgHhm2CH2ACfe7Za
> Q7/TTvmqKizq9A3C96x8ez8=
> =g8TF
> -----END PGP SIGNATURE-----
>
>
I will upgrade.   Where can I found libapreq 2 on cpan ?


Paul

Re: Path issue

Posted by Tom Schindl <to...@gmx.at>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

when running the old mod-perl rcs which means older than rc5 you'll have
to load Apache2 e.g. in startup.pl which will add the
/usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/ in your @INC.

But I'd suggest not to do that. In rc5 there has been a major change and
all module now reside in Apache2/* and not any more in Apache2/Apache/*.

Upgrade your installation first and if you have problems come back.
There are receipts how to nuke your current rc3 installation in the
archives.

e.g. quoting Stas:
- -----------------------8<-----------------------
find /usr/lib/perl5 -name 'Apache2*' -exec rm -rf {} \;
- -----------------------8<-----------------------

Tom

Cure schrieb:
| I'm currently in the processof porting mod_perl 1.0 code to run under
| mod_perl 2.0.
|
| Alot of my mod_perl libraries are in
| -->/usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/Apache/
|
| So when I try to load module Apache::porting .   I get the following
| error -->
|
|
| [Mon Apr 25 12:06:38 2005] [error] Can't locate Apache2/porting.pm in
| @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2
| /usr/local/lib/perl5/site_perl/5.8.6/mach
| /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl
| /usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach
| /usr/local/lib/perl5/5.8.6 . /usr/local) at (eval 5) line 3.\n
|
|
| I'm currently using apache-2.0.54 + mod_perl2-2.0.0r3,1
|
|
| Cure
|
|

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCbSdZkVPeOFLgZFIRAoI7AKCTKx2wLqJvTFED0YX6FgHhm2CH2ACfe7Za
Q7/TTvmqKizq9A3C96x8ez8=
=g8TF
-----END PGP SIGNATURE-----