Wine on x64 bit Ubuntu 6.06 (was Re: [nzlug] Wine on Ubuntu?)
Robin Sheat
robin at kallisti.net.nz
Sun Jan 7 12:08:59 NZDT 2007
On Sunday 07 January 2007 00:54, Michal Ludvig wrote:
> That's irrelevant. You run 32bit Wine under 64bit kernel and it then
> runs another 32bit process with the windows executable. That 32bit
> Windows process uses 32bit libs and 32bit everything. The only 64bit
> part is the kernel, but that provides legacy 32bit syscalls anyway.
Yes, that's all fine and good, but you don't typically have those 32 bit
libraries on a 64-bit system. You could put them there, and it would work,
but (at least with Ubuntu) you're going to be putting them there by hand,
rather than using something like apt.
e.g.:
$ find /lib /usr/lib -type f |wc -l
19853
$ find /lib32 /usr/lib32/ -type f |wc -l
494
It's certainly not impossible, but it's not that easy. Another option, of
course, is to find a static build of Wine. I suspect that's how Cedega does
it.
> Vice versa. 32bit libs are in .../lib and 64bit libs belong to .../lib64
Nope (at least in Ubuntu 6.10):
$ ls -ld /lib* /usr/lib*
drwxr-xr-x 19 root root 4760 2006-10-25 04:15 /lib
drwxr-xr-x 2 root root 2104 2006-11-08 11:28 /lib32
lrwxrwxrwx 1 root root 3 2006-09-01 23:19 /lib64 -> lib
drwxr-xr-x 181 root root 69720 2007-01-07 11:48 /usr/lib
drwxr-xr-x 16 root root 9080 2006-11-08 11:39 /usr/lib32
lrwxrwxrwx 1 root root 3 2006-09-01 23:19 /usr/lib64 -> lib
--
Robin <robin at kallisti.net.nz> JabberID: <eythian at jabber.kallisti.net.nz>
Hostes alienigeni me abduxerunt. Qui annus est?
PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.linux.net.nz/pipermail/nzlug/attachments/20070107/61630013/attachment.pgp
More information about the NZLUG
mailing list