[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: wine amb64, ia32 chroot and nvidia drivers...



Użytkownik Jaime Ochoa Malagón <chptma@gmail.com> napisał:
>ldd /usr/lib/wine/wine.bin
>
>cat /etc/ld.so.conf
>

when ia32 filesystems are binded the 'ldd /usr/lib/wine/wine.bin' gives:
        linux-gate.so.1 =>  (0xffffe000)
        libwine.so.1 => /mnt/debian32/usr/lib/libwine.so.1 (0xf7f08000)
        libpthread.so.0 => /mnt/debian32/lib/tls/libpthread.so.0 (0xf7ef6000)
        libc.so.6 => /mnt/debian32/lib/tls/libc.so.6 (0xf7dc4000)
        libdl.so.2 => /mnt/debian32/lib/tls/libdl.so.2 (0xf7dbf000)
        /lib/ld-linux.so.2 (0xf7f48000)

and when unbinded:
        linux-gate.so.1 =>  (0xffffe000)
        libwine.so.1 => not found
        libpthread.so.0 => /emul/ia32-linux/lib/libpthread.so.0 (0xf7f3d000)
        libc.so.6 => /emul/ia32-linux/lib/libc.so.6 (0xf7e12000)
        /lib/ld-linux.so.2 (0xf7f74000)

So what should I do to make the the libs depend on always on ia32-libs and
not on the chroot?



Reply to: