ID:               13655
 Updated by:       [EMAIL PROTECTED]
-Reported By:      [EMAIL PROTECTED]
+Reported By:      francois at be dot wanadoo dot com
 Status:           Closed
 Bug Type:         Informix related
 Operating System: RedHat Linux/Alpha 7.1
 PHP Version:      4.0.6
 New Comment:

restore original email..



Previous Comments:
------------------------------------------------------------------------

[2003-02-26 08:47:40] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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

------------------------------------------------------------------------

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

Reply via email to