php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60881 readline detection fails because of rl_pending_input variable
Submitted: 2012-01-25 13:51 UTC Modified: 2012-01-30 06:07 UTC
From: lzsiga at freemail dot c3 dot hu Assigned:
Status: Duplicate Package: *Compile Issues
PHP Version: 5.3.9 OS: aix
Private report: No CVE-ID: None
 [2012-01-25 13:51 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-01-27 21:08 UTC] felipe@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-27 21:08 UTC] felipe@php.net
-Status: Open +Status: Duplicate
 [2012-01-30 05:43 UTC] lzsiga at freemail dot c3 dot hu
Closed as being duplicate.
 [2012-01-30 05:43 UTC] lzsiga at freemail dot c3 dot hu
-Status: Duplicate +Status: Closed
 [2012-01-30 06:07 UTC] aharvey@php.net
-Status: Closed +Status: Duplicate
 [2012-01-30 06:07 UTC] aharvey@php.net
It was already closed. :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC