Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Jason Dixon
On Apr 22, 2005, at 3:21 PM, Philip M. Gollucci wrote: Jason Dixon wrote: I'm still using the default perl binary (/usr/bin/perl). Run this command instead: ~/perl/bin/perl Makefile.PL PREFIX=~/perl You shoule be good to go. No, I'm not using a custom perl, I installed mod_perl using the original

libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Jason Dixon
I'm trying to install a non-root statically compiled Apache/mod_perl (1.x) on a test server. I've installed everything in my home directory, including Apache::Session, but libapreq is failing to recognize the mod_perl installation. Can someone tell me how to get libapreq installed for this sc

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Jason Dixon
On Apr 22, 2005, at 3:20 PM, Geoffrey Young wrote: you'll need to ajust PERL5LIB so that it works. I suspect it would be $ PERL5LIB=~/lib64/perl5/ perl Makefile.PL at any rate, you can check what @INC looks like by just doing $ PERL5LIB=~/somelib perl -V and adjust PERL5LIB until you get /hom

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Jason Dixon
On Apr 22, 2005, at 3:02 PM, Philip M. Gollucci wrote: Jason Dixon wrote: I installed mod_perl 1.29 with Apache 1.3.33. I'm trying to install Bricolage non-root, and Apache/mod_perl 1.x is a requirement. Post this output: find ~/perl -type f -name "mod_perl*.pm" -print -exec grep "VERSION" {} \;

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Geoffrey Young
> /home/jason/lib64/perl5/site_perl/5.8.0/mod_perl.pm > $mod_perl::VERSION = "1.29"; > $class->UNIVERSAL::VERSION(shift); > > I'll probably reinstall that in ~/apache to clean things up. Anyways, I > tried Geoffrey's suggestion based on this new information, but it still > doesn't se

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Philip M. Gollucci
Jason Dixon wrote: On Apr 22, 2005, at 3:05 PM, Philip M. Gollucci wrote: One other question: [EMAIL PROTECTED] libapreq-1.33]$ perl Makefile.PL PREFIX=~/perl What is your path. I hope that perl is ~/perl/bin/perl and not /usr/local/bin/perl or /usr/bin/perl. Unless you altered your path or you a

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Jason Dixon
On Apr 22, 2005, at 3:05 PM, Philip M. Gollucci wrote: One other question: [EMAIL PROTECTED] libapreq-1.33]$ perl Makefile.PL PREFIX=~/perl What is your path. I hope that perl is ~/perl/bin/perl and not /usr/local/bin/perl or /usr/bin/perl. Unless you altered your path or you aliased perl, thats

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Jason Dixon wrote: On Apr 22, 2005, at 2:46 PM, Philip M. Gollucci wrote: Jason Dixon wrote: I'm trying to install a non-root statically compiled Apache/mod_perl (1.x) on a test server. I've installed everything in my home directory, including Apache::Session, but libap

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Geoffrey Young
Jason Dixon wrote: > I'm trying to install a non-root statically compiled Apache/mod_perl > (1.x) on a test server. I've installed everything in my home directory, > including Apache::Session, but libapreq is failing to recognize the > mod_perl installation. Can someone tell me how to get libap

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Philip M. Gollucci
Jason Dixon wrote: On Apr 22, 2005, at 2:46 PM, Philip M. Gollucci wrote: Jason Dixon wrote: I'm trying to install a non-root statically compiled Apache/mod_perl (1.x) on a test server. I've installed everything in my home directory, including Apache::Session, but libapreq is failing to recogni

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Jason Dixon
On Apr 22, 2005, at 2:46 PM, Philip M. Gollucci wrote: Jason Dixon wrote: I'm trying to install a non-root statically compiled Apache/mod_perl (1.x) on a test server. I've installed everything in my home directory, including Apache::Session, but libapreq is failing to recognize the mod_perl ins

Re: libapreq install fails for non-root Apache/mod_perl

2005-04-22 Thread Philip M. Gollucci
Jason Dixon wrote: I'm trying to install a non-root statically compiled Apache/mod_perl (1.x) on a test server. I've installed everything in my home directory, including Apache::Session, but libapreq is failing to recognize the mod_perl installation. Can someone tell me how to get libapreq in