|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2012-07-20 17:50 UTC] auroraeosrose@php.net
 Description: ------------ On systems (Ubuntu) with multiple versions of lua installed to /usr/include/lua5.1/lua.h /usr/include/lua5.2/lua.h or other configurations - the config.m4 does not detect the correct locations for those includes and libraries correctly this makes pecl install fail without workarounds via symlinks Patchesconfigure (last revision 2012-07-20 22:59 UTC by auroraeosrose@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 07:00:01 2025 UTC | 
Oh - and there's also an issue of naming for libraries - some libs are using liblua{version}.a (silly ubuntu) as well, so the detection needs to be a little more flexible there as well