At 08:19 20/09/00 -0500, you wrote:
>Going by that message, apparently Apache::Cookie isn't
>yet installed fully. Did the compilation go without
>errors? And did 'make install' really install everything?
>If so, are the files really there under a directory
>of @INC specified above?
Yes. The install was OK (i.e. nmake install worked fine) for
both modperl and libapreq.
I even did an nmake test on modperl - results below
As can be seen the crucial tests (modules/cookie and modules/request)
have been skipped. This may go some way to answering the question.
C:\PERL\5.00503\BIN\MSWIN32-x86\perl.exe t/TEST.win32 0
modules/actions.....ok
modules/cgi.........ok
modules/constants...ok
modules/cookie......skipping test on this platform
modules/embperl.....skipping test on this platform
modules/eperl.......skipping test on this platform
modules/file........ok
modules/httpdconf...ok
modules/include.....ok
modules/log.........ok
modules/module......skipping test on this platform
modules/perlrun.....ok
modules/perlrunxs...skipping test on this platform
modules/psections...skipping test on this platform
modules/request.....skipping test on this platform
modules/sandwich....skipping test on this platform
modules/src.........skipping test on this platform
modules/stage.......skipping test on this platform
modules/status......ok
modules/symbol......skipping test on this platform
modules/uri.........ok
modules/util........ok
internal/api........FAILED before any test output arrived
internal/auth.......ok
internal/croak......ok
internal/dirmagic...ok
internal/error......ok
internal/headers....ok
internal/hooks......ok
internal/http-get...ok
internal/http-post..ok
internal/proxy......ok
internal/redirect...ok
internal/rwrite.....ok
internal/stacked....skipping test on this platform
internal/table......ok
internal/taint......ok
Failed Test Status Wstat Total Fail Failed List of failed
----------------------------------------------------------------------------
---
internal/api.t ?? ?? % ??
12 tests skipped.
Running tests with:
perl=c:\perl\5.00503\bin\MSWin32-x86\perl.exe
apache=e:\apache\apache.exe
httpd listening on port 8529
will write error_log to: t/logs/mod_perl_error_log
letting apache warm up...
done
letting apache cool down...
The PERL directories under Perl/5.00503/site/lib
have Apache::Cookie.pm and Apache::Request.pm
however there is no lib/auto/Apache as there is in
the ActiveWare release, so no auto/Apache/Leak/Leak.dll
and auto/Apache/Symbol/Symbol.dll even though
the nmake process does compile Leak.c and Symbol.c
Is there a problem with the compile scripts?
>>-DEAPI
>That flag's not needed for mod_perl in general, but if you have
>a patched Apache for mod_ssl, there will be complaints from
>mod_perl/Apache if mod_perl hadn't been compiled with -DEAPI.
>It might be an idea to add the comment that, if one is using
>mod_ssl (or some other module that uses EAPI) that to avoid
>complaints one could add the -DEAPI when compiling mod_perl.
I am using mod_ssl, so that is exactly right :-)
Cheers
-david.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]