Страница 1 из 1
wine install
Добавлено: 13 дек 2012, 12:00
josy1982
Hello,
today i try wine to install but fails with depencies:
Код: Выделить всё
lib64openal1-1.13-1.x86_64
libGLU.so.1 needed by wine32-1.5.13-3.i586
liblcms.so.1 needed by wine32-1.5.13-3.i586
libopenal.so.1 needed bywine32-1.5.13-3.i586
error while checking dependencies
[root@rosa2012 jovan]#
Re: wine install
Добавлено: 13 дек 2012, 12:08
akdengi
Add 32-bit repo. Find forum topics - answer was been here.
Re: wine install
Добавлено: 13 дек 2012, 12:11
josy1982
I have the 32 bit repos but the error appears.
Код: Выделить всё
/etc/openal/alsoft.conf by openal-1.15-2.i586 conflicts with lib64openal1-1.13-1.x86_64
Re: wine install
Добавлено: 13 дек 2012, 15:42
d_uragan
You should install libopenal1, not openal itself.
Re: wine install
Добавлено: 15 дек 2012, 00:01
josy1982
Hallo,
no it works i can install wine 32 bit now but i have another problem if i try to run wine configurator it tells me that cannot find wine 64 bit i don't understand.
Код: Выделить всё
[jovan@localhost ~]$ winecfg
/usr/bin/winecfg: Line 33: /usr/bin/wine64: not found
[jovan@localhost ~]$
why i need 64 bit if i use 32 bit so something is not ok.
Re: wine install
Добавлено: 01 фев 2013, 09:25
tuxcore82
My solution is a hack at best, it may be undone with an update and I haven't completely tested it. You have been warned.
If you edit the file /usr/bin/winecfg on line 33 to read:
Instead of:
This forces the script to only look in the 32 bit directory for the wine files first and only. I have a x86_64 system and it looks like our systems kept trying to look somewhere that caused the script to quit for whatever reason. I might tinker with this more later, but it might get you started if you are still interested.
Re: wine install
Добавлено: 16 фев 2013, 05:33
morph3x
I have a problem running wine:
Код: Выделить всё
/usr/bin/wineserver: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
How to fix? Please help. Im on 64bit rosa but i added 32bit repos and replaced 64bit wine with 32bit one. Getting the libwine error now.
I even tried the hack mentioned in previous post still not working. libwine.so.1.0 and symlink libwine.so.1 are present in /usr/lib
Re: wine install
Добавлено: 18 июн 2013, 15:36
Ghermain
No he podido instalar WINE en ROSA Fresh R1 64 bits, lo instalo desde la línea de comandos o desde el modo gráfico pero no trabaja.
Re: wine install
Добавлено: 18 июн 2013, 16:43
ДроноваЮ
Ghermain писал(а):No he podido instalar WINE en ROSA Fresh R1 64 bits, lo instalo desde la línea de comandos o desde el modo gráfico pero no trabaja.
Tienes que borrar primero el wine de la sistema completamente, anadir de nuevo los 64 repos
y 32 repos (es importante!) , instalar el
wine64.
Re: wine install
Добавлено: 18 июн 2013, 16:54
viking
Ghermain писал(а):No he podido instalar WINE en ROSA Fresh R1 64 bits, lo instalo desde la línea de comandos o desde el modo gráfico pero no trabaja.
Please do not get me wrong, but this is English speaking forum. If we all start to write in our native languages, only few people would understand what we are writing.
I used Google translate and I think I know what you want, but I am not sure. Looks like you can not install Wine in ROSA Fresh R1 x64.
You need to add appropriate 32bit repos in order to successfully install Wine, but if I remember correctly they are already there in R1.
Those are all 32bit repos, since I am not sure which of them you need for Wine (but I am pretty sure that you do not need NonFree and Restricted):
Код: Выделить всё
urpmi.addmedia Main_32_release http://mirror.rosalab.ru/rosa2012.1/repository/i586/media/main/release/
urpmi.addmedia --update Main_32_updates http://mirror.rosalab.ru/rosa2012.1/repository/i586/media/main/updates/
urpmi.addmedia Contrib_32_release http://mirror.rosalab.ru/rosa2012.1/repository/i586/media/contrib/release/
urpmi.addmedia --update Contrib_32_updates http://mirror.rosalab.ru/rosa2012.1/repository/i586/media/contrib/updates/
urpmi.addmedia NonFree_32_release http://mirror.rosalab.ru/rosa2012.1/repository/i586/media/non-free/release/
urpmi.addmedia --update NonFree_32_updates http://mirror.rosalab.ru/rosa2012.1/repository/i586/media/non-free/updates/
urpmi.addmedia Restricted_32_release http://mirror.rosalab.ru/rosa2012.1/repository/i586/media/restricted/release/
urpmi.addmedia --update Restricted_32_updates http://mirror.rosalab.ru/rosa2012.1/repository/i586/media/restricted/updates/
Also I always use PlayOnLinux instead of pure Wine. You can think of PlayOnLinux as Wine on steroids, since you can install multiple versions of Wine and have bottles with different wine versions.

Re: wine install
Добавлено: 18 июн 2013, 17:18
Ghermain
Viking: Thanks I will try your recommendations.
If I wrote in Spanish is because they do not master another language, use Google translator but it would be good to support the Hispanic community to increase users ROSA, sometimes languages are limiting a good layout.

Re: wine install
Добавлено: 18 июн 2013, 18:56
Ghermain
ДроноваЮ писал(а):Ghermain писал(а):No he podido instalar WINE en ROSA Fresh R1 64 bits, lo instalo desde la línea de comandos o desde el modo gráfico pero no trabaja.
Tienes que borrar primero el wine de la sistema completamente, anadir de nuevo los 64 repos
y 32 repos (es importante!) , instalar el
wine64.
Bueno ya lo hice y además añadí lo recomendado por
Viking en el comentario de abajo, con los repos, luego vuelvo a instalar WINE64 y al terminar busco el .exe del programa que necesito y me trabaja sin problema. Gracias.
