#39516 [Fbk-Opn]: Unable to load dynamic library '/usr/lib/php/modules/informix.so'

2006-11-16 Thread ggmensajes at yahoo dot es
 ID:   39516
 User updated by:  ggmensajes at yahoo dot es
 Reported By:  ggmensajes at yahoo dot es
-Status:   Feedback
+Status:   Open
 Bug Type: Informix related
 Operating System: Linux Fedora Core 5
 PHP Version:  5.2.0
 New Comment:

This is the `ldconfig -p | grep informix` result:


libtxbsa.so (libc6) = /opt/informix/lib/libtxbsa.so
libtxa.so (libc6) = /opt/informix/lib/esql/libtxa.so
libtsql.so (libc6) = /opt/informix/lib/esql/libtsql.so
libtos.so (libc6) = /opt/informix/lib/esql/libtos.so
libthxa.so (libc6) = /opt/informix/lib/esql/libthxa.so
libthsql.so (libc6) = /opt/informix/lib/esql/libthsql.so
libthos.so (libc6) = /opt/informix/lib/esql/libthos.so
libthgen.so (libc6) = /opt/informix/lib/esql/libthgen.so
libthasf.so (libc6) = /opt/informix/lib/libthasf.so
libtgen.so (libc6) = /opt/informix/lib/esql/libtgen.so
libtasf.so (libc6) = /opt/informix/lib/libtasf.so
libnetstub.so (libc6) = /opt/informix/lib/libnetstub.so
libixxa.so (libc6) = /opt/informix/lib/esql/libixxa.so
libixsql.so (libc6) = /opt/informix/lib/esql/libixsql.so
libixos.so (libc6) = /opt/informix/lib/esql/libixos.so
libixglx.so (libc6) = /opt/informix/lib/esql/libixglx.so
libixgls.so (libc6) = /opt/informix/lib/esql/libixgls.so
libixgen.so (libc6) = /opt/informix/lib/esql/libixgen.so
libixfgisql.so (libc6) = /opt/informix/lib/esql/libixfgisql.so
libixcobsql.so (libc6) = /opt/informix/lib/esql/libixcobsql.so
libixasf.so (libc6) = /opt/informix/lib/libixasf.so
libifxa.so (libc6) = /opt/informix/lib/esql/libifxa.so
libifsql.so (libc6) = /opt/informix/lib/esql/libifsql.so
libifos.so (libc6) = /opt/informix/lib/esql/libifos.so
libifglx.so (libc6) = /opt/informix/lib/esql/libifglx.so
libifgls.so (libc6) = /opt/informix/lib/esql/libifgls.so
libifgen.so (libc6) = /opt/informix/lib/esql/libifgen.so
libiffgisql.so (libc6) = /opt/informix/lib/esql/libiffgisql.so
libifcss.so (libc6) = /opt/informix/lib/libifcss.so
libifcobsql.so (libc6) = /opt/informix/lib/esql/libifcobsql.so
libifasf.so (libc6) = /opt/informix/lib/libifasf.so
libdb2tsql.so (libc6) = /opt/informix/lib/esql/libdb2tsql.so
libdb2thsql.so (libc6) = /opt/informix/lib/esql/libdb2thsql.so
libdb2thgen.so (libc6) = /opt/informix/lib/esql/libdb2thgen.so
libdb2tgen.so (libc6) = /opt/informix/lib/esql/libdb2tgen.so
libdb2ixsql.so (libc6) = /opt/informix/lib/esql/libdb2ixsql.so
libdb2ixgen.so (libc6) = /opt/informix/lib/esql/libdb2ixgen.so
libdb2ifsql.so (libc6) = /opt/informix/lib/esql/libdb2ifsql.so
libdb2ifgen.so (libc6) = /opt/informix/lib/esql/libdb2ifgen.so
libbsa.so (libc6) = /opt/informix/lib/libbsa.so



Thanks for your concern


Previous Comments:


[2006-11-15 19:56:18] [EMAIL PROTECTED]

And `ldconfig -p | grep informix`, please.



[2006-11-15 19:47:24] ggmensajes at yahoo dot es

This is the ldd result:

linux-gate.so.1 =  (0x00a24000)
libifsql.so = /opt/informix/lib/esql/libifsql.so 0x00cbe000)
libifasf.so = /opt/informix/lib/libifasf.so (0x0098e000)
libifgen.so = /opt/informix/lib/esql/libifgen.so (0x00faa000)
libthcli.so = /opt/informix/lib/esql/libthcli.so (0x00d86000)
libifos.so = /opt/informix/lib/esql/libifos.so (0x00196000)
libifgls.so = /opt/informix/lib/esql/libifgls.so (0x00c7a000)
libdl.so.2 = /lib/libdl.so.2 (0x00aed000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x0072a000)
libifglx.so = /opt/informix/lib/esql/libifglx.so (0x00a67000)
libc.so.6 = /lib/libc.so.6 (0x003e9000)
libpthread.so.0 = /lib/libpthread.so.0 (0x00164000)
libm.so.6 = /lib/libm.so.6 (0x00111000)
/lib/ld-linux.so.2 (0x009ce000)


Actually libifos.so is in /opt/informix/lib/esql directory

My installed Informix csdk version is:

csdk-2.90.UC4-1


Thanks



[2006-11-14 22:48:03] [EMAIL PROTECTED]

Plese make sure ld knows where to look for the Informix libs:
ldd /usr/lib/php/modules/informix.so




[2006-11-14 22:42:45] ggmensajes at yahoo dot es

Description:

1) There is no script executed yet.  Error was triggered at startup

2) ./configure --with-informix=shared,/opt/informix

3) Procedure:

- Generated module produced after make command (informix.so) was copied
into /usr/lib/php/modules
- An informix.ini file was created in /etc/php.d

4) Apache reinitialized (with informix environment vars included) and
there was no informix connection available


Expected result:

Informix connection available

Actual result:
--
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php/modules/informix.so' - /opt/informix/lib/esql/libifos.so:
undefined symbol: ifx_checkAPI in Unknown on line 0





-- 
Edit this bug report at http://bugs.php.net/?id=39516edit=1


#39516 [Fbk-Opn]: Unable to load dynamic library '/usr/lib/php/modules/informix.so'

2006-11-15 Thread ggmensajes at yahoo dot es
 ID:   39516
 User updated by:  ggmensajes at yahoo dot es
 Reported By:  ggmensajes at yahoo dot es
-Status:   Feedback
+Status:   Open
 Bug Type: Informix related
 Operating System: Linux Fedora Core 5
 PHP Version:  5.2.0
 New Comment:

This is the ldd result:

linux-gate.so.1 =  (0x00a24000)
libifsql.so = /opt/informix/lib/esql/libifsql.so 0x00cbe000)
libifasf.so = /opt/informix/lib/libifasf.so (0x0098e000)
libifgen.so = /opt/informix/lib/esql/libifgen.so (0x00faa000)
libthcli.so = /opt/informix/lib/esql/libthcli.so (0x00d86000)
libifos.so = /opt/informix/lib/esql/libifos.so (0x00196000)
libifgls.so = /opt/informix/lib/esql/libifgls.so (0x00c7a000)
libdl.so.2 = /lib/libdl.so.2 (0x00aed000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x0072a000)
libifglx.so = /opt/informix/lib/esql/libifglx.so (0x00a67000)
libc.so.6 = /lib/libc.so.6 (0x003e9000)
libpthread.so.0 = /lib/libpthread.so.0 (0x00164000)
libm.so.6 = /lib/libm.so.6 (0x00111000)
/lib/ld-linux.so.2 (0x009ce000)


Actually libifos.so is in /opt/informix/lib/esql directory

My installed Informix csdk version is:

csdk-2.90.UC4-1


Thanks


Previous Comments:


[2006-11-14 22:48:03] [EMAIL PROTECTED]

Plese make sure ld knows where to look for the Informix libs:
ldd /usr/lib/php/modules/informix.so




[2006-11-14 22:42:45] ggmensajes at yahoo dot es

Description:

1) There is no script executed yet.  Error was triggered at startup

2) ./configure --with-informix=shared,/opt/informix

3) Procedure:

- Generated module produced after make command (informix.so) was copied
into /usr/lib/php/modules
- An informix.ini file was created in /etc/php.d

4) Apache reinitialized (with informix environment vars included) and
there was no informix connection available


Expected result:

Informix connection available

Actual result:
--
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php/modules/informix.so' - /opt/informix/lib/esql/libifos.so:
undefined symbol: ifx_checkAPI in Unknown on line 0





-- 
Edit this bug report at http://bugs.php.net/?id=39516edit=1


#39516 [NEW]: Unable to load dynamic library '/usr/lib/php/modules/informix.so'

2006-11-14 Thread ggmensajes at yahoo dot es
From: ggmensajes at yahoo dot es
Operating system: Linux Fedora Core 5
PHP version:  5.2.0
PHP Bug Type: Informix related
Bug description:  Unable to load dynamic library 
'/usr/lib/php/modules/informix.so'

Description:

1) There is no script executed yet.  Error was triggered at startup

2) ./configure --with-informix=shared,/opt/informix

3) Procedure:

- Generated module produced after make command (informix.so) was copied
into /usr/lib/php/modules
- An informix.ini file was created in /etc/php.d

4) Apache reinitialized (with informix environment vars included) and
there was no informix connection available


Expected result:

Informix connection available

Actual result:
--
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php/modules/informix.so' - /opt/informix/lib/esql/libifos.so:
undefined symbol: ifx_checkAPI in Unknown on line 0

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