Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC3
Damyan Ivanov <[email protected]> Sat, 28 Sep 2019 09:21:30 +0300
| Newsgroups | gmane.comp.apache.mod-perl.devel |
|---|---|
| Message-ID | <20190928062129.edgq7qrnasoocb3n@fbd7c150-3361-11e8-8c11-5badabdd4a8d> |
-=| Vincent Veyron, 26.09.2019 21:40:29 +0200 |=- > On Thu, 26 Sep 2019 21:52:29 +0300 > Damyan Ivanov <[email protected]> wrote: > > > > builds OK and tests pass on Debian/unstable amd64 and i386 with apache > > 2.4.41, apr 1.6.5, Perl 5.28.1, CGI 4.44 > > Would you mind explaining what steps you took to build on Debian? I'm on Stretch (old stable), and can't build. I am building the Debian package, not the "naked" source. > # make > cd "src/modules/perl" && make > … > /usr/bin/ld : ne peut trouver -lperl > collect2: error: ld returned 1 exit status Seems you miss the Perl development files. Try installing libperl-dev. You may prefer to stick with the pre-compiled package (libapache2-mod-perl2). -- Damyan