Bug 58044 - Error sintax 'lua_dump'
Summary: Error sintax 'lua_dump'
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.4.12
Hardware: PC Linux
: P2 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-16 21:29 UTC by rmbeer
Modified: 2018-08-04 09:49 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rmbeer 2015-06-16 21:29:17 UTC
In this file: ./modules/lua/mod_lua.c
Error line: 1075:13

Need a new parameter for lua_dump, setting 0 for 'int strip'.

Change the 'lua_dump(lvm, ldump_writer, &b);' to 'lua_dump(lvm, ldump_writer, &b, 0);'

This change depend surely of Version of lua library to use. For this think include the Preprocesor for cheking this version.
Comment 1 Eric Covener 2015-06-16 21:30:11 UTC
What lua did you try to compile against?
Comment 2 rmbeer 2015-06-16 21:37:16 UTC
i unknown to added the range version for lua_dump() function... i only the added ", 0" in the four parameter for building...

the lua use is actually 5.3.0.
Comment 3 Christophe JAILLET 2018-08-04 09:49:32 UTC
This should have been fixed in trunk with r1800833.

This has been backported in 2.4.x in r1800835 and is part of 2.4.27