> 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]