php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63458 Installing PHP with IBM HTTP Server 7
Submitted: 2012-11-07 18:10 UTC Modified: 2020-02-09 04:22 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: jonathan dot e dot f dot balbuena at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.3.18 OS: AIX 6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jonathan dot e dot f dot balbuena at gmail dot com
New email:
PHP Version: OS:

 

 [2012-11-07 18:10 UTC] jonathan dot e dot f dot balbuena at gmail dot com
Description:
------------
trying to install PHP with IBM HTTP Server 7 as my apache server with the command: ./configure --with-apxs=/usr/IBM/HTTPServer7/bin/apxs  

Error:

configure:22086: gcc -o conftest -g -O2 -fvisibility=hidden   -L/opt/freeware/lib -L/opt/freeware/lib conftest.c

         -lrt -lm  -lxml2 -lz -liconv -lm 1>&5
configure: In function 'main':
configure:22082: warning: visibility attribute not supported in this configuration; ignored
configure: failed program was:
#line 22075 "configure"
#include "confdefs.h"


    char xmlInitParser();
    int main() {
      xmlInitParser();
      return 0;
    }



Test script:
---------------
configure:22086: gcc -o conftest -g -O2 -fvisibility=hidden   -L/opt/freeware/lib -L/opt/freeware/lib conftest.c

         -lrt -lm  -lxml2 -lz -liconv -lm 1>&5
configure: In function 'main':
configure:22082: warning: visibility attribute not supported in this configuration; ignored
configure: failed program was:
#line 22075 "configure"
#include "confdefs.h"


    char xmlInitParser();
    int main() {
      xmlInitParser();
      return 0;
    }



Expected result:
----------------
i want to succesfully install and configure PHP with IBM HTTP Server (IHS 7) on AIX 6.1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-01-27 13:06 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-01-27 13:06 UTC] cmb@php.net
Is this issue still present with any of the actively supported PHP
versions[1] and a somewhat recent IBM HTTP Server version?

[1] <https://www.php.net/supported-versions.php>
 [2020-02-09 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC