Hi,
The change you suggested (eval 'use Apache_*2*_::BuildConfig' ) wasn't
enough to find the BuildConfig.pm module. I would have needed to change
it to Apache2::Apache::BuildConfig, but then the change would be
necessary for every module accessed from the Apache:: reference in
Makefile.PL. So, I tried adding PERL5LIB to the INC search path and
left the rest alone.
MP_AP_PREFIX defaults to /usr/local/apache2 unless it is overriden. APXS_INCLUDEDIR
didn't exist in the BuildConfig.pm modules. I searched for something that would work,
and selected the default prefix for Apache 2.0.
Paul
Gerald Richter wrote:
>
>
>>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/Apache
>2
>
>
>>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.
>>
>>
>>
>
>when you change PERL5LIB, do you need the change in Makefile.PL I suggested
>or not?
>
>
>
>>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??
>>
>>
>>
>
>I am not sure if MP_AP_PREFIX is always the correct chocie. What was the
>value of MP_AP_PREFIX and APXS_INCLUDEDIR on your system?
>
>Gerald
>
>-------------------------------------------------------------
>Gerald Richter ecos electronic communication services gmbh
>Internetconnect * Webserver/-design/-datenbanken * Consulting
>
>Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
>E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
>WWW: http://www.ecos.de Fax: +49 6133 925152
>-------------------------------------------------------------
>
>
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]