logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Apache24 mod_perl building errors
Author
ccr1969



Joined: 22 Nov 2015
Posts: 4
Location: Canada

PostPosted: Sun 22 Nov '15 18:55    Post subject: Apache24 mod_perl building errors Reply with quote

Apache/2.4.17 (Win32) mod_antiloris/0.6.0 OpenSSL/1.0.2d PHP/5.6.15


i've been trying to compile mod perl to no avail
i get alot of errors
Code:
Please repair your Module::CoreList at lib/Apache2/Build.pm line 50.
BEGIN failed--compilation aborted at lib/Apache2/Build.pm line 65.
Compilation failed in require at makefile.pl line 38.
BEGIN failed--compilation aborted at makefile.pl line 38.

with vs11
getting this error any help would be aprreciated
Code:
Configure mod_perl with C:\Sentora\bin\apache? [y] y
Configuring Apache/2.4.17 mod_perl/2.0.9 Perl/v5.20.3
Use of uninitialized value $httpd_version in string lt at lib/ModPerl/MapUtil.pm line 51.
Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for C:/Sentora/bin/cpan/build/mod_perl-2.0.9-geXkDG/src/modules/perl/mod_perl.lib
ERROR from evaluation of C:\Sentora\bin\cpan\build\mod_perl-2.0.9-geXkDG\Apache-Reload/Makefile.PL: Use of uninitialized value $v in substitution (s///) at Apache-Test/lib/Apache/TestRun.pm line 1100.

[/code]well getting some where i think
Code:
Writing Makefile for mod_perl2
Writing MYMETA.yml and MYMETA.json
[warning] mod_perl dso library will be built as mod_perl.so
[warning] You'll need to add the following to httpd.conf:
[warning]
[warning]   LoadModule perl_module modules/mod_perl.so
[warning]
[warning] depending on your build, mod_perl might not live in
[warning] the modules/ directory.

[warning] Check the results of
[warning]
[warning]   $ C:\Sentora\bin\apache\bin\apxs.bat -q LIBEXECDIR
[warning]
[warning] and adjust the LoadModule directive accordingly.
[/code]
Back to top
ccr1969



Joined: 22 Nov 2015
Posts: 4
Location: Canada

PostPosted: Thu 26 Nov '15 5:04    Post subject: Reply with quote

mod_perl.lo: bad reloc address 0xc in section `.data'
collect2: ld returned 1 exit status
dmake.exe: Error code 129, while making 'mod_perl.so'
dmake.exe: Error code 255, while making 'modperl_lib'


what would cause this error iam struggling to understand
Back to top
ccr1969



Joined: 22 Nov 2015
Posts: 4
Location: Canada

PostPosted: Sun 20 Dec '15 23:00    Post subject: Reply with quote

has anybody got a working version vs11
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 18 Feb '16 15:31    Post subject: Reply with quote

Old thread I know but the last perl version I am able to compile mod_perl with is 5.16 and it's a perl problem not that mod_perl cannot be compiled with 5.18 & 5.20.
Back to top


Reply to topic   Topic: Apache24 mod_perl building errors View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads