On Fri, 28 Feb 2003, drfickle wrote: > With -10mdk, my VPN client that IBM provides was broken. Apparently > there is a bug/feature in 2.3.1 that caused this.
Please try with the following library: libc.so.6 from <http://people.mandrakesoft.com/~gbeauchesne/glibc/> LD_LIBRARY_PATH=<full path where the new file is> <your VPN client> If it works, then ask your software provider (IBM?) to fix their program. Basically, it's a simple rebuild, making sure they don't access to _res and errno symbols directly. It it doesn't work, make sure the library was really loaded, possibly make use of LD_PRELOAD=<new libc.so.6> <your VPN client>.
