php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33191 Compile failure --with-ibm-db2
Submitted: 2005-05-31 03:10 UTC Modified: 2005-05-31 15:48 UTC
From: atrojan at gmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.4 OS: AIX 5.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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: atrojan at gmail dot com
New email:
PHP Version: OS:

 

 [2005-05-31 03:10 UTC] atrojan at gmail dot com
Description:
------------
Can't run configure on php 5.0.4 to work with IBM DB2 8.1.1.80 on AIX 5.1 machine, works with php 5.0.3 on same machine with same configure paramaters (below).






Reproduce code:
---------------
CC=gcc \
./configure \
--disable-all \
--with-ibm-db2=/usr/opt/db2_08_01 

Expected result:
----------------
configure to sucessfully complete with php 5.0.4.  Works with php 5.0.3.

Actual result:
--------------
with php 5.0.4, configure dies with:
checking for IBM DB2 support... configure: error: IBM DB2 required libraries not found

relevant config.log (nothing):
configure:62162: checking for IBM DB2 support


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-31 07:18 UTC] sniper@php.net
Please try using this CVS snapshot:

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


 [2005-05-31 15:28 UTC] atrojan at gmail dot com
Tried CVS snapshot you suggested, configures ok and makes without problems.  Thanks
 [2013-09-05 07:02 UTC] daverandom@php.net
Automatic comment from SVN on behalf of daverandom
Revision: http://svn.php.net/viewvc/?view=revision&revision=331292
Log: Remove procedural style calls in OOP example for mysqli::ping()

---
Provided by Anonymous #33191
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 09:01:31 2025 UTC