similar to: CENTOS8: running wine 32 bits?

Displaying 20 results from an estimated 70000 matches similar to: "CENTOS8: running wine 32 bits?"

2019 Dec 22
1
CENTOS8: running wine 32 bits?
Hi Philippe, To get wine-32 to work on CentOS 7.6 I had to build and install wine 1.8.4 from a tarball. Follow the instructions at: https://wiki.winehq.org/Building_Wine and build the 64-bit version first, then the 32-bit version. Before building either version I installed the following X11 devel pkgs from yum: libX11-devel.i686 libxcb-devel.i686 libXext-devel.i686 Depending on your setup
2019 Dec 22
2
CENTOS8: running wine 32 bits?
All, I need to run some legacy Windows software (32 bits) under my Linux box. I have installed wine from the source the 64 bits works fine but not the 32 bits. The ./configure gives ... *checking whether gcc -m32 works... no* *configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.* and trying to install the require i686 packages results in a [
2017 Sep 14
2
JRE 8.1 for CentOS6
> When I put in http it changes it back to https That's common now that everyone puts re-directs in to force everyone to use https. Can you get to the Apache logs on the remote machine? They may have more info. The error about Java 1.8 might be a red-herring. If the remote machine uses Perl on the backend, you might try setting the shell env variable OPENSSL_PREFIX to point on your
2018 Jun 07
1
ldd question on CentOS 6.8 (64bit)
Hi all, Will ldd display the paths to different libraries depending on their locations? I'm trying to build libxml2 version 2.9.6 in /usr/local with a newer version of zlib (1.2.8) than what are in the system folders for CentOS 6.8. I get the following output from ldd: $ ldd ./libxml2.so ./libxml2.so: /lib64/libz.so.1: version `ZLIB_1.2.3.3' not found (required by ./libxml2.so)
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
On Thu, 16 Jan 2020 at 09:48, Philippe Piot <piot at nicadd.niu.edu> wrote: > > No it did not work; see: > [piot at paris ~]$ sudo dnf install --nobest --allowerasing gcc-c++ > Last metadata expiration check: 0:18:24 ago on Thu 16 Jan 2020 08:28:51 AM CST. > Error: > Problem: package gcc-8.3.1-4.5.el8.x86_64 requires glibc-devel >= 2.2.90-12, but none of the providers
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Thanks, Stephen. Just for completeness, the repo I am currently pointing to are [piot at paris opal]$ sudo dnf update CentOS-8 - AppStream 775 kB/s | 5.8 MB 00:07 CentOS-8 - Base 798 kB/s | 4.0 MB 00:05 CentOS-8 - Extras 2.9 kB/s | 2.1 kB 00:00 CentOS-8 - PowerTools 686 kB/s | 2.0 MB 00:02
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
On Wed, 15 Jan 2020 at 23:29, Philippe Piot <piot at nicadd.niu.edu> wrote: > > All, > While updating my package using dnf update all I allow dnf to clean some > package with unresolved dependencies. > I would like to reinstall some of them but got an error message "but none > of the providers can be installed" during the install process as dnf is > trying
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
At the last step of building llvm for arm target, I am unable to build llvm-gcc. I am trying the follwing options:   $ ../llvm-gcc/configure --target=arm-linux --enable-pic --program-prefix=llvm- --prefix=/llvm/install --disable-multilib --disable-optimized --enable-bindings =none --enable-llvm=$PWD/../llvm-2.8 --enable-languages=c,c++ --disable-bootstr ap   Then I get the following error when I
2017 Sep 14
0
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 12:26 PM, ejm <mansky at mindspring.com> wrote: >> When I put in http it changes it back to https > > That's common now that everyone puts re-directs in to force everyone to use https. > > Can you get to the Apache logs on the remote machine? They may have more info. > > The error about Java 1.8 might be a red-herring. > > If the
2009 Aug 31
0
Xenclient build error for crti.o
Hi I am trying to build Xenclient and while it builds gcc, it returns following error. /home/vinxen/xenclient/build/toolchain_build_i686/gcc-4.2.4-initial/./gc c/xgcc -B/home/vinxen/xenclient/build/toolchain_build_i686/gcc-4.2.4-initial/./ gcc/ -B/home/vinxen/xenclient/build/build_i686/staging_dir/usr/i686-linux-ucl ibc/bin/
2002 Dec 12
2
t-test bootstrap versus permutation question
Hi, I have a little problem that puzzles me about contradictory results returned by a bootstraped t-test (as in MASS 3rd ed p. 146) versus a permutation t-test (as in MASS 3rd ed, p 147). Data are measurements done on 100 cells in 9 slides of fish blood. With one method, cells are randomly sampled, and with the other method, the operator selects cells arbitrarily (in a way it is done usually
2011 Oct 03
4
[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so
This shouldn't be considered our bug (should it?). I'm going to report it to Ubuntu. I will restart my build, but does anyone else see this on Ubuntu 11.04? Note that I have a 32-bit machine with 2 GB of RAM and no swap. $ ld --version GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327 Copyright 2011 Free Software Foundation, Inc. $ uname -a Linux frylock 2.6.38-11-generic #50-Ubuntu
2007 Jan 16
0
[LLVMdev] OK, how does this work?
Hi Michael, On Tue, 2007-01-16 at 13:13 +0800, Michael T. Richter wrote: > On Tue, 2007-16-01 at 02:50 +0000, Reid Spencer wrote: > > > The build instructions provided tell me to build llvm-gcc first from > > > the source. > > > The source for that tells me to build llvm first from the source. I'm > > > not sure where to go from this point. >
2007 Jan 16
2
[LLVMdev] OK, how does this work?
On Tue, 2007-16-01 at 02:50 +0000, Reid Spencer wrote: > > The build instructions provided tell me to build llvm-gcc first from > > the source. > > The source for that tells me to build llvm first from the source. I'm > > not sure where to go from this point. > You should build llvm first, then llvm-gcc. When I build LLVM first, however, I get told that it
2020 Mar 29
2
Upgrade to CentOS8
Hi folks I have a couple of Zotac mini PCs running CentOS7 which I want/need to upgrade to CentOS8 In theory, they are CentOS8 capable, but assuming Murphy might be lurking around, I prefer validating the hardware before starting the effective installation As there is no LiveCD, what would be the recommended way to do this? Thanks!
2020 Jul 02
0
How to Mirror CentOS8 repository in CentOS7 Server via reposync
Hi I'm running CentOS7 server as ImageServer and local repository server. And i need to mirror CentOS8 repository (http://mirror.centos.org/centos-8/8.1.1911/AppStream/x86_64/os/ ) in my CentOS7 Server. If i mirror CentOS8 repository using repo sync command in CentOS7 it did not properly mirror centos8 repository, due to that when i install package from CentOS8 client machine
2014 Mar 07
1
asterisk11.5.1 module not load why ? any help
=================================================================== Core was generated by `/usr/sbin/asterisk -f -vvvg -c'. Program terminated with signal 11, Segmentation fault. #0 0x081b138e in ast_skip_blanks (str=0x0) at /usr/src/asterisk/asterisk- 11.5.1/include/asterisk/strings.h:90 90 AST_INLINE_API( Missing separate debuginfos, use: debuginfo-install bzip2-libs-1.0.5- 7.el6_0.i686
2015 Aug 27
1
[PATCH] customize: Use setarch when running commands on i686 guest (RHBZ#1256405).
When running (eg) dnf on a 32 bit i686 guest when the host is 64 bit x86_64, dnf believes it is running on a 64 bit machine and so tries to install x86_64 packages. We can 'trick' dnf into believing it's a 32 bit machine using the setarch program. $ virt-builder fedora-22 --arch i686 --install 'gperf' ... [ 27.4] Installing packages: gperf ... Running transaction test Error:
2019 Oct 04
1
CentOS8 and crypto-policies
Hi, I started playing with CentOS8 and I am trying to set default crypto policies for openssh server/client. In CentOS7 I followed the guide from https://infosec.mozilla.org/guidelines/openssh.html and set KexAlgorithms /Ciphers/MACs in sshd_config. In CentOS8 I can edit /usr/share/crypto-policies/$POLICY/opensshserver.txt for the sshd arguments, but editing openssh.txt or even changing default
2020 Mar 29
0
Upgrade to CentOS8
Am 29.03.20 um 14:16 schrieb Patrick DERWAEL: > Hi folks > I have a couple of Zotac mini PCs running CentOS7 which I want/need to > upgrade to CentOS8 > In theory, they are CentOS8 capable, but assuming Murphy might be lurking > around, I prefer validating the hardware before starting the effective > installation > > As there is no LiveCD, what would be the recommended way