php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39862 Informix shared module doesn't compile
Submitted: 2006-12-18 08:40 UTC Modified: 2006-12-18 08:42 UTC
From: dirk dot kreyenberg at googlemail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.0 OS: HP-UX 11.11
Private report: No CVE-ID: None
 [2006-12-18 08:40 UTC] dirk dot kreyenberg at googlemail dot com
Description:
------------
Hello everybody,

it seems like the informix support (not PDO) got broken since PHP 5.1.x on HP-UX 11.11

The configure runs smoothly but when it reaches the informix module, the compilation breaks.

- Environment:32 bit, gcc 4.1.1, posix 
- IBM CSDK: 2.90.HC3 
- Tried PHP versions:5.1.6, 5.2.0, php5.2-200612180730 
- Last working version: 5.0.5 

PDO-informix works fine btw.

Thanks for your help!
Dirk



Reproduce code:
---------------
# ./configure [...] 
--with-informix=shared,/home/informix/ids940

# gmake

Expected result:
----------------
A clean build ;-)

Actual result:
--------------
libtool: link: cannot build libtool library `libphp5.la' from non-libtool objects on this host: /home/informix/ids940/lib/esql/checkapi.o
gmake: *** [libphp5.la] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-18 08:42 UTC] tony2001@php.net
/home/informix/ids940/lib/esql/checkapi.o is an object from Informix client distro and if it cannot be used during linking, it's not PHP problem.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Aug 06 02:00:03 2025 UTC