On Tue, 21 Dec 2004, Stas Bekman wrote:
Joshua Hoblitt wrote:
[This thread really belongs to the httpd-test list, since it has nothing to
do with modperl]
[...]
"Apache/1.3.33 (Unix) mod_perl/1.29" and I'm using
Apache::Test/Apache::TestMB 1.17.
what code do you have in your tests that invokes those?
Any of the .t files that have "use Apache::Test qw( -withtestmore );" in
them.
The test files that only use just Test::More don't give any APXS errors
(although they are all being run by Apache::TestRunPerl). It also
displays a
number of APXS warnings at the begnning of the test run.
Here is the complete output of a test run:
APXS (/usr/local/apache/bin/apxs) query for SBINDIR failed
what do you get when running: /usr/local/apache/bin/apxs -q SBINDIR
$ /usr/local/apache/bin/apxs -q SBINDIR
apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform. Make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary `/usr/local/apache/bin/httpd'.
Which doesn't matter since mod_perl isn't built as a DSO...
-J
--
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html