On 24.02.2013 09:33, Jie Gao wrote: > I have tested it on Solaris 11 on sparc hardware with gcc, and the build > succeeded. ...
> httpd started OK. > > Is there a test suite available for testing all functions? For starters there's a README at: http://svn.apache.org/viewvc/httpd/test/framework/trunk/README?view=co You'll need Perl plus the Perl module bundle Apache-Test/lib/Bundle/ApacheTest.pm as explained in the README. If your Perl is old, the bundle might install more dependency modules. The modules also require some libraries installed, especially openssl. Then you'll need an installed httpd and make sure the you load all modules you want to test in the httpd.conf via LoadModule. Finally you check out http://svn.apache.org/repos/asf/httpd/test/framework/trunk/ and run the Perl test framework from there as described in the README. Regards, Rainer
