Gerald Richter wrote:
Hi all!4. It seems that there is a missing include dir in the gcc command. There should be a -I ../httpd-2.2.3/srclib/apr-util/includeCould you locate your Apache2/BuildConfig.pm file underneath your site_perl directory and send it to me. Then I might be able to add a fix to Makefile.PL
Thanks for Your answer Gerald!I have attached BuildConfig.pm. However, and here am i little lost. Your documentation says that the path to the apache source should be specified. For me, it means the directory where the apache sources where untared and build, is that right? Reason for asking is this: I tried to give the path to where apache is _installed_ instead, i.e. /opt/apache2 and if do that it all works !! If I try to locate the missing .h file I get this:
find <apache build dir> -name apr_hooks.h ./srclib/apr-util/include/apr_hooks.h And if I try it below the _installation_ directory I get this: find /opt/apache2/ -name apr_hooks.h /opt/apache2/include/apr_hooks.hSo, it exists in different directories. But which directory should be used when building Embperl?
/Oskar
Gerald** Virus checked by BB-5000 Mailfilter **
BuildConfig.pm
Description: Perl program
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]