From:             roland dot wintgen at t-online dot de
Operating system: Linux
PHP version:      5CVS-2005-08-20 (snap)
PHP Bug Type:     Informix related
Bug description:  undefined reference to ifx_checkAPI (related to Bug #33469)

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



-- 
Edit bug report at http://bugs.php.net/?id=34196&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34196&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34196&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34196&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34196&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34196&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34196&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34196&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34196&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34196&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34196&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34196&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34196&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34196&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34196&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34196&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34196&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34196&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34196&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34196&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34196&r=mysqlcfg

Reply via email to