Edit report at https://bugs.php.net/bug.php?id=60881&edit=1
ID: 60881
User updated by: lzsiga at freemail dot c3 dot hu
Reported by: lzsiga at freemail dot c3 dot hu
Summary: readline detection fails because of rl_pending_input
variable
-Status: Duplicate
+Status: Closed
Type: Bug
Package: *Compile Issues
Operating System: aix
PHP Version: 5.3.9
Block user comment: N
Private report: N
New Comment:
Closed as being duplicate.
Previous Comments:
------------------------------------------------------------------------
[2012-01-27 21:08:00] [email protected]
So it's just the same problem reported in bug #51558.
Closing this one, let use the first reported one.
Thanks for reporting!
------------------------------------------------------------------------
[2012-01-25 13:51:31] lzsiga at freemail dot c3 dot hu
Description:
------------
Well, ./configure checks for function 'rl_pending_input', which happens to be a
variable. In AIX variables and functions are exported differently, so the
detection fails.
My quick fix:
sed_repl 's;rl_pending_input();rl_pending_input;g' configure
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=60881&edit=1