Package Details: mod_perl 2.0.13-1

Git Clone URL: https://aur.archlinux.org/mod_perl.git (read-only, click to copy)
Package Base: mod_perl
Description: Apache module that embeds the Perl interpreter within the server
Upstream URL: http://perl.apache.org/
Licenses: Apache
Submitter: anatolik
Maintainer: tachtler
Last Packager: tachtler
Votes: 9
Popularity: 0.184827
First Submitted: 2015-06-28 15:38 (UTC)
Last Updated: 2024-03-30 18:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

mattsday commented on 2020-08-22 12:45 (UTC)

@nobicycle I just rebuilt it on my system and it worked for me.

Maybe try commenting out this line from the PKGBUILD: APACHE_TEST_PRETEND_NO_LWP=1 make test

Before I took over this was the case as there are reports that mod_perl's make test system is a little broken...

nobicycle commented on 2020-08-22 10:49 (UTC)

Hello, Using mod_perl-2.0.11.tar.gz

$ makepkg ... waiting 180 seconds for server to start: ok (waited 1 secs) server localhost:8529 started t/206.t ........................ ok
t/304.t ........................ ok
t/404-filename-with-newline.t .. ok
t/404.t ........................ ok
t/500.t ........................ ok
t/bad_scripts.t ................ ok
t/basic.t ...................... ok
t/bin_resp.t ................... ok
t/cgi.t ........................ ok
t/closure.t .................... ok
t/dirindex.t ................... ok
t/fatalstobrowser.t ............ skipped: cannot find one of cgi.c or cgid.c, fatalsToBrowser known not to work, CGI version 99.99 or higher is required t/flush.t ...................... skipped: cannot find module 'deflate' t/ithreads.t ................... ok
t/nph.t ........................ ok
t/perlrun_extload.t ............ ok
t/prefork.t .................... skipped: can't run under threaded MPMs t/redirect.t ................... skipped: libwww-perl is not installed t/regex.t ...................... ok
t/rewrite_env.t ................ skipped: cannot find module 'mod_rewrite.c' t/special_blocks.t ............. ok
All tests successful. Files=21, Tests=77, 10 wallclock secs ( 0.07 usr 0.06 sys + 5.19 cusr 1.48 csys = 6.80 CPU) Result: PASS [warning] server localhost:8529 shutdown make[1]: Leaving directory '/mnt/Archives/archives/Office/Inventory/ocsinventory/mod_perl/src/mod_perl-2.0.11/ModPerl-Registry' ==> ERROR: A failure occurred in check(). Aborting...

df8oe commented on 2020-06-24 09:29 (UTC)

That fixed it. Many thanks for your very fast work!

mattsday commented on 2020-06-24 08:49 (UTC)

Bumped pkgrel to 2 so it should recompile & work for the latest Perl release.

df8oe commented on 2020-06-24 07:37 (UTC)

Module does no longer load since perl 5.32 is out...

scooter commented on 2019-11-06 06:48 (UTC)

@lb.laboon Sorry I do not have the time to maintain. Thanks for taking over and updating.

mattsday commented on 2019-11-06 02:01 (UTC)

Gotcha - sorry @lb.laboon!

@Scooter - do you need a hand maintaining this? It's a little out of date and I have a new PKGBUILD ready to go... I'm also using mod_perl in prod so am motivated to keep it up to date!

lb.laboon commented on 2019-11-06 01:59 (UTC)

@mattsday I am no longer the maintainer of this package. It is currently maintained by scooter.

mattsday commented on 2019-11-06 01:44 (UTC)

@lb.laboon - I've just started using Arch and have use for mod_perl - I'd like to take over this package and update it

lb.laboon commented on 2018-07-06 13:33 (UTC) (edited on 2018-07-06 13:36 (UTC) by lb.laboon)

@scooter Like I said, this is a pretty low-maintenance package. Basically just bump the version number and sha256sum in the PKGBUILD when a new version comes out (which is not very often - the last release was almost 2 years ago).

Sometimes a new version of Perl will come out that breaks compatibility with existing modules, in which case you just need to bump the pkgrel number so that existing installations will be rebuilt.

You can see the list of changes that have been made over time by clicking the "View Changes" link at the top right.

For more info on maintaining packages, see the wiki: https://wiki.archlinux.org/index.php/Arch_User_Repository#Uploading_packages