sdfgsd sergserg wrote:
Builds fine. There are three warnings BTW:

cc: Info: modperl_global.c, line 165: Extraneous semicolon. (extrasemi)
MP_GLOBAL_IMPL(pconf, apr_pool_t *);
-----------------------------------^
cc: Info: modperl_global.c, line 166: Extraneous semicolon. (extrasemi)
MP_GLOBAL_IMPL(server_rec, server_rec *);
----------------------------------------^
cc: Info: modperl_global.c, line 304: Extraneous semicolon. (extrasemi)
MP_TLS_IMPL(request_rec, request_rec *);
---------------------------------------^

just fixed those in svn, thanks!

and when running make test I get this:


ulimit -c unlimited; /usr/bin/perl /house/doink123/mp2_svn/t/TEST -bugreport -verbose=0 Using /house/doink123/mp2_svn/blib 27186:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: Fatal Error: cannot map libperl.so 27195:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: Fatal Error: cannot map libperl.so 27222:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: Fatal Error: cannot map libperl.so [ error] configure() has failed: Can't figure out what Apache server generation we are running at /house/doink123/mp2_svn/Apache-Test/lib/Apache/TestServer.pm line 98, <GEN10> line 93.

[warning] forcing Apache::TestConfig object save
[warning] run 't/TEST -clean' to clean up before continuing
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
*** Exit 1
Stop.



$ ldd /house/doink123/httpd-2.0.52/.libs/lt-httpd
cannot map libperl.so <-- fatal error

Please post the output of t/REPORT

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

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



Reply via email to