php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25431 PHP compilation with ibm-db2 problem
Submitted: 2003-09-08 08:24 UTC Modified: 2003-09-08 08:42 UTC
From: suchit at cnpl dot co dot in Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 4.3.3 OS: Linux 7
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: suchit at cnpl dot co dot in
New email:
PHP Version: OS:

 

 [2003-09-08 08:24 UTC] suchit at cnpl dot co dot in
Description:
------------
Trying to compile PHP wiht ibm-db2 support. It compiles fine. But when 
I try to restart apache it gives error.

Reproduce code:
---------------
./configure --with-apxs --with-ibm-db2=/home/db2inst1/sqllib.

After successfully compilation I restarted apache with command
/etc/init.d/httpd restart

Actual result:
--------------
Syntax error on line 260 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: SQLParamData

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-08 08:41 UTC] sniper@php.net
Missing path in /etc/ld.so.conf (/home/db2inst1/sqllib/lib)
Not bug -> bogus.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 13:01:33 2025 UTC