On Friday 30 May 2003 08:15, you wrote:
In the meantime, I'd suggest you downgrade to glibc 2.2
Could you not install glibc 2.2 in addition to the existing 2.3 and then use the LD_PRELOAD to load it for programs that require zlibc?
Marnus
Yes, you can try to install the "old" glibc in /glibc-2.2/lib, and then point LD_LIBRARY_PATH to that directory:
mkdir /glibc-2.2 cd /glibc-2.2 rpm2cpio glibc-2.2.93-5.i386.rpm| cpio -i --make-directories
... export LD_PRELOAD=uncompress.o export LD_LIBRARY_PATH=/glibc-2.2/lib
You may need to recompile zlibc with the old library as well...
Alain
_______________________________________________ zlibc mailing list zlibc@tux.org http://www.tux.org/mailman/listinfo/zlibc