ID: 13655 Updated by: [EMAIL PROTECTED] -Reported By: francois at be dot wanadoo dot com +Reported By: [EMAIL PROTECTED] -Status: No Feedback +Status: Closed Bug Type: Informix related Operating System: RedHat Linux/Alpha 7.1 PHP Version: 4.0.6 New Comment:
The issue is with glibc. 'stat', 'lstat' and a few others have moved to a libc_nonshared.a archive, and out of libc. Check your /usr/lib/libc.so file, it should look something like: GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a ) if that still doesn't work, you need to recompile your libifgen.so from the libifgen.a. Here's how: mkdir /tmp/ifx cd /tmp/ifx ar x $INFORMIXDIR/lib/esql/libifgen.a gcc -shared -o libifgen.so *.o cp libifgen.so $INFORMIXDIR/lib/esql Previous Comments: ------------------------------------------------------------------------ [2002-07-16 01:00:08] php-bugs at lists dot php dot net No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2002-06-17 07:09:31] john at astarte dot de Same problem with Suse 8.2, regardless of whether latest snapshot or stable version is used. ------------------------------------------------------------------------ [2002-06-15 20:38:33] [EMAIL PROTECTED] This snapshot _should_ fix the problem: http://snaps.php.net/php4-latest.tar.gz It works fine for me with the 2.70.UC3 which is the latest I found from the informix site. (it's same as 9.30.UC1, wierd versions they have :) --Jani ------------------------------------------------------------------------ [2002-03-30 08:54:51] frederic dot diverrez at steria dot com same problem whith mandrake 8.1 ------------------------------------------------------------------------ [2002-03-11 07:29:39] gilles at nedostoupof dot be Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/informix/lib/esql/libifgen.so: undefined symbol: stat esql -V: INFORMIX-ESQL Version 9.51.UC3 Apache: 1.3.22 PHP: 4.1.1 Linux Mandrake: 8.1 glibc: 2.2.4 Same problem and no fix for that ;-) Gilles. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/13655 -- Edit this bug report at http://bugs.php.net/?id=13655&edit=1