Install on debian etch 64bit

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
seb1k
Newbie
Newbie
Posts: 2
Joined: Thu Jan 29, 2009 6:52 pm

Install on debian etch 64bit

Post by seb1k »

I all,

I try to install wine on a debian etch 64bit, but i got several problem :

none of the solution from http://www.winehq.org/download/deblenny work :(

I try a snapshot from http://repo.or.cz/w/wine/wine64.git
But doesn't compil (error everywhere)

I've try some other thing but nothing work, i've everytime a bug with

Code: Select all

wine cmd
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou répertoire de ce type
CMD version 1.1.13
And my program crash on :

Code: Select all

libgcc_s.so.1 must be installed for pthread_cancel to work

PLzzz help, my website can't work without wine :(
seb1k
Newbie
Newbie
Posts: 2
Joined: Thu Jan 29, 2009 6:52 pm

Post by seb1k »

Finnaly it look good with that :


wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | apt-key add -

wget http://wine.budgetdedicated.com/apt/sou ... /etch.list -O /etc/apt/sources.list.d/winehq.list
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Install on debian etch 64bit

Post by vitamin »

seb1k wrote:I try a snapshot from http://repo.or.cz/w/wine/wine64.git
But doesn't compil (error everywhere)
First I doubt that's what you want (win64 only highly experimental Wine). Second that repo is obsolete. All of those changes (and much more) are in current Wine git.

You really need 32-bit version of Wine. Look here for details on how to compile it: http://wiki.winehq.org/WineOn64bit
Locked