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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 22:01:32 2024 UTC