Jure Pecar wrote:
> 
> well search on redhat support site doesn't find anything for 'win4lin'
> ... neither on their bugzilla. what is the core of this problem? is
> there a way to hack around it?

It is a glibc compability problem with lseek().  I recommend bugging
RedHat for the fix, but there is a hack around on the win4lin side:
As super user:
        cd /opt/win4lin
        mv dosdisk dosdisk.bin
        Create a shell script called dosdisk that contains the following:
--------
#!/bin/sh
exec /usr/i386-glibc21-linux/lib/ld-linux.so.2 \
 --library-path /usr/i386-glibc21-linux/lib \
 /opt/win4lin/dosdisk.bin "$@"
-------
        Make the shell script executable: chmod 755 dosdisk

Note that this assumes that you have installed the glibc21 compatiblity RPM.

Richard <rwb>

-- 
Richard Bass
NeTraverse, Inc.
mailto: [EMAIL PROTECTED]
_______________________________________________
Win4Lin-users mailing list
[EMAIL PROTECTED]
http://lists.trelos.com/mailman/listinfo/win4lin-users

Reply via email to