Thanks, I have followed your lead and have a some progress. I needed to
add one library to the @INC array. I did this by using the following:
export
PERL5LIB=/usr/local/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi/Apache2
This was done to find BuildConfig.pm, which is located in the Apache
directory under PERL5LIB. I tried to make the change as you suggested,
by changing Makefile.PL, but later includes needed the PERL5LIB variable
also.
I did make one change to Makefile.PL to get apache_src variable loaded.
$apache_src = $mp2cfg -> {APXS_INCLUDEDIR} ;
was changed to :
$apache_src = $mp2cfg -> {MP_AP_PREFIX} ; # equals /usr/local/apache2
Do you think this is a good approach??
Paul
Gerald Richter wrote:
>>3) mod_perl 2 -> "perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2
>> MP_INST_APACHE2=1"
>> make, make test, make install
>>
>>
>>
>
>the MP_INST_APACHE2 seems to be the problem. In Embperl Makefile.PL line
>511, please change
>
>eval 'use Apache::BuildConfig' ;
>
>to
>
>eval 'use Apache2::BuildConfig' ;
>
>and rerun Makefile.PL. Does this change anything?
>
>Gerald
>
>P.S. Please keep the discussion on the list
>
>
>
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]