php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35561 Compiled fails --with-informix 7.31
Submitted: 2005-12-05 22:13 UTC Modified: 2005-12-05 23:17 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: tom at advancedatatools dot com Assigned:
Status: Wont fix Package: Compile Failure
PHP Version: 5.1.1 OS: Solaris 10
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tom at advancedatatools dot com
New email:
PHP Version: OS:

 

 [2005-12-05 22:13 UTC] tom at advancedatatools dot com
Description:
------------
When trying to compile php-5.1.1 --with-informix on Solaris 10 with informix 7.31 I get:
*** Warning: Linking the shared library libphp5.la against the non-libtool
*** objects  /opt/informix/lib/esql/checkapi.o is not portable!

I can compile 5.0.5 fine with the same configuration.

Reproduce code:
---------------
./configure  --with-apxs2=/usr/local/apache2/bin/apxs --with-informix=/iiug/informix731 --with-gd --with-zlib-dir=/usr/local

Actual result:
--------------
*** Warning: Linking the shared library libphp5.la against the non-libtool
*** objects  /opt/informix/lib/esql/checkapi.o is not portable!
Text relocation remains                         referenced
    against symbol                  offset      in file
<unknown>                           0x19a4      /usr/local/lib/libz.a(inflate.o)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-05 22:18 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip


 [2005-12-05 22:45 UTC] tom at advancedatatools dot com
I still get the same error with the nightly cvs drop.
 [2005-12-05 22:49 UTC] sniper@php.net
You have to have all libraries as shared or compiled with pic.
 [2005-12-05 23:17 UTC] tom at advancedatatools dot com
I assume you mean the -fpic with the informix libraries? Those are all precompiled binaries so I have no control over how they are compiled.

Thanks for the help here, I do really appericate the fast responses.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 12:01:33 2025 UTC