php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34196 undefined reference to ifx_checkAPI (related to Bug #33469)
Submitted: 2005-08-20 15:39 UTC Modified: 2005-08-22 01:04 UTC
From: roland dot wintgen at t-online dot de Assigned:
Status: Not a bug Package: Informix related
PHP Version: 5CVS-2005-08-20 (snap) OS: Linux
Private report: No CVE-ID: None
 [2005-08-20 15:39 UTC] roland dot wintgen at t-online dot de
Description:
------------
Bug #33469 still seems to be unfixed.

I tried using PHP 5.1.0RC1 and the latest snapshot 200508201030 on either CentOS 4.1 and RedHat 8. The tested CSDK versions were 2.80UC1 and 2.90UC1.

my config.nice:
#! /bin/sh
#
# Created by configure

'./configure' \
'--with-informix=/home/informix' \
'--with-ttf' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-zlib' \
'--with-gd' \
'--with-xmlrpc' \
'--without-mysql' \
'--without-openssl' \
'--disable-url-fopen-wrapper' \
'--enable-inline-optimization' \
'--enable-url-includes' \
'--enable-trans-sid' \
'--enable-versioning' \
'--enable-memory-limit' \
'--enable-gd-native-ttf' \
"$@"

During compilation the following error shows up:
*** Warning: Linking the shared library libphp5.la against the non-libtool
*** objects  /home/informix/lib/esql/checkapi.o is not portable!

When I try to start Apache it says
Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp5.so into server: /home/informix/lib/esql/libifos.so: undefined symbol: ifx_checkAPI

the httpd.config line 232 reads:
LoadModule php5_module        modules/libphp5.so



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-22 01:04 UTC] sniper@php.net
You either have broken system or you're doing something stupid. There's nothing wrong with this. (bug #33469 is still fixed..)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 01:01:30 2024 UTC