Edit report at https://bugs.php.net/bug.php?id=60881&edit=1

 ID:                 60881
 Updated by:         ahar...@php.net
 Reported by:        lzsiga at freemail dot c3 dot hu
 Summary:            readline detection fails because of rl_pending_input
                     variable
-Status:             Closed
+Status:             Duplicate
 Type:               Bug
 Package:            *Compile Issues
 Operating System:   aix
 PHP Version:        5.3.9
 Block user comment: N
 Private report:     N

 New Comment:

It was already closed. :)


Previous Comments:
------------------------------------------------------------------------
[2012-01-30 05:43:20] lzsiga at freemail dot c3 dot hu

Closed as being duplicate.

------------------------------------------------------------------------
[2012-01-27 21:08:00] fel...@php.net

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

Reply via email to