Wine does not run after install on amd64

Bug #852660 reported by Christoph Burger-Scheidlin
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
wine1.3 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I removed all i386 libraries after upgrading from natty to oneiric.
Then I installed wine1.3.

When typing wine on the command line, I get:
/usr/bin/wine: No such file or directory

/usr/bin/wine-preloader /usr/bin/wine reports:
/lib/ld-linux.so.2: could not open

/lib/ld-linux.so.2 is provided by libc6:i386
Installing this package will allow wine to execute properly.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in wine1.3 (Ubuntu):
status: New → Confirmed
Revision history for this message
Ondrej Riha (ondrej-riha) wrote :

Install libc6-i386 on amd64 ubuntu. Then needed file is in
/lib32/ld-linux.so.2
There is missing symbolic link. We add it with
cd /lib
sudo ln -s /lib32/ld-linux.so.2 ld-linux.so.2

and wine is working again.

Revision history for this message
Ondrej Riha (ondrej-riha) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.