You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Rosane Novello <rn...@sendas.com.br> on 2003/03/26 12:58:03 UTC

ENC: [mp2.0] problems when built modperl

 
When I try to build I receive the error above. Someone can help me?
 
C:\mod_perl-1.99_08>perl Makefile.PL MP_AP_PREFIX="C:\Apache Group\Apache2"
Use of uninitialized value in concatenation (.) or string at
lib/ModPerl/BuildOptions.pm line 89, <DATA> line 18.
Reading Makefile.PL args from @ARGV
   MP_AP_PREFIX = C:\Apache Group\Apache2
Configuring Apache/2.0.44 mod_perl/1.99_08 Perl/v5.8.0
C:\Apache Group\Apache2/bin/Apache.exe -l failed: Bad file descriptor at
Apache-Test/lib/Apache/TestConfig.pm line 795.
 
 
 
 <ma...@sendas.com.br> Rosane Novello
 
 

Re: ENC: [mp2.0] problems when built modperl

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Wed, 26 Mar 2003, Mark James wrote:

> Rosane Novello wrote:
> 
> > When I try to build I receive the error above. Someone can help me?
> > 
> > C:\mod_perl-1.99_08>perl Makefile.PL MP_AP_PREFIX="C:\Apache
> > Group\Apache2"
> > 
> > Use of uninitialized value in concatenation (.) or string at 
> > lib/ModPerl/BuildOptions.pm line 89, <DATA> line 18.
> 
> A comment in BuildOptions.pm states "MP_AP_PREFIX may not
> contain spaces".

I think having spaces in MP_AP_PREFIX is OK now in the
modperl-2.0 cvs version - you may want to try that. See
  http://perl.apache.org/download/source.html 
for links on how to obtain that.

-- 
best regards,
randy kobes


Re: ENC: [mp2.0] problems when built modperl

Posted by Mark James <mr...@bigpond.net.au>.
Rosane Novello wrote:

> When I try to build I receive the error above. Someone can help me?
> 
> C:\mod_perl-1.99_08>perl Makefile.PL MP_AP_PREFIX="C:\Apache Group\Apache2"
> 
> Use of uninitialized value in concatenation (.) or string at 
> lib/ModPerl/BuildOptions.pm line 89, <DATA> line 18.

A comment in BuildOptions.pm states "MP_AP_PREFIX may not contain spaces".