How To Install Winexe On Centos

2020. 2. 15. 08:18카테고리 없음

Actually, the one that is packaged for Mint 17 (by the author himself) works just fine. You didn't need to go through all of that trouble:-) knobbysideup@l055-security-5 $ apt-cache show winexePackage: winexeStatus: install ok installedPriority: optionalSection: winexeInstalled-Size: 6503Maintainer: Andrzej Hajda Architecture: amd64Version: 1.00.1-1Depends: libc6 (= 2.15), zlib1g (= 1:1.1.4)Description: winexeDescription-md5: 41e1b834d8bcfce91f0d0a931198b807. I see that there were a few suggestions of these in the thread but here is what I use: cat.

  1. How To Install Centos
  2. How To Install Centos Desktop

Thanks for this, Eric. And thanks also to the folks who added useful things to this to this in comments.

How To Install Centos

The instructions here allowed me to build Wine64 and Wine32 from scratch using the latest 2.0.1 source from WineHQ. On my wife’s new Centos 7 machine.

The one I have built for her in order to wean her away from Windows. I had to get Wine going for a few apps she won’t give up / are used by customers of ours. It took me a couple of goes to get to grips with it. I was missing audio support at first, added in on the third stab at it.

Centos

But it was an educational experience, and this roadmap made it understandable and easy to do. Help When configure wine32. There is gphoto and gstreamer warning in addition only OpenCL, libhal, and OSS when configure wine64. I have double check that required i686 devel of both packages are installed. CentOS 7 1611 and Wine 1.8.7.configure: OpenCL 32-bit development files not found, OpenCL won’t be supported.configure: libhal 32-bit development files not found, no legacy dynamic device support.configure: libgphoto2 32-bit development files not found, digital cameras won’t be supported.configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabledconfigure: OSS sound system found but too old (OSSv4 needed), OSS won’t be supported.Thanks. It should be because of the missing of the `glib2-devel.i686` package.Please check out the latest install-wine-i686-centos7.sh in git. It fixes the gstreamer problem.

Yes you’re right!glib2-devel.i686 not installed yet. Think I didn’t see it in your tutorial.

Now seems no gstreamer issue even in wine 2.0.2. My CentOS is fresh, follow your tutorial but I must install many other packages:DThe remaining warnings only 3, which is ‘imposible’ in CentOS 7 and i’m happy to ignore:configure: OpenCL 32-bit development files not found, OpenCL won’t be supported.configure: libhal 32-bit development files not found, no legacy dynamic device support.configure: OSS sound system found but too old (OSSv4 needed), OSS won’t be supported.By the way, I installed libmpg123-devel not from nux-dextop but from epel with the different name; mpg123-devel, I think both are the same.

CMIIW.The other i686 packages required that not found, like openal, etc, I downloaded manually from here:I will post here the build result later! Error: Multilib version problems found. This often means that the rootcause is something else and multilib version checking is justpointing out that there is a problem. You have an upgrade for lz4 which is missing somedependency that another package requires. Yum is trying tosolve this by installing an older version of lz4 of thedifferent architecture. If you exclude the bad architectureyum will tell you what the root cause is (which packagerequires what).

How To Install Centos Desktop

You can try redoing the upgrade with–exclude lz4.otherarch this should give you an errormessage showing the root cause of the problem.2. You have multiple architectures of lz4 installed, butyum can only see an upgrade for one of those architectures.If you don’t want/need both architectures anymore then youcan remove the one with the missing update and everythingwill work.3. You have duplicate versions of lz4 installed already.You can use “yum check” to get yum show these errors.you can also use –setopt=protectedmultilib=false to removethis checking, however this is almost never the correct thing todo as something else is very likely to go wrong (often causingmuch more problems).Protected multilib versions: lz4-1.7.5-2.el7.i686!= lz4-1.8.3-1.el76.x8664.