MESSAGE
DATE | 2021-11-08 |
FROM | Vincent Veyron
|
SUBJECT | Re: [Hangout - NYLXS] [RELEASE CANDIDATE] mod_perl-2.0.12 RC1
|
On Sun, 7 Nov 2021 13:48:58 +0000
Steve Hay wrote:
> Please download, test, and report back on this mod_perl 2.0.12 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.12-rc1.tar.gz
>
Hi Steve,
Tested on Debian 10.10 (Buster)
I had to do the following to run the test suite :
Got the error
/usr/bin/ld: cannot find -lperl
Followed this advice
https://stackoverflow.com/questions/335928/ld-cannot-find-an-existing-library
and linked libperl.so to libperl.so.5.28.1 (the current library)
Then got this error :
~..(13)Permission denied: AH00091: apache2: could not open error log file /home/vincent/tmp/mod_perl-2.0.12-rc1/t/logs/error_log.
AH00015: Unable to open logs
So :
/tmp/mod_perl-2.0.12-rc1/t# chgrp vincent logs
~/tmp/mod_perl-2.0.12-rc1/t# chmod g+w logs
Tests runs fine, with this warning for just about all tests :
t/protocol/echo_filter.t ................ [Mon Nov 08 21:03:49.933516 2021] [core:warn] [pid 25091] AH00111: Config variable ${APACHE_RUN_DIR} is not defined
apache2: Syntax error on line 80 of /etc/apache2/httpd.conf: DefaultRuntimeDir must be a valid directory, absolute or relative to ServerRoot
Here is the Test Summary Report
-------------------
t/apache/daemon.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/filter/in_bbs_inject_header.t (Wstat: 0 Tests: 36 Failed: 3)
Failed tests: 22, 26, 30
Files=245, Tests=3505, 758 wallclock secs ( 2.95 usr 1.22 sys + 574.12 cusr 163.00 csys = 741.29 CPU)
Result: FAIL
Failed 2/245 test programs. 5/3505 subtests failed.
[warning] server localhost:8529 shutdown
[warning] port 8529 still in use...
done
[ error] error running tests (please examine t/logs/error_log)
-------------------
Installed packages :
apache2 2.4.38-3+deb10u5 i386 Apache HTTP Server
libapache2-mod-perl2 2.0.10-3 i386 Integration of perl with the Apache2 web server
Machine is an IBM X201
Attached :
t/logs/error_log
--
Bien à vous, Vincent Veyron
https://marica.fr/
Logiciel de gestion des sinistres assurances, des dossiers contentieux et des contrats pour le service juridique
_______________________________________________
Hangout mailing list
Hangout-at-nylxs.com
http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|