Author: stas
Date: Wed Nov 24 13:52:47 2004
New Revision: 106475

URL: http://svn.apache.org/viewcvs?view=rev&rev=106475
Log:
another issue to deal with

Modified:
   perl/modperl/trunk/todo/release

Modified: perl/modperl/trunk/todo/release
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/release?view=diff&rev=106475&p1=perl/modperl/trunk/todo/release&r1=106474&p2=perl/modperl/trunk/todo/release&r2=106475
==============================================================================
--- perl/modperl/trunk/todo/release     (original)
+++ perl/modperl/trunk/todo/release     Wed Nov 24 13:52:47 2004
@@ -4,6 +4,24 @@
 
 -- see also todo/api_status
 
+* problems to start the test suite
+  1) if the apxs/httpd is not passed as an argument
+    - in this case the user is prompted for the source dir, not
+      apxs/httpd location, so when we reach the test phase we don't
+      know where the httpd binary is
+    solution: ask for httpd/apxs first? and if not found then ask for
+    the source?
+    http://thread.gmane.org/gmane.comp.apache.mod-perl/15502
+
+  2) like 1, but if the binary doesn't exist, mod_perl builds just
+     fine but will fail to run the test suite since httpd binary
+     simply doesn't exist
+     http://thread.gmane.org/gmane.comp.apache.mod-perl.devel/5639
+
+  1+2 are tightly related and should be solved together. the test
+  suite fails to start since it doesn't find APXS values in
+  Apache/BuildConfig.pm
+
 * APR::Finfo constants: APR::FILETYPE_* and APR::FILEPROT_* will
   probably be APR::FTYPE_* and APR::FPROT_*
   will know exactly once libapr is fixed

Reply via email to