Anomie has uploaded a new change for review. https://gerrit.wikimedia.org/r/77905
Change subject: More-compatible Linux standalone binaries ...................................................................... More-compatible Linux standalone binaries The binaries currently provided were compiled against glibc 2.11+, so people using CentOS 5 (which has glibc 2.5) are not able to use them. The binaries in this patch were compiled in VMs installed with CentOS 5.9, and so should work for more people; at a glance, it looks like glibc 2.3 or later will probably work now. Bug: 51333 Change-Id: Iac1f2373bbc0bbca8783c82c09eff51ffd5e3761 --- M engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua M engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua 2 files changed, 0 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto refs/changes/05/77905/1 diff --git a/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua b/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua index 844c409..6c468e7 100755 --- a/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua +++ b/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua Binary files differ diff --git a/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua b/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua index 7e0a722..7ec7f90 100755 --- a/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua +++ b/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua Binary files differ -- To view, visit https://gerrit.wikimedia.org/r/77905 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iac1f2373bbc0bbca8783c82c09eff51ffd5e3761 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Scribunto Gerrit-Branch: master Gerrit-Owner: Anomie <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
