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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 + 47 = ?
Subscribe to this entry?

 
 [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 24 08:01:33 2024 UTC